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 Dec 22, 2024
1 parent 5e8d80b commit 08fdf4c
Show file tree
Hide file tree
Showing 6 changed files with 1,277 additions and 991 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"@cucumber/cucumber": "11.1.0",
"@cucumber/cucumber": "11.1.1",
"@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:*",
"@ownclouders/tsconfig": "workspace:*",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@types/luxon": "3.4.2",
"@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.8",
"@vitest/web-worker": "2.1.8",
"@vue/compiler-dom": "3.5.13",
"@vue/compiler-sfc": "3.5.13",
"@vue/test-utils": "2.4.6",
Expand All @@ -59,10 +59,10 @@
"commander": "12.1.0",
"cucumber-html-reporter": "7.2.0",
"ejs": "3.1.10",
"eslint": "9.15.0",
"eslint": "9.17.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,12 +75,12 @@
"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",
"vite-plugin-treat-umd-as-commonjs": "0.1.4",
"vite": "6.0.1",
"vite": "6.0.5",
"vitest-mock-extended": "2.0.2",
"vitest": "^2.1.6",
"vue-demi": "0.14.10",
Expand Down
8 changes: 4 additions & 4 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 All @@ -143,18 +143,18 @@
"react": "^19.0.0",
"sass-loader": "10.5.2",
"sass-resources-loader": "^2.2.5",
"sass": "1.81.0",
"sass": "1.83.0",
"semver": "7.6.3",
"shelljs": "^0.8.3",
"style-dictionary": "^3.9.1",
"style-loader": "^4.0.0",
"style-value-types": "^5.0.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint": "16.10.0",
"stylelint": "16.12.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
6 changes: 3 additions & 3 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.2.0",
"@vitejs/plugin-vue": "5.2.1",
"clean-publish": "5.1.0",
"vite-plugin-dts": "4.3.0",
"vite-plugin-dts": "4.4.0",
"vite-plugin-node-polyfills": "0.22.0",
"vite": "6.0.1"
"vite": "6.0.5"
}
}
6 changes: 3 additions & 3 deletions packages/web-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
},
"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.8",
"clean-publish": "5.1.0",
"vite-plugin-dts": "4.3.0",
"vite-plugin-dts": "4.4.0",
"vite-plugin-node-polyfills": "0.22.0"
}
}
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 08fdf4c

Please sign in to comment.