diff --git a/package-lock.json b/package-lock.json index 6b754f8..49703e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@maticnetwork/maticjs-ethers": "^1.0.3", "@sentry/react": "^7.64.0", "@typechain/ethers-v5": "^10.0.0", - "decentraland-dapps": "^22.1.0", + "decentraland-dapps": "^23.1.0", "decentraland-transactions": "^2.6.0", "decentraland-ui": "^6.1.0", "decentraland-ui2": "^0.0.2", @@ -9231,26 +9231,6 @@ "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==" }, - "node_modules/connected-react-router": { - "version": "6.9.1", - "license": "MIT", - "peer": true, - "dependencies": { - "lodash.isequalwith": "^4.4.0", - "prop-types": "^15.7.2" - }, - "optionalDependencies": { - "immutable": "^3.8.1 || ^4.0.0-rc.1", - "seamless-immutable": "^7.1.3" - }, - "peerDependencies": { - "history": "^4.7.2", - "react": "^16.4.0 || ^17.0.0", - "react-redux": "^6.0.0 || ^7.1.0", - "react-router": "^4.3.1 || ^5.0.0", - "redux": "^3.6.0 || ^4.0.0" - } - }, "node_modules/consola": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", @@ -10048,9 +10028,9 @@ } }, "node_modules/decentraland-dapps": { - "version": "22.1.0", - "resolved": "https://registry.npmjs.org/decentraland-dapps/-/decentraland-dapps-22.1.0.tgz", - "integrity": "sha512-cSHRGbAKVscsrGdUG8GEuC8dcdct7YeMzy5cnewgn0BmgA57R4cVKRfBIDqZSHGqgarVtafbxcgew+RfSmAHOw==", + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/decentraland-dapps/-/decentraland-dapps-23.1.0.tgz", + "integrity": "sha512-KraF/mDpSXyC3eY6kTWgLYdsFlvF9g2KkSCWfheJKSFG+tQzoVEpf6Gqy52O8tKm162I+MI502lekbZW1is83Q==", "dependencies": { "@0xsequence/multicall": "^0.25.1", "@0xsequence/relayer": "^0.25.1", @@ -10085,7 +10065,6 @@ "npm": "^8.0.0 || ^9.0.0" }, "peerDependencies": { - "connected-react-router": "^6.9.1", "history": "^4.10.1", "react": "^17.0.2", "react-redux": "^7.2.4", @@ -13654,12 +13633,6 @@ "url": "https://opencollective.com/immer" } }, - "node_modules/immutable": { - "version": "4.1.0", - "license": "MIT", - "optional": true, - "peer": true - }, "node_modules/impetus": { "version": "0.8.8", "resolved": "https://registry.npmjs.org/impetus/-/impetus-0.8.8.tgz", @@ -17736,11 +17709,6 @@ "version": "4.5.0", "license": "MIT" }, - "node_modules/lodash.isequalwith": { - "version": "4.4.0", - "license": "MIT", - "peer": true - }, "node_modules/lodash.isfunction": { "version": "3.0.9", "license": "MIT" @@ -20412,12 +20380,6 @@ "version": "3.0.1", "license": "MIT" }, - "node_modules/seamless-immutable": { - "version": "7.1.4", - "license": "BSD-3-Clause", - "optional": true, - "peer": true - }, "node_modules/secp256k1": { "version": "4.0.3", "hasInstallScript": true, diff --git a/package.json b/package.json index 6cd62c2..38442e9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@maticnetwork/maticjs-ethers": "^1.0.3", "@sentry/react": "^7.64.0", "@typechain/ethers-v5": "^10.0.0", - "decentraland-dapps": "^22.1.0", + "decentraland-dapps": "^23.1.0", "decentraland-transactions": "^2.6.0", "decentraland-ui": "^6.1.0", "decentraland-ui2": "^0.0.2",