chore: update dependencies

This commit is contained in:
Steven 2024-11-02 13:18:13 +08:00
parent f394b17537
commit 33cd0544a1
4 changed files with 709 additions and 821 deletions

View File

@ -25,8 +25,8 @@
"devDependencies": { "devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chrome": "^0.0.273", "@types/chrome": "^0.0.273",
"@types/node": "^22.7.7", "@types/node": "^22.8.6",
"@types/react": "^18.3.11", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",
@ -34,7 +34,7 @@
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1", "eslint-plugin-react": "^7.37.2",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"tailwindcss": "^3.4.14", "tailwindcss": "^3.4.14",

File diff suppressed because it is too large Load Diff

View File

@ -17,11 +17,11 @@
"classnames": "^2.5.1", "classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"i18next": "^23.16.2", "i18next": "^23.16.4",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"lucide-react": "^0.446.0", "lucide-react": "^0.446.0",
"nice-grpc-web": "^3.3.5", "nice-grpc-web": "^3.3.5",
"qrcode.react": "^4.0.1", "qrcode.react": "^4.1.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1", "react-hot-toast": "^2.4.1",
@ -33,11 +33,11 @@
"zustand": "^4.5.5" "zustand": "^4.5.5"
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.45.0", "@bufbuild/buf": "^1.46.0",
"@bufbuild/protobuf": "^2.2.0", "@bufbuild/protobuf": "^2.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.11", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/eslint-plugin": "^7.18.0",
@ -47,13 +47,13 @@
"eslint": "^8.57.1", "eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1", "eslint-plugin-react": "^7.37.2",
"long": "^5.2.3", "long": "^5.2.3",
"postcss": "^8.4.47", "postcss": "^8.4.47",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"protobufjs": "^7.4.0", "protobufjs": "^7.4.0",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^5.4.9" "vite": "^5.4.10"
}, },
"resolutions": { "resolutions": {
"csstype": "3.1.2" "csstype": "3.1.2"

File diff suppressed because it is too large Load Diff