Skip to content

Commit eff47dd

Browse files
committed
chore: bump dependencies
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent 77413fb commit eff47dd

File tree

2 files changed

+280
-267
lines changed

2 files changed

+280
-267
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"postinstall": "wxt prepare"
2020
},
2121
"devDependencies": {
22-
"@biomejs/biome": "^2.2.4",
22+
"@biomejs/biome": "^2.2.5",
2323
"@emotion/react": "^11.14.0",
2424
"@emotion/styled": "^11.14.1",
2525
"@lingui/cli": "^5.5.0",
@@ -29,19 +29,19 @@
2929
"@svgr/core": "^8.1.0",
3030
"@svgr/plugin-jsx": "^8.1.0",
3131
"@types/mdx": "^2.0.13",
32-
"@types/node": "^24.5.2",
32+
"@types/node": "^24.7.0",
3333
"@types/randomstring": "^1.3.0",
34-
"@types/react": "^19.1.14",
35-
"@types/react-dom": "^19.1.9",
34+
"@types/react": "^19.2.2",
35+
"@types/react-dom": "^19.2.1",
3636
"@types/redux-logger": "^3.0.13",
3737
"@vitejs/plugin-react-swc": "^4.1.0",
3838
"randomstring": "^1.3.1",
3939
"rehype-unwrap-images": "^1.0.0",
4040
"rollup-preserve-directives": "^1.1.3",
4141
"sharp": "^0.34.4",
4242
"terser": "^5.44.0",
43-
"typescript": "^5.9.2",
44-
"unplugin-icons": "^22.3.0",
43+
"typescript": "^5.9.3",
44+
"unplugin-icons": "^22.4.2",
4545
"vite-plugin-image-optimizer": "^2.0.2",
4646
"wxt": "^0.20.11"
4747
},
@@ -50,7 +50,7 @@
5050
"@lingui/core": "^5.5.0",
5151
"@lingui/message-utils": "^5.5.0",
5252
"@lingui/react": "^5.5.0",
53-
"@mui/material": "^7.3.2",
53+
"@mui/material": "^7.3.4",
5454
"@reduxjs/toolkit": "^2.9.0",
5555
"@webext-core/messaging": "^2.3.0",
5656
"classnames": "^2.5.1",
@@ -59,8 +59,8 @@
5959
"material-ui-popup-state": "^5.3.6",
6060
"notistack": "^3.0.2",
6161
"proxy-memoize": "^3.0.1",
62-
"react": "^19.1.1",
63-
"react-dom": "^19.1.1",
62+
"react": "^19.2.0",
63+
"react-dom": "^19.2.0",
6464
"react-error-boundary": "^6.0.0",
6565
"react-redux": "^9.2.0",
6666
"redux-logger": "^3.0.6",

0 commit comments

Comments
 (0)