Skip to content

Commit dfddf26

Browse files
committed
chore: update frontend dependencies
1 parent 115cd1f commit dfddf26

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+18245
-1263
lines changed

frontend/extension/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ keys.json
3636

3737
# typescript
3838
.tsbuildinfo
39-
40-
src/types/proto

frontend/extension/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@emotion/react": "^11.14.0",
15-
"@emotion/styled": "^11.14.0",
15+
"@emotion/styled": "^11.14.1",
1616
"@mui/joy": "5.0.0-beta.51",
1717
"@plasmohq/storage": "^1.15.0",
1818
"classnames": "^2.5.1",
@@ -24,21 +24,21 @@
2424
},
2525
"devDependencies": {
2626
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
27-
"@types/chrome": "^0.1.1",
28-
"@types/node": "^22.15.29",
27+
"@types/chrome": "^0.1.3",
28+
"@types/node": "^22.17.1",
2929
"@types/react": "^18.3.23",
3030
"@types/react-dom": "^18.3.7",
3131
"@typescript-eslint/eslint-plugin": "^7.18.0",
3232
"@typescript-eslint/parser": "^7.18.0",
3333
"autoprefixer": "^10.4.21",
3434
"eslint": "^8.57.1",
35-
"eslint-config-prettier": "^9.1.0",
36-
"eslint-plugin-prettier": "^5.5.3",
35+
"eslint-config-prettier": "^9.1.2",
36+
"eslint-plugin-prettier": "^5.5.4",
3737
"eslint-plugin-react": "^7.37.5",
38-
"postcss": "^8.5.4",
39-
"prettier": "^3.5.3",
38+
"postcss": "^8.5.6",
39+
"prettier": "^3.6.2",
4040
"tailwindcss": "^3.4.17",
41-
"typescript": "^5.8.3"
41+
"typescript": "^5.9.2"
4242
},
4343
"manifest": {
4444
"permissions": [

frontend/extension/pnpm-lock.yaml

Lines changed: 494 additions & 520 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/web/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ node_modules
33
dist
44
dist-ssr
55
*.local
6-
src/types/proto

frontend/web/package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"serve": "vite preview",
77
"lint": "eslint --ext .js,.ts,.tsx, src",
88
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix",
9-
"type-check": "tsc --noEmit --skipLibCheck",
10-
"postinstall": "cd ../../proto && buf generate"
9+
"type-check": "tsc --noEmit --skipLibCheck"
1110
},
1211
"dependencies": {
1312
"@emotion/react": "^11.14.0",
@@ -25,34 +24,33 @@
2524
"react": "^18.3.1",
2625
"react-dom": "^18.3.1",
2726
"react-hot-toast": "^2.5.2",
28-
"react-i18next": "^15.5.2",
29-
"react-router-dom": "^7.6.1",
27+
"react-i18next": "^15.6.1",
28+
"react-router-dom": "^7.8.0",
3029
"react-use": "^17.6.0",
3130
"tailwindcss": "^3.4.17",
3231
"uuid": "^11.1.0",
33-
"zustand": "^5.0.5"
32+
"zustand": "^5.0.7"
3433
},
3534
"devDependencies": {
36-
"@bufbuild/buf": "^1.54.0",
37-
"@bufbuild/protobuf": "^2.6.2",
35+
"@bufbuild/protobuf": "^2.6.3",
3836
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
3937
"@types/lodash-es": "^4.17.12",
4038
"@types/react": "^18.3.23",
4139
"@types/react-dom": "^18.3.7",
4240
"@types/uuid": "^10.0.0",
4341
"@typescript-eslint/eslint-plugin": "^7.18.0",
4442
"@typescript-eslint/parser": "^7.18.0",
45-
"@vitejs/plugin-react-swc": "^3.10.0",
43+
"@vitejs/plugin-react-swc": "^3.11.0",
4644
"autoprefixer": "^10.4.21",
4745
"eslint": "^8.57.1",
48-
"eslint-config-prettier": "^9.1.0",
49-
"eslint-plugin-prettier": "^5.4.1",
46+
"eslint-config-prettier": "^9.1.2",
47+
"eslint-plugin-prettier": "^5.5.4",
5048
"eslint-plugin-react": "^7.37.5",
5149
"long": "^5.3.2",
52-
"postcss": "^8.5.4",
53-
"prettier": "^3.5.3",
50+
"postcss": "^8.5.6",
51+
"prettier": "^3.6.2",
5452
"protobufjs": "^7.5.3",
55-
"typescript": "^5.8.3",
53+
"typescript": "^5.9.2",
5654
"vite": "^6.3.5"
5755
},
5856
"resolutions": {

0 commit comments

Comments
 (0)