Skip to content

Commit

Permalink
chore(deps-dev): bump the minor group with 9 updates (#2335)
Browse files Browse the repository at this point in the history
Bumps the minor group with 9 updates:
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 8d1bbda commit 1be4024
Show file tree
Hide file tree
Showing 8 changed files with 1,121 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion apps/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sit-onyx/icons": "workspace:^",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.0",
"pinia": "^2.3.0",
"sit-onyx": "workspace:^",
"vue-i18n": "^10.0.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:integration": "playwright install && playwright test"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@sit-onyx/chartjs-plugin": "workspace:^",
"@sit-onyx/icons": "workspace:^",
"@sit-onyx/shared": "workspace:^",
Expand All @@ -24,7 +24,7 @@
"postcss": "^8.4.49",
"sass-embedded": "catalog:",
"sit-onyx": "workspace:^",
"vite": "^5.4.11",
"vite": "catalog:",
"vitepress": "^1.5.0",
"vue": "catalog:",
"vue-chartjs": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@sit-onyx/icons": "workspace:^",
"@vue/repl": "~4.2.1",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.0",
"sit-onyx": "workspace:^"
},
"devDependencies": {
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@fontsource-variable/source-code-pro": "^5.1.0",
"@fontsource-variable/source-sans-3": "^5.1.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@playwright/experimental-ct-vue": "^1.49.0",
"@playwright/test": "^1.49.0",
"@playwright/experimental-ct-vue": "^1.49.1",
"@playwright/test": "^1.49.1",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/vue3": "^8.4.7",
"@storybook/vue3-vite": "^8.4.7",
"@tsconfig/node22": "^22.0.0",
"@types/eslint": "^9.6.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.14",
"@vitest/eslint-plugin": "^1.1.16",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "~0.7.0",
"eslint": "^9.16.0",
"eslint-plugin-compat": "^6.0.1",
"eslint": "^9.17.0",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vue-scoped-css": "^2.9.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"publint": "^0.2.12",
Expand All @@ -58,7 +58,7 @@
"turbo": "^2.3.3",
"typescript": "catalog:",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.11",
"vite": "catalog:",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
Expand All @@ -78,6 +78,7 @@
"@vue/compiler-sfc": "catalog:",
"@vue/compiler-ssr": "catalog:",
"@vue/shared": "catalog:",
"vite": "catalog:",
"vue": "catalog:",
"sass-embedded": "catalog:"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nuxt/kit": "^3.14.1592"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.3",
"@nuxt/devtools": "^1.6.4",
"@nuxt/module-builder": "~0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.15.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/playwright-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"@playwright/experimental-ct-vue": ">= 1",
"@playwright/test": ">= 1",
"vue": ">= 3"
},
"devDependencies": {
"vite": "catalog:"
}
}
Loading

0 comments on commit 1be4024

Please sign in to comment.