Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 9acc13f commit a586b0a
Show file tree
Hide file tree
Showing 7 changed files with 389 additions and 378 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@antfu/ni": "^23.2.0",
"@playwright/test": "^1.49.1",
"@antfu/ni": "^23.3.0",
"@playwright/test": "^1.50.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.9",
"@types/ws": "^8.5.13",
"@types/node": "^22.12.0",
"@types/ws": "^8.5.14",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^9.10.2",
"bumpp": "^9.11.1",
"changelogithub": "^13.12.1",
"esbuild": "^0.24.2",
"eslint": "^9.18.0",
"magic-string": "^0.30.17",
"pathe": "^2.0.2",
"rimraf": "^6.0.1",
"rollup": "^4.31.0",
"rollup": "^4.32.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@types/ws": "^8.5.13",
"@types/ws": "^8.5.14",
"@vitest/runner": "workspace:*",
"@vitest/ui": "workspace:*",
"@vitest/ws-client": "workspace:*",
Expand All @@ -110,8 +110,8 @@
"mime": "^4.0.6",
"pathe": "^2.0.2",
"periscopic": "^4.0.2",
"playwright": "^1.49.1",
"playwright-core": "^1.49.1",
"playwright": "^1.50.0",
"playwright-core": "^1.50.0",
"safaridriver": "^1.0.0",
"vitest": "workspace:*",
"webdriverio": "^8.41.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/codemirror": "^5.60.15",
"@types/d3-force": "^3.0.10",
"@types/d3-selection": "^3.0.11",
"@types/ws": "^8.5.13",
"@types/ws": "^8.5.14",
"@unocss/reset": "^0.65.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/runner": "workspace:*",
Expand All @@ -76,7 +76,7 @@
"codemirror-theme-vars": "^0.1.2",
"d3-graph-controller": "^3.0.12",
"floating-vue": "^5.2.2",
"rollup": "^4.31.0",
"rollup": "^4.32.1",
"splitpanes": "^3.1.8",
"unocss": "^0.65.4",
"unplugin-auto-import": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"@vitest/pretty-format": "workspace:*",
"loupe": "^3.1.2",
"loupe": "^3.1.3",
"tinyrainbow": "^2.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"@types/istanbul-reports": "^3.0.4",
"@types/jsdom": "^21.1.7",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.10.9",
"@types/node": "^22.12.0",
"@types/prompts": "^2.4.9",
"@types/sinonjs__fake-timers": "^8.1.5",
"acorn-walk": "^8.3.4",
Expand All @@ -197,7 +197,7 @@
"find-up": "^6.3.0",
"flatted": "^3.3.2",
"get-tsconfig": "^4.10.0",
"happy-dom": "^16.7.2",
"happy-dom": "^16.7.3",
"jsdom": "^25.0.1",
"local-pkg": "^0.5.1",
"micromatch": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/ungap__structured-clone": "^1.2.0",
"@ungap/structured-clone": "^1.2.1"
"@ungap/structured-clone": "^1.3.0"
}
}
Loading

0 comments on commit a586b0a

Please sign in to comment.