Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 21, 2024
1 parent c08d949 commit bbcb972
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 44 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"devDependencies": {
"env-file-rw": "^1.0.0",
"sui-explorer-local": "^2.1.0"
"sui-explorer-local": "^2.1.1"
}
}
22 changes: 11 additions & 11 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"deploy:arweave": "ARWEAVE_DEPLOYMENT=true pnpm run build && pnpx arkb deploy ./dist -w ./arweave-keyfile.json --auto-confirm"
},
"dependencies": {
"@mysten/dapp-kit": "^0.14.11",
"@mysten/sui": "^1.2.1",
"@mysten/wallet-standard": "^0.12.11",
"@mysten/dapp-kit": "^0.14.12",
"@mysten/sui": "^1.3.0",
"@mysten/wallet-standard": "^0.12.12",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/themes": "^3.1.1",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query": "^5.51.11",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
"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"
"react-use": "^17.5.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-tsconfig-paths": "^4.3.2"
}
}
69 changes: 37 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbcb972

Please sign in to comment.