1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #292 from oceanprotocol/dependabot/npm_and_yarn/client/types/react-transition-group-4.4.0

This commit is contained in:
dependabot-preview[bot] 2020-05-25 07:17:34 +00:00 committed by GitHub
commit d5582e14ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3078,9 +3078,9 @@
} }
}, },
"@types/react-transition-group": { "@types/react-transition-group": {
"version": "4.2.4", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.2.4.tgz", "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.0.tgz",
"integrity": "sha512-8DMUaDqh0S70TjkqU0DxOu80tFUiiaS9rxkWip/nb7gtvAsbqOXm02UCmR8zdcjWujgeYPiPNTVpVpKzUDotwA==", "integrity": "sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"

View File

@ -61,7 +61,7 @@
"@types/react-modal": "^3.10.5", "@types/react-modal": "^3.10.5",
"@types/react-paginate": "^6.2.1", "@types/react-paginate": "^6.2.1",
"@types/react-router-dom": "^5.1.5", "@types/react-router-dom": "^5.1.5",
"@types/react-transition-group": "^4.2.4", "@types/react-transition-group": "^4.4.0",
"@types/shortid": "^0.0.29", "@types/shortid": "^0.0.29",
"jest-mock-axios": "^4.0.0", "jest-mock-axios": "^4.0.0",
"react-scripts": "^3.4.1", "react-scripts": "^3.4.1",