Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 15, 2023
1 parent a8eb1ef commit 5fef1a4
Show file tree
Hide file tree
Showing 4 changed files with 299 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
}
},
"devDependencies": {
"@testing-library/dom": "^9.2.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/big.js": "^6.1.6",
"@types/eslint": "^8.37.0",
"@types/events": "^3.0.0",
"@types/node": "^20.1.2",
"@types/node": "^20.1.4",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/uuid": "^9.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/widget-embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.13.0",
"@opensea/seaport-js": "^1.2.1",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query": "^4.29.7",
"bignumber.js": "^9.1.1",
"ethers": "^5.7.2",
"events": "^3.3.0",
Expand All @@ -44,8 +44,8 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-react": "^4.0.0",
"buffer": "^6.0.3",
"esbuild": "^0.17.18",
"rollup": "^3.21.6",
"esbuild": "^0.17.19",
"rollup": "^3.21.7",
"rollup-plugin-polyfill-node": "^0.12.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.13.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"big.js": "^6.2.1",
"i18next": "^22.4.15",
Expand All @@ -71,7 +71,7 @@
"react-i18next": "^12.2.2",
"react-intersection-observer": "^9.4.3",
"react-router-dom": "^6.11.1",
"react-timer-hook": "^3.0.5",
"react-timer-hook": "^3.0.6",
"uuid": "^9.0.0",
"zustand": "^4.3.8"
},
Expand Down
Loading

0 comments on commit 5fef1a4

Please sign in to comment.