Skip to content

Commit 19ae973

Browse files
committed
build: bump dependencies
1 parent cea6049 commit 19ae973

File tree

3 files changed

+1142
-861
lines changed

3 files changed

+1142
-861
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,54 +19,54 @@
1919
"postinstall": "wxt prepare"
2020
},
2121
"devDependencies": {
22-
"@biomejs/biome": "^2.3.7",
22+
"@biomejs/biome": "^2.3.14",
2323
"@emotion/react": "^11.14.0",
2424
"@emotion/styled": "^11.14.1",
25-
"@lingui/cli": "^5.6.0",
26-
"@lingui/swc-plugin": "5.6.1",
27-
"@lingui/vite-plugin": "^5.6.0",
25+
"@lingui/cli": "^5.9.0",
26+
"@lingui/swc-plugin": "5.10.1",
27+
"@lingui/vite-plugin": "^5.9.0",
2828
"@mdx-js/rollup": "^3.1.1",
2929
"@svgr/core": "^8.1.0",
3030
"@svgr/plugin-jsx": "^8.1.0",
3131
"@types/mdx": "^2.0.13",
32-
"@types/node": "^24.10.1",
32+
"@types/node": "^25.2.1",
3333
"@types/randomstring": "^1.3.0",
34-
"@types/react": "^19.2.6",
34+
"@types/react": "^19.2.13",
3535
"@types/react-dom": "^19.2.3",
3636
"@types/redux-logger": "^3.0.13",
37-
"@vitejs/plugin-react-swc": "^4.2.2",
37+
"@vitejs/plugin-react-swc": "^4.2.3",
3838
"randomstring": "^1.3.1",
3939
"rehype-unwrap-images": "^1.0.0",
4040
"rollup-preserve-directives": "^1.1.3",
4141
"sharp": "^0.34.5",
42-
"terser": "^5.44.1",
42+
"terser": "^5.46.0",
4343
"typescript": "^5.9.3",
44-
"unplugin-icons": "^22.5.0",
44+
"unplugin-icons": "^23.0.1",
4545
"vite-plugin-image-optimizer": "^2.0.3",
46-
"wxt": "^0.20.11"
46+
"wxt": "^0.20.13"
4747
},
4848
"dependencies": {
4949
"@iconify-json/fa6-solid": "^1.2.4",
50-
"@lingui/core": "^5.6.0",
51-
"@lingui/message-utils": "^5.6.0",
52-
"@lingui/react": "^5.6.0",
53-
"@mui/material": "^7.3.5",
54-
"@reduxjs/toolkit": "^2.11.0",
50+
"@lingui/core": "^5.9.0",
51+
"@lingui/message-utils": "^5.9.0",
52+
"@lingui/react": "^5.9.0",
53+
"@mui/material": "^7.3.7",
54+
"@reduxjs/toolkit": "^2.11.2",
5555
"@webext-core/messaging": "^2.3.0",
5656
"classnames": "^2.5.1",
5757
"compare-versions": "^6.1.1",
5858
"fake-parse5": "^0.0.2",
5959
"material-ui-popup-state": "^5.3.6",
6060
"notistack": "^3.0.2",
6161
"proxy-memoize": "^3.0.1",
62-
"react": "^19.2.0",
63-
"react-dom": "^19.2.0",
64-
"react-error-boundary": "^6.0.0",
62+
"react": "^19.2.4",
63+
"react-dom": "^19.2.4",
64+
"react-error-boundary": "^6.1.0",
6565
"react-redux": "^9.2.0",
6666
"redux-logger": "^3.0.6",
6767
"rehype-mdx-import-media": "^1.2.0",
6868
"thu-learn-lib": "^4.2.5",
69-
"wouter": "^3.7.1"
69+
"wouter": "^3.9.0"
7070
},
71-
"packageManager": "pnpm@10.16.1"
71+
"packageManager": "pnpm@10.28.2"
7272
}

0 commit comments

Comments
 (0)