Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jan 23, 2025
1 parent 66d682f commit fc7f0fc
Show file tree
Hide file tree
Showing 9 changed files with 1,052 additions and 1,902 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": "^12.4.0",
"@vueuse/core": "^12.5.0",
"pinia": "^2.3.1",
"sit-onyx": "workspace:^",
"vue-i18n": "^11.0.1",
Expand Down
3 changes: 1 addition & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"stylelint": "stylelint \"src/.vitepress/dist/**/*.css\""
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@sit-onyx/chartjs-plugin": "workspace:^",
"@sit-onyx/icons": "workspace:^",
"@sit-onyx/shared": "workspace:^",
Expand All @@ -26,7 +25,7 @@
"sass-embedded": "catalog:",
"sit-onyx": "workspace:^",
"vite": "catalog:",
"vitepress": "^1.6.1",
"vitepress": "^1.6.3",
"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": "^12.4.0",
"@vueuse/core": "^12.5.0",
"sit-onyx": "workspace:^"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,43 +26,43 @@
"@fontsource-variable/source-code-pro": "^5.1.1",
"@fontsource-variable/source-sans-3": "^5.1.1",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@playwright/experimental-ct-vue": "^1.49.1",
"@playwright/test": "^1.49.1",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/vue3": "^8.5.0",
"@storybook/vue3-vite": "^8.5.0",
"@playwright/experimental-ct-vue": "^1.50.0",
"@playwright/test": "^1.50.0",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/blocks": "^8.5.1",
"@storybook/vue3": "^8.5.1",
"@storybook/vue3-vite": "^8.5.1",
"@tsconfig/node22": "^22.0.0",
"@types/eslint": "^9.6.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.7",
"@types/node": "^22.10.9",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^3.0.2",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/eslint-plugin": "^1.1.25",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.3.0",
"@vue/tsconfig": "~0.7.0",
"eslint": "^9.18.0",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-playwright": "^2.2.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vue-scoped-css": "^2.9.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.2",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"publint": "^0.3.2",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"storybook": "^8.5.0",
"storybook": "^8.5.1",
"stylelint": "^16.13.2",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"turbo": "^2.3.3",
"turbo": "^2.3.4",
"typescript": "catalog:",
"typescript-eslint": "^8.21.0",
"vite": "catalog:",
"vitest": "^3.0.2",
"vitest": "^3.0.4",
"vue-tsc": "^2.2.0"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nuxt/module-builder": "~0.8.4",
"@nuxt/schema": "^3.15.2",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/i18n": "^9.1.2",
"nuxt": "^3.15.2",
"sit-onyx": "workspace:^",
"typescript": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/sit-onyx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@sit-onyx/headless": "workspace:^",
"@sit-onyx/playwright-utils": "workspace:^",
"@sit-onyx/storybook-utils": "workspace:^",
"@storybook/addon-a11y": "^8.5.0",
"@storybook/addon-actions": "^8.5.0",
"@storybook/addon-a11y": "^8.5.1",
"@storybook/addon-actions": "^8.5.1",
"@vue/compiler-dom": "catalog:",
"axe-core": "^4.10.2",
"eslint-plugin-vue-scoped-css": "^2.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"vue-component-type-helpers": ">= 2"
},
"dependencies": {
"deepmerge-ts": "^7.1.3"
"deepmerge-ts": "^7.1.4"
},
"devDependencies": {
"@sit-onyx/icons": "workspace:^",
"@sit-onyx/shared": "workspace:^",
"@storybook/addon-actions": "^8.5.0",
"storybook": "^8.5.0",
"@storybook/addon-actions": "^8.5.1",
"storybook": "^8.5.1",
"vue": "catalog:",
"vue-component-type-helpers": "^2.2.0"
}
Expand Down
Loading

0 comments on commit fc7f0fc

Please sign in to comment.