Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Apr 11, 2024
1 parent b597b16 commit 66e1c47
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 19 deletions.
32 changes: 24 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "^18.2.3",
"@nx/nx-linux-x64-gnu": "^18.2.4",
"@rollup/rollup-linux-x64-gnu": "^4.14.1"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/wallet-connect-v2-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
},
"devDependencies": {
"@types/lodash.merge": "^4.6.9",
"@walletconnect/sign-client": "^2.12.1",
"@walletconnect/types": "^2.12.1",
"@walletconnect/utils": "^2.12.1"
"@walletconnect/sign-client": "^2.12.2",
"@walletconnect/types": "^2.12.2",
"@walletconnect/utils": "^2.12.2"
},
"lint-staged": {
"!(*d).ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/openlogin-utils": "^8.1.0",
"@web3auth/wallet-connect-v2-adapter": "^8.0.1",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"postcss-prefix-selector": "^1.16.0",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@toruslabs/base-controllers": "^5.5.5",
"@toruslabs/http-helpers": "^6.1.1",
"@toruslabs/openlogin-jrpc": "^8.1.1",
"@walletconnect/utils": "^2.12.1",
"@walletconnect/utils": "^2.12.2",
"@web3auth/base": "^8.0.0",
"@web3auth/base-provider": "^8.0.1",
"assert": "^2.1.0",
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/json-rpc-random-id": "^1.0.3",
"@walletconnect/types": "^2.12.1"
"@walletconnect/types": "^2.12.2"
},
"peerDependencies": {
"@babel/runtime": "7.x"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"@svgr/webpack": "^8.1.0",
"@toruslabs/eslint-config-react": "^3.3.0",
"@toruslabs/isomorphic-style-loader": "^5.3.3",
"@toruslabs/vue-components": "^7.8.1",
"@toruslabs/vue-components": "^7.8.2",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.0",
"css-loader": "^7.1.1",
"live-server": "^1.2.2",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
Expand All @@ -72,7 +72,7 @@
"bowser": "^2.11.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"i18next": "^23.11.0",
"i18next": "^23.11.1",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"react-i18next": "^14.1.0",
Expand Down

0 comments on commit 66e1c47

Please sign in to comment.