Skip to content

Commit

Permalink
Updated dependencies. Prepared for the new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Oct 9, 2024
1 parent a7255e0 commit 7eac3f1
Show file tree
Hide file tree
Showing 3 changed files with 850 additions and 582 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sui-dapp-starter",
"version": "0.9.0",
"version": "0.10.0",
"description": "Easy-to-Use Full-Stack Sui Starter",
"scripts": {
"dev": "pnpm frontend:dev",
Expand Down
24 changes: 12 additions & 12 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"walrus-site-deploy": "node ./scripts/walrus-site-deploy.cjs"
},
"dependencies": {
"@mysten/dapp-kit": "^0.14.21",
"@mysten/sui": "^1.9.0",
"@mysten/wallet-standard": "^0.13.4",
"@radix-ui/react-select": "^2.1.1",
"@mysten/dapp-kit": "^0.14.25",
"@mysten/sui": "^1.12.0",
"@mysten/wallet-standard": "^0.13.7",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/themes": "^3.1.3",
"@tanstack/react-query": "^5.56.2",
"@radix-ui/themes": "^3.1.4",
"@tanstack/react-query": "^5.59.0",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
"lucide-react": "^0.395.0",
Expand All @@ -32,12 +32,12 @@
"react-use": "^17.5.1"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"env-file-rw": "^1.0.0",
"eslint": "^8.57.1",
Expand All @@ -46,10 +46,10 @@
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.12",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1"
}
}
Loading

0 comments on commit 7eac3f1

Please sign in to comment.