Skip to content

Commit

Permalink
frontend: Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Feb 22, 2025
1 parent a004978 commit 8ada795
Show file tree
Hide file tree
Showing 4 changed files with 1,195 additions and 1,168 deletions.
38 changes: 19 additions & 19 deletions packages/frontend-counter-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@
"walrus-site-deploy": "node ./scripts/walrus-site-deploy.cjs"
},
"dependencies": {
"@mysten/dapp-kit": "^0.14.49",
"@mysten/sui": "^1.21.1",
"@mysten/wallet-standard": "^0.13.25",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-toggle": "^1.1.1",
"@mysten/dapp-kit": "^0.14.50",
"@mysten/sui": "^1.21.2",
"@mysten/wallet-standard": "^0.13.26",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/themes": "^3.2.0",
"@suiware/kit": "^0.7.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.66.9",
"clsx": "^2.1.1",
"lucide-react": "^0.473.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-router": "^7.1.5",
"react-hot-toast": "^2.5.2",
"react-router": "^7.2.0",
"react-use": "^17.6.0"
},
"devDependencies": {
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.20",
"env-file-rw": "^1.0.0",
"eslint": "^9.19.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"eslint-plugin-react-refresh": "^0.4.19",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite": "^6.1.1",
"vite-tsconfig-paths": "^5.1.4"
}
}
32 changes: 16 additions & 16 deletions packages/frontend-greeting-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,38 @@
"walrus-site-deploy": "node ./scripts/walrus-site-deploy.cjs"
},
"dependencies": {
"@mysten/dapp-kit": "^0.14.49",
"@mysten/sui": "^1.21.1",
"@mysten/wallet-standard": "^0.13.25",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-toggle": "^1.1.1",
"@mysten/dapp-kit": "^0.14.50",
"@mysten/sui": "^1.21.2",
"@mysten/wallet-standard": "^0.13.26",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/themes": "^3.2.0",
"@suiware/kit": "^0.6.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.66.9",
"clsx": "^2.1.1",
"lucide-react": "^0.473.0",
"next": "15.1.5",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-hot-toast": "^2.5.2",
"react-use": "^17.6.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@eslint/eslintrc": "^3.3.0",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"autoprefixer": "^10.4.20",
"env-file-rw": "^1.0.0",
"eslint": "^9.19.0",
"eslint": "^9.21.0",
"eslint-config-next": "15.1.5",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
Expand Down
36 changes: 18 additions & 18 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,40 @@
"walrus-site-deploy": "node ./scripts/walrus-site-deploy.cjs"
},
"dependencies": {
"@mysten/dapp-kit": "^0.14.49",
"@mysten/sui": "^1.21.1",
"@mysten/wallet-standard": "^0.13.25",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-toggle": "^1.1.1",
"@mysten/dapp-kit": "^0.14.50",
"@mysten/sui": "^1.21.2",
"@mysten/wallet-standard": "^0.13.26",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/themes": "^3.2.0",
"@suiware/kit": "^0.6.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query": "^5.66.9",
"clsx": "^2.1.1",
"lucide-react": "^0.473.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-hot-toast": "^2.5.2",
"react-use": "^17.6.0"
},
"devDependencies": {
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.20",
"env-file-rw": "^1.0.0",
"eslint": "^9.19.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"eslint-plugin-react-refresh": "^0.4.19",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite": "^6.1.1",
"vite-tsconfig-paths": "^5.1.4"
}
}
Loading

0 comments on commit 8ada795

Please sign in to comment.