Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jun 2, 2023
1 parent cdcd771 commit 93156f7
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 98 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@types/eslint": "^8.40.0",
"@types/events": "^3.0.0",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"cpy-cli": "^4.2.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -50,6 +50,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "^9.5.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/wallet-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"cpy-cli": "^4.2.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"eslintConfig": {
"extends": "../../.eslintrc"
Expand Down
12 changes: 6 additions & 6 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@lifi/wallet-management": "^2.0.0-beta.8",
"@lifi/widget": "^2.0.0-beta.13",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.131",
"@mui/material": "^5.13.2",
"@opensea/seaport-js": "^2.0.0",
"@tanstack/react-query": "^4.29.11",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.3",
"@opensea/seaport-js": "^2.0.1",
"@tanstack/react-query": "^4.29.12",
"bignumber.js": "^9.1.1",
"ethers": "^5.7.2",
"events": "^3.3.0",
Expand All @@ -47,9 +47,9 @@
"esbuild": "^0.17.19",
"rollup": "^3.23.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"web-vitals": "^3.3.1"
"web-vitals": "^3.3.2"
},
"eslintConfig": {
"extends": "../../.eslintrc"
Expand Down
8 changes: 4 additions & 4 deletions packages/widget-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@lifi/wallet-management": "^2.0.0-beta.8",
"@lifi/widget": "^2.0.0-beta.13",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.131",
"@mui/material": "^5.13.2",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.3",
"ethers": "^5.7.2",
"events": "^3.3.0",
"react": "^18.2.0",
Expand All @@ -39,9 +39,9 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react": "^4.0.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"web-vitals": "^3.3.1"
"web-vitals": "^3.3.2"
},
"eslintConfig": {
"extends": "../../.eslintrc"
Expand Down
14 changes: 7 additions & 7 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@
"@lifi/sdk": "^2.0.0-beta.15",
"@lifi/wallet-management": "^2.0.0-beta.8",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.131",
"@mui/material": "^5.13.2",
"@tanstack/react-query": "^4.29.11",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.3",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"big.js": "^6.2.1",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-browser-languagedetector": "^7.0.2",
"microdiff": "^1.3.2",
"mitt": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.2",
"react-hook-form": "^7.44.3",
"react-i18next": "^12.3.1",
"react-intersection-observer": "^9.4.3",
"react-intersection-observer": "^9.4.4",
"react-router-dom": "^6.11.2",
"react-timer-hook": "^3.0.6",
"uuid": "^9.0.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"cpy-cli": "^4.2.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"peerDependencies": {
"@types/react": "^18.0.0",
Expand Down
Loading

0 comments on commit 93156f7

Please sign in to comment.