Skip to content

Commit

Permalink
frontend: Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jun 18, 2024
1 parent 92b1fea commit d6c70d6
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 325 deletions.
20 changes: 10 additions & 10 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"deploy:firebase": "firebase deploy --only hosting"
},
"dependencies": {
"@mysten/dapp-kit": "^0.14.7",
"@mysten/sui": "^1.1.1",
"@mysten/wallet-standard": "^0.12.7",
"@mysten/dapp-kit": "^0.14.9",
"@mysten/sui": "^1.1.2",
"@mysten/wallet-standard": "^0.12.9",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/themes": "^3.0.5",
"@tanstack/react-query": "^5.45.0",
"@tanstack/react-query": "^5.45.1",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
"lucide-react": "^0.383.0",
"lucide-react": "^0.395.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-use": "^17.5.0"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20.14.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
Expand All @@ -42,10 +42,10 @@
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2"
}
}
Loading

0 comments on commit d6c70d6

Please sign in to comment.