Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 27, 2022
1 parent 56dfbae commit 325e66e
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 436 deletions.
14 changes: 7 additions & 7 deletions libs/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/core": "^7.17.9",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@svgr/webpack": "^6.2.1",
"babel-jest": "^28.0.0",
"babel-jest": "^28.0.2",
"babel-loader": "^8.2.5",
"babel-plugin-import": "^1.13.5",
"babel-plugin-named-asset-import": "^0.3.8",
Expand All @@ -53,20 +53,20 @@
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.0.0",
"jest-resolve": "^28.0.0",
"jest": "^28.0.2",
"jest-resolve": "^28.0.2",
"jest-watch-typeahead": "^1.1.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.12",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.4.3",
"postcss-preset-env": "^7.4.4",
"process": "^0.11.10",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.12.0",
"react-refresh": "^0.13.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^12.6.0",
Expand All @@ -83,8 +83,8 @@
"workbox-webpack-plugin": "^6.5.3"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.0",
"@types/big.js": "^6.1.3",
"@types/node": "^17.0.27",
"@types/react": "^18.0.7",
"@types/node": "^17.0.29",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.21.0",
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-react-hooks": "^4.5.0",
"lerna": "^4.0.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@ethersproject/experimental": "^5.6.0",
"@ethersproject/providers": "^5.6.4",
"@walletconnect/ethereum-provider": "^1.7.7",
"@walletconnect/ethereum-provider": "^1.7.8",
"@web3-react/coinbase-wallet": "^8.0.25-beta.0",
"@web3-react/core": "^8.0.22-beta.0",
"@web3-react/eip1193": "^8.0.17-beta.0",
Expand All @@ -18,7 +18,7 @@
"@web3-react/types": "^8.0.11-beta.0",
"@web3-react/url": "^8.0.16-beta.0",
"@web3-react/walletconnect": "^8.0.25-beta.0",
"react": "^18.0.0"
"react": "^18.1.0"
},
"eslintConfig": {
"extends": "../../.eslintrc"
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@lifinance/widget": "^0.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@mui/material": "^5.6.3",
"big.js": "^6.1.1",
"i18next": "^21.6.16",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.30.0",
"react-i18next": "^11.16.7",
"react-query": "^4.0.0-beta.5",
"react-query": "^4.0.0-beta.7",
"react-resize-detector": "^7.0.0",
"react-router-dom": "^6.3.0",
"react-virtual": "^2.10.4"
Expand Down
Loading

0 comments on commit 325e66e

Please sign in to comment.