Skip to content

Commit 981ab26

Browse files
committed
chore: bump dependencies
1 parent 3ee1d5e commit 981ab26

File tree

7 files changed

+1366
-1490
lines changed

7 files changed

+1366
-1490
lines changed

frontend/extension/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"plasmo": "^0.90.3",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
23-
"react-hot-toast": "^2.5.1"
23+
"react-hot-toast": "^2.5.2"
2424
},
2525
"devDependencies": {
2626
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2727
"@types/chrome": "^0.0.287",
28-
"@types/node": "^22.10.3",
29-
"@types/react": "^18.3.12",
30-
"@types/react-dom": "^18.3.1",
28+
"@types/node": "^22.15.17",
29+
"@types/react": "^18.3.21",
30+
"@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",
3535
"eslint-config-prettier": "^9.1.0",
36-
"eslint-plugin-prettier": "^5.2.5",
36+
"eslint-plugin-prettier": "^5.4.0",
3737
"eslint-plugin-react": "^7.37.5",
38-
"postcss": "^8.4.47",
38+
"postcss": "^8.5.3",
3939
"prettier": "^3.5.3",
40-
"tailwindcss": "^3.4.14",
41-
"typescript": "^5.7.2"
40+
"tailwindcss": "^3.4.17",
41+
"typescript": "^5.8.3"
4242
},
4343
"manifest": {
4444
"permissions": [

frontend/extension/pnpm-lock.yaml

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

frontend/web/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,47 @@
1313
"@emotion/react": "^11.14.0",
1414
"@emotion/styled": "^11.14.0",
1515
"@mui/joy": "5.0.0-beta.48",
16-
"@reduxjs/toolkit": "^2.6.1",
16+
"@reduxjs/toolkit": "^2.8.1",
1717
"classnames": "^2.5.1",
1818
"copy-to-clipboard": "^3.3.3",
1919
"dayjs": "^1.11.13",
20-
"i18next": "^24.2.0",
20+
"i18next": "^24.2.3",
2121
"lodash-es": "^4.17.21",
2222
"lucide-react": "^0.469.0",
23-
"nice-grpc-web": "^3.3.5",
23+
"nice-grpc-web": "^3.3.7",
2424
"qrcode.react": "^4.2.0",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",
27-
"react-hot-toast": "^2.5.1",
27+
"react-hot-toast": "^2.5.2",
2828
"react-i18next": "^15.5.1",
29-
"react-router-dom": "^7.4.1",
29+
"react-router-dom": "^7.6.0",
3030
"react-use": "^17.6.0",
31-
"tailwindcss": "^3.4.14",
31+
"tailwindcss": "^3.4.17",
3232
"uuid": "^11.1.0",
33-
"zustand": "^5.0.3"
33+
"zustand": "^5.0.4"
3434
},
3535
"devDependencies": {
36-
"@bufbuild/buf": "^1.47.2",
37-
"@bufbuild/protobuf": "^2.2.5",
36+
"@bufbuild/buf": "^1.53.0",
37+
"@bufbuild/protobuf": "^2.3.0",
3838
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
3939
"@types/lodash-es": "^4.17.12",
40-
"@types/react": "^18.3.12",
41-
"@types/react-dom": "^18.3.1",
40+
"@types/react": "^18.3.21",
41+
"@types/react-dom": "^18.3.7",
4242
"@types/uuid": "^10.0.0",
4343
"@typescript-eslint/eslint-plugin": "^7.18.0",
4444
"@typescript-eslint/parser": "^7.18.0",
45-
"@vitejs/plugin-react-swc": "^3.7.2",
46-
"autoprefixer": "^10.4.20",
45+
"@vitejs/plugin-react-swc": "^3.9.0",
46+
"autoprefixer": "^10.4.21",
4747
"eslint": "^8.57.1",
4848
"eslint-config-prettier": "^9.1.0",
49-
"eslint-plugin-prettier": "^5.2.3",
49+
"eslint-plugin-prettier": "^5.4.0",
5050
"eslint-plugin-react": "^7.37.5",
51-
"long": "^5.2.4",
52-
"postcss": "^8.4.47",
51+
"long": "^5.3.2",
52+
"postcss": "^8.5.3",
5353
"prettier": "^3.5.3",
54-
"protobufjs": "^7.4.0",
55-
"typescript": "^5.6.3",
56-
"vite": "^5.4.19"
54+
"protobufjs": "^7.5.1",
55+
"typescript": "^5.8.3",
56+
"vite": "^6.3.5"
5757
},
5858
"resolutions": {
5959
"csstype": "3.1.2"

0 commit comments

Comments
 (0)