1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +01:00

Bump @oceanprotocol/art from 3.0.0 to 3.2.0 (#703)

Bumps [@oceanprotocol/art](https://github.com/oceanprotocol/art) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/oceanprotocol/art/releases)
- [Changelog](https://github.com/oceanprotocol/art/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oceanprotocol/art/compare/v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: "@oceanprotocol/art"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-16 12:36:41 +03:00 committed by GitHub
parent 48434fd4d2
commit bfc0f742e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4180,9 +4180,9 @@
}
},
"@oceanprotocol/art": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/art/-/art-3.0.0.tgz",
"integrity": "sha512-j4PEZSVtKSqxDYMVh/hd5vk088Bg6a6QkrUMTXN9Q6OIFAMfHM235f1AxaakNrEyK0FKMD908KuJEdfFLRn9Hw=="
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@oceanprotocol/art/-/art-3.2.0.tgz",
"integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA=="
},
"@pieh/friendly-errors-webpack-plugin": {
"version": "1.7.0-chalk-2",

View File

@ -16,7 +16,7 @@
"test": "npm run lint"
},
"dependencies": {
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/art": "^3.2.0",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"gatsby": "^2.32.13",