Skip to content

Commit c2106b3

Browse files
chore(deps): update all non-major dependencies (#8029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ari Perkkiö <[email protected]>
1 parent abd3bb7 commit c2106b3

File tree

11 files changed

+825
-1089
lines changed

11 files changed

+825
-1089
lines changed

examples/projects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@testing-library/jest-dom": "^6.6.3",
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.1.4",
16-
"@vitejs/plugin-react": "^4.4.1",
15+
"@types/react": "^19.1.5",
16+
"@vitejs/plugin-react": "^4.5.0",
1717
"@vitest/ui": "latest",
1818
"fastify": "^4.29.1",
1919
"jsdom": "^26.1.0",

examples/typecheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.17.48",
13+
"@types/node": "^20.17.50",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.8.3",
1616
"vite": "latest",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@
4242
"@rollup/plugin-commonjs": "^28.0.3",
4343
"@rollup/plugin-json": "^6.1.0",
4444
"@rollup/plugin-node-resolve": "^16.0.1",
45-
"@types/node": "^22.15.19",
45+
"@types/node": "^22.15.21",
4646
"@types/ws": "catalog:",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
5151
"bumpp": "^10.1.1",
5252
"changelogithub": "^13.14.0",
53-
"esbuild": "^0.25.4",
53+
"esbuild": "^0.25.5",
5454
"eslint": "^9.27.0",
5555
"magic-string": "^0.30.17",
5656
"pathe": "^2.0.3",
5757
"rimraf": "^6.0.1",
58-
"rollup": "^4.41.0",
58+
"rollup": "^4.41.1",
5959
"rollup-plugin-dts": "^6.2.1",
6060
"rollup-plugin-license": "^3.6.0",
6161
"tinyglobby": "catalog:",
6262
"tsx": "^4.19.4",
6363
"typescript": "^5.8.3",
64-
"unplugin-isolated-decl": "^0.14.1",
65-
"unplugin-oxc": "^0.4.3",
64+
"unplugin-isolated-decl": "^0.14.2",
65+
"unplugin-oxc": "^0.4.4",
6666
"vite": "^6.2.0",
6767
"vitest": "workspace:*",
6868
"zx": "^8.5.4"

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"codemirror-theme-vars": "^0.1.2",
7777
"d3-graph-controller": "^3.1.0",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.41.0",
79+
"rollup": "^4.41.1",
8080
"splitpanes": "^3.2.0",
8181
"unocss": "catalog:",
8282
"unplugin-auto-import": "^0.19.0",

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"@types/istanbul-lib-coverage": "catalog:",
185185
"@types/istanbul-reports": "catalog:",
186186
"@types/jsdom": "^21.1.7",
187-
"@types/node": "^22.15.19",
187+
"@types/node": "^22.15.21",
188188
"@types/picomatch": "^4.0.0",
189189
"@types/prompts": "^2.4.9",
190190
"@types/sinonjs__fake-timers": "^8.1.5",

0 commit comments

Comments
 (0)