Skip to content

Commit

Permalink
Merge pull request #11920 from owncloud/renovate/devdeps-non-major
Browse files Browse the repository at this point in the history
chore(deps): update devdeps non-major
  • Loading branch information
JammingBen authored Nov 18, 2024
2 parents 5f20a9e + 10d14cd commit 2afc95f
Show file tree
Hide file tree
Showing 6 changed files with 419 additions and 389 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"@cucumber/cucumber": "11.0.1",
"@cucumber/messages": "27.0.0",
"@cucumber/cucumber": "11.1.0",
"@cucumber/messages": "27.0.2",
"@cucumber/pretty-formatter": "1.0.1",
"@noble/hashes": "1.5.0",
"@ownclouders/babel-preset": "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.1.5",
"@vitest/coverage-v8": "2.1.4",
"@vitest/web-worker": "2.1.4",
"@vitejs/plugin-vue": "5.2.0",
"@vitest/coverage-v8": "2.1.5",
"@vitest/web-worker": "2.1.5",
"@vue/compiler-dom": "3.5.13",
"@vue/compiler-sfc": "3.5.13",
"@vue/test-utils": "2.4.6",
Expand All @@ -59,16 +59,16 @@
"commander": "12.1.0",
"cucumber-html-reporter": "7.2.0",
"ejs": "3.1.10",
"eslint": "9.14.0",
"eslint": "9.15.0",
"git-repo-info": "2.1.1",
"glob": "11.0.0",
"happy-dom": "15.11.0",
"happy-dom": "15.11.6",
"jsdom": "^25.0.0",
"license-checker-rseidelsohn": "4.4.2",
"node-fetch": "3.3.2",
"pino-pretty": "13.0.0",
"pino": "9.5.0",
"qs": "6.13.0",
"qs": "6.13.1",
"requirejs": "2.3.7",
"rollup-plugin-gzip": "^4.0.0",
"rollup-plugin-visualizer": "5.12.0",
Expand All @@ -80,9 +80,9 @@
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-static-copy": "^2.0.0",
"vite-plugin-treat-umd-as-commonjs": "0.1.4",
"vite": "5.4.10",
"vite": "5.4.11",
"vitest-mock-extended": "2.0.2",
"vitest": "2.1.4",
"vitest": "2.1.5",
"vue-demi": "0.14.10",
"vue-tsc": "2.1.10",
"vue": "3.5.13",
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.1.5",
"@vitejs/plugin-vue": "5.2.0",
"autoprefixer": "10.4.20",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^9.0.0",
Expand All @@ -143,7 +143,7 @@
"react": "^18.2.0",
"sass-loader": "10.5.2",
"sass-resources-loader": "^2.2.5",
"sass": "1.80.6",
"sass": "1.81.0",
"semver": "7.6.3",
"shelljs": "^0.8.3",
"style-dictionary": "^3.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
},
"devDependencies": {
"@types/luxon": "3.4.2",
"@vitejs/plugin-vue": "5.1.5",
"@vitejs/plugin-vue": "5.2.0",
"clean-publish": "5.1.0",
"vite-plugin-dts": "4.3.0",
"vite-plugin-node-polyfills": "0.22.0",
"vite": "5.4.10"
"vite": "5.4.11"
}
}
2 changes: 1 addition & 1 deletion packages/web-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@ownclouders/web-test-helpers": "workspace:^",
"@types/dompurify": "3.0.5",
"@types/lodash-es": "4.17.12",
"@vitest/web-worker": "2.1.4",
"@vitest/web-worker": "2.1.5",
"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.1.5",
"@vitejs/plugin-vue": "5.2.0",
"clean-publish": "^5.0.0",
"vite-plugin-dts": "^4.2.3",
"vite": "^5.4.8"
Expand Down
Loading

0 comments on commit 2afc95f

Please sign in to comment.