Skip to content

Commit 0229580

Browse files
mengxi-reamclaude
andcommitted
chore: upgrade dependencies including postcss-rem-to-responsive-pixel to v7
- postcss-rem-to-responsive-pixel 6.x → 7.0.0 (performance improvements) - jsdom 26.x → 27.x (updated test assertions for jsdom behavior changes) - Various other dev dependency updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 724863f commit 0229580

File tree

4 files changed

+1393
-1064
lines changed

4 files changed

+1393
-1064
lines changed

.changeset/ilbyvzjjasdg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@read-frog/extension": patch
3+
---
4+
5+
chore: upgrade dependencies

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.21.3",
55
"private": true,
6-
"packageManager": "pnpm@10.16.1",
6+
"packageManager": "pnpm@10.27.0",
77
"description": "Read Frog browser extension for language learning",
88
"scripts": {
99
"build": "wxt build",
@@ -81,12 +81,12 @@
8181
"@read-frog/api-contract": "0.0.2",
8282
"@read-frog/definitions": "0.0.7",
8383
"@tabler/icons-react": "^3.36.1",
84-
"@tanstack/react-form": "^1.27.2",
85-
"@tanstack/react-query": "^5.90.12",
84+
"@tanstack/react-form": "^1.27.7",
85+
"@tanstack/react-query": "^5.90.16",
8686
"@uiw/codemirror-extensions-color": "^4.25.4",
8787
"@uiw/react-codemirror": "^4.25.4",
88-
"@visactor/react-vchart": "^2.0.11",
89-
"@visactor/vchart": "^2.0.11",
88+
"@visactor/react-vchart": "^2.0.12",
89+
"@visactor/vchart": "^2.0.12",
9090
"@webext-core/messaging": "^2.3.0",
9191
"@wxt-dev/i18n": "^0.2.4",
9292
"ai": "^6.0.6",
@@ -97,63 +97,63 @@
9797
"css-tree": "^3.1.0",
9898
"deepmerge-ts": "^7.1.5",
9999
"dequal": "^2.0.3",
100-
"dexie": "^4.0.11",
100+
"dexie": "^4.2.1",
101101
"file-saver": "^2.0.5",
102102
"franc": "^6.2.0",
103-
"hotkeys-js": "^3.13.10",
104-
"jotai": "^2.12.3",
103+
"hotkeys-js": "^4.0.0",
104+
"jotai": "^2.16.1",
105105
"js-sha256": "^0.11.1",
106106
"ollama-ai-provider-v2": "^2.0.0",
107107
"react": "^19.2.3",
108108
"react-dom": "^19.2.3",
109109
"react-markdown": "^10.1.0",
110-
"react-router": "^7.10.1",
110+
"react-router": "^7.11.0",
111111
"sonner": "^2.0.7",
112112
"tailwind-merge": "^3.4.0",
113113
"tw-animate-css": "^1.4.0",
114-
"type-fest": "^4.41.0",
115114
"vercel-minimax-ai-provider": "^0.0.1",
116115
"zod": "^4.3.4"
117116
},
118117
"devDependencies": {
119-
"@antfu/eslint-config": "^6.1.0",
120-
"@changesets/changelog-github": "^0.5.1",
121-
"@changesets/cli": "^2.29.7",
122-
"@commitlint/cli": "^20.1.0",
123-
"@commitlint/config-conventional": "^20.0.0",
124-
"@eslint-react/eslint-plugin": "^2.3.13",
118+
"@antfu/eslint-config": "^6.7.3",
119+
"@changesets/changelog-github": "^0.5.2",
120+
"@changesets/cli": "^2.29.8",
121+
"@commitlint/cli": "^20.3.0",
122+
"@commitlint/config-conventional": "^20.3.0",
123+
"@eslint-react/eslint-plugin": "^2.5.0",
125124
"@faker-js/faker": "^10.1.0",
126125
"@iconify/react": "^6.0.2",
127-
"@tailwindcss/postcss": "^4.1.15",
126+
"@tailwindcss/postcss": "^4.1.18",
128127
"@tanstack/eslint-plugin-query": "^5.91.2",
129-
"@tanstack/react-query-devtools": "^5.91.1",
130-
"@testing-library/jest-dom": "^6.6.3",
131-
"@testing-library/react": "^16.3.0",
128+
"@tanstack/react-query-devtools": "^5.91.2",
129+
"@testing-library/jest-dom": "^6.9.1",
130+
"@testing-library/react": "^16.3.1",
132131
"@total-typescript/ts-reset": "^0.6.1",
133132
"@types/css-tree": "^2.3.11",
134133
"@types/file-saver": "^2.0.7",
135134
"@types/react": "^19.2.7",
136135
"@types/react-dom": "^19.2.3",
137136
"@vitejs/plugin-react": "^5.1.2",
138-
"@vitest/coverage-istanbul": "^4.0.6",
137+
"@vitest/coverage-istanbul": "^4.0.16",
139138
"@wxt-dev/module-react": "^1.1.5",
140-
"autoprefixer": "^10.4.21",
141-
"eruda": "^3.4.1",
142-
"eslint": "9.38.0",
143-
"eslint-plugin-format": "^1.0.2",
139+
"autoprefixer": "^10.4.23",
140+
"eruda": "^3.4.3",
141+
"eslint": "9.39.2",
142+
"eslint-plugin-format": "^1.1.0",
144143
"eslint-plugin-react-hooks": "^7.0.1",
145-
"eslint-plugin-react-refresh": "^0.4.24",
144+
"eslint-plugin-react-refresh": "^0.4.26",
146145
"husky": "^9.1.7",
147-
"jsdom": "^26.1.0",
148-
"lint-staged": "^16.2.6",
149-
"nx": "^22.1.0",
146+
"jsdom": "^27.4.0",
147+
"lint-staged": "^16.2.7",
148+
"nx": "^22.3.3",
150149
"postcss": "^8.5.6",
151-
"postcss-rem-to-responsive-pixel": "^6.0.2",
150+
"postcss-rem-to-responsive-pixel": "^7.0.0",
152151
"postcss-value-parser": "^4.2.0",
153-
"tailwindcss": "^4.1.15",
152+
"tailwindcss": "^4.1.18",
153+
"type-fest": "^5.3.1",
154154
"typescript": "^5.9.3",
155-
"vitest": "^4.0.6",
156-
"wxt": "0.20.11"
155+
"vitest": "^4.0.16",
156+
"wxt": "0.20.13"
157157
},
158158
"devEngines": {
159159
"runtime": {

0 commit comments

Comments
 (0)