Skip to content

Commit

Permalink
update dependencies (#5649)
Browse files Browse the repository at this point in the history
closes: DASH-545
  • Loading branch information
jnsdls committed Dec 7, 2024
1 parent 15eb6bd commit 625febb
Show file tree
Hide file tree
Showing 6 changed files with 978 additions and 832 deletions.
6 changes: 3 additions & 3 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@radix-ui/react-tooltip": "1.1.4",
"@sentry/nextjs": "8.42.0",
"@shazow/whatsabi": "^0.17.0",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query": "5.62.3",
"@tanstack/react-table": "^8.17.3",
"@thirdweb-dev/service-utils": "workspace:*",
"@vercel/functions": "^1.5.1",
Expand Down Expand Up @@ -119,8 +119,8 @@
"@types/papaparse": "^5.3.15",
"@types/pluralize": "^0.0.33",
"@types/qrcode": "^1.5.5",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-table": "^7.7.20",
"@types/spdx-correct": "^3.1.3",
"@types/swagger-ui-react": "^4.18.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/playground-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "1.1.4",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query": "5.62.3",
"@thirdweb-dev/engine": "^0.0.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -47,8 +47,8 @@
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.4",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
Expand Down
6 changes: 3 additions & 3 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query": "5.62.3",
"@tryghost/content-api": "^1.11.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -55,8 +55,8 @@
"@types/flexsearch": "^0.7.6",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-html-parser": "^2.0.6",
"@types/tryghost__content-api": "^1.3.16",
"@typescript-eslint/eslint-plugin": "7.14.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query": "5.62.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
Expand All @@ -37,8 +37,8 @@
"devDependencies": {
"@next/eslint-plugin-next": "15.0.4",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"eslint": "8.57.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"@radix-ui/react-focus-scope": "1.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-tooltip": "1.1.4",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query": "5.62.3",
"@walletconnect/ethereum-provider": "2.17.2",
"@walletconnect/sign-client": "2.17.2",
"abitype": "1.0.7",
Expand Down Expand Up @@ -341,7 +341,7 @@
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/cross-spawn": "^6.0.6",
"@types/react": "19.0.0",
"@types/react": "19.0.1",
"@viem/anvil": "0.0.10",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "2.1.8",
Expand All @@ -354,15 +354,15 @@
"expo-web-browser": "14.0.1",
"happy-dom": "15.11.7",
"knip": "5.39.2",
"msw": "2.6.6",
"msw": "2.6.7",
"prettier": "3.3.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.76.3",
"react-native": "0.76.4",
"react-native-aes-gcm-crypto": "0.2.2",
"react-native-passkey": "3.0.0",
"react-native-quick-crypto": "0.7.8",
"react-native-svg": "15.9.0",
"react-native-svg": "15.10.1",
"rimraf": "6.0.1",
"sharp": "^0.33.5",
"size-limit": "11.1.6",
Expand Down
Loading

0 comments on commit 625febb

Please sign in to comment.