Skip to content

Commit

Permalink
chore(deps): update devdeps non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 1391458 commit 19a180d
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 372 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@cucumber/cucumber": "11.1.0",
"@cucumber/messages": "27.0.2",
"@cucumber/pretty-formatter": "1.0.1",
"@noble/hashes": "1.5.0",
"@noble/hashes": "1.6.1",
"@ownclouders/babel-preset": "workspace:*",
"@ownclouders/eslint-config": "workspace:*",
"@ownclouders/prettier-config": "workspace:*",
Expand All @@ -48,9 +48,9 @@
"@types/mark.js": "8.11.12",
"@types/semver": "7.5.8",
"@types/uuid": "10.0.0",
"@vitejs/plugin-vue": "5.2.0",
"@vitest/coverage-v8": "2.1.5",
"@vitest/web-worker": "2.1.5",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.6",
"@vitest/web-worker": "2.1.6",
"@vue/compiler-dom": "3.5.13",
"@vue/compiler-sfc": "3.5.13",
"@vue/test-utils": "2.4.6",
Expand All @@ -62,7 +62,7 @@
"eslint": "9.15.0",
"git-repo-info": "2.1.1",
"glob": "11.0.0",
"happy-dom": "15.11.6",
"happy-dom": "15.11.7",
"jsdom": "^25.0.0",
"license-checker-rseidelsohn": "4.4.2",
"node-fetch": "3.3.2",
Expand All @@ -75,7 +75,7 @@
"simple-git": "3.27.0",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-static-copy": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@codemirror/view": "^6.23.0",
"@lezer/highlight": "^1.2.0",
"@ownclouders/web-test-helpers": "workspace:*",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"autoprefixer": "10.4.20",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^9.0.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"stylelint": "16.10.0",
"tinycolor2": "^1.6.0",
"ts-loader": "^9.5.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"url-loader": "^4.1.1",
"url": "^0.11.3",
"vite-plugin-dts": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"devDependencies": {
"@types/luxon": "3.4.2",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"clean-publish": "5.1.0",
"vite-plugin-dts": "4.3.0",
"vite-plugin-node-polyfills": "0.22.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
},
"devDependencies": {
"@ownclouders/web-test-helpers": "workspace:^",
"@types/dompurify": "3.0.5",
"@types/dompurify": "3.2.0",
"@types/lodash-es": "4.17.12",
"@vitest/web-worker": "2.1.5",
"@vitest/web-worker": "2.1.6",
"clean-publish": "5.1.0",
"vite-plugin-dts": "4.3.0",
"vite-plugin-node-polyfills": "0.22.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vue": "^3.5.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"clean-publish": "^5.0.0",
"vite-plugin-dts": "^4.2.3",
"vite": "^6.0.0"
Expand Down
Loading

0 comments on commit 19a180d

Please sign in to comment.