Skip to content

Commit 4b5d233

Browse files
chore(deps): bump the minor group with 18 updates (#1873)
Bumps the minor group with 18 updates:
1 parent 0b9e4bf commit 4b5d233

File tree

6 files changed

+878
-868
lines changed

6 files changed

+878
-868
lines changed

apps/demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sit-onyx/icons": "workspace:^",
14-
"@vueuse/core": "^11.0.3",
14+
"@vueuse/core": "^11.1.0",
1515
"pinia": "^2.2.2",
1616
"sit-onyx": "workspace:^",
1717
"vue-i18n": "^9.14.0",

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"test:integration": "playwright install && playwright test"
1414
},
1515
"devDependencies": {
16-
"@playwright/test": "^1.47.0",
16+
"@playwright/test": "^1.47.1",
1717
"@sit-onyx/chartjs-plugin": "workspace:^",
1818
"@sit-onyx/icons": "workspace:^",
1919
"@sit-onyx/vitepress-theme": "workspace:^",
2020
"chart.js": "^4.4.4",
21-
"postcss": "^8.4.45",
21+
"postcss": "^8.4.47",
2222
"sit-onyx": "workspace:^",
23-
"vite": "^5.4.5",
23+
"vite": "^5.4.6",
2424
"vitepress": "^1.3.4",
2525
"vue": "catalog:",
2626
"vue-chartjs": "^5.3.1"

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@sit-onyx/icons": "workspace:^",
2121
"@vue/repl": "~4.2.1",
22-
"@vueuse/core": "^11.0.3",
22+
"@vueuse/core": "^11.1.0",
2323
"sit-onyx": "workspace:^"
2424
},
2525
"devDependencies": {

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,40 +22,40 @@
2222
"@fontsource-variable/source-code-pro": "^5.1.0",
2323
"@fontsource-variable/source-sans-3": "^5.1.0",
2424
"@microsoft/eslint-formatter-sarif": "^3.1.0",
25-
"@playwright/experimental-ct-vue": "^1.47.0",
26-
"@playwright/test": "^1.47.0",
25+
"@playwright/experimental-ct-vue": "^1.47.1",
26+
"@playwright/test": "^1.47.1",
2727
"@rushstack/eslint-patch": "^1.10.4",
2828
"@sit-onyx/eslint-plugin": "workspace:^",
2929
"@sit-onyx/storybook-utils": "workspace:^",
30-
"@storybook/addon-essentials": "^8.3.0",
31-
"@storybook/blocks": "^8.3.0",
32-
"@storybook/vue3": "^8.3.0",
33-
"@storybook/vue3-vite": "^8.3.0",
30+
"@storybook/addon-essentials": "^8.3.1",
31+
"@storybook/blocks": "^8.3.1",
32+
"@storybook/vue3": "^8.3.1",
33+
"@storybook/vue3-vite": "^8.3.1",
3434
"@tsconfig/node20": "^20.1.4",
3535
"@types/jsdom": "^21.1.7",
3636
"@types/node": "^20.16.5",
3737
"@vitejs/plugin-vue": "^5.1.3",
38-
"@vitest/coverage-v8": "^2.1.0",
38+
"@vitest/coverage-v8": "^2.1.1",
3939
"@vue/eslint-config-prettier": "^9.0.0",
4040
"@vue/eslint-config-typescript": "^13.0.0",
4141
"@vue/tsconfig": "~0.5.1",
42-
"eslint": "^8.57.0",
42+
"eslint": "^8.57.1",
4343
"eslint-plugin-playwright": "^1.6.2",
4444
"eslint-plugin-vue": "^9.28.0",
4545
"eslint-plugin-vuejs-accessibility": "^2.4.1",
4646
"jsdom": "^25.0.0",
4747
"lint-staged": "^15.2.10",
4848
"prettier": "^3.3.3",
4949
"prettier-plugin-organize-imports": "^4.0.0",
50-
"publint": "^0.2.10",
50+
"publint": "^0.2.11",
5151
"rimraf": "^6.0.1",
5252
"sass": "^1.78.0",
5353
"simple-git-hooks": "^2.11.1",
54-
"storybook": "^8.3.0",
54+
"storybook": "^8.3.1",
5555
"turbo": "^2.1.2",
5656
"typescript": "~5.6.2",
57-
"vite": "^5.4.5",
58-
"vitest": "^2.1.0",
57+
"vite": "^5.4.6",
58+
"vitest": "^2.1.1",
5959
"vue-tsc": "^2.1.6"
6060
},
6161
"simple-git-hooks": {

packages/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"test:coverage": "vitest run --coverage"
3636
},
3737
"dependencies": {
38-
"@nuxt/kit": "^3.13.1"
38+
"@nuxt/kit": "^3.13.2"
3939
},
4040
"devDependencies": {
4141
"@nuxt/devtools": "^1.4.2",
4242
"@nuxt/module-builder": "~0.8.4",
43-
"@nuxt/schema": "^3.13.1",
43+
"@nuxt/schema": "^3.13.2",
4444
"@nuxt/test-utils": "^3.14.2",
4545
"@nuxtjs/i18n": "^8.5.3",
46-
"nuxt": "^3.13.1",
46+
"nuxt": "^3.13.2",
4747
"vue-i18n": "^9.14.0"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)