Skip to content

Commit

Permalink
fix: update dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert authored Jan 2, 2024
1 parent acbeeab commit 405e3da
Show file tree
Hide file tree
Showing 5 changed files with 1,267 additions and 1,696 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "vitepress preview src"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.31"
"vitepress": "^1.0.0-rc.34"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.13.1",
"author": "Schwarz IT KG",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -15,29 +15,29 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@rushstack/eslint-patch": "^1.6.0",
"@rushstack/eslint-patch": "^1.6.1",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vitest/coverage-v8": "^1.0.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vitest/coverage-v8": "^1.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "~0.4.0",
"eslint": "^8.55.0",
"@vue/tsconfig": "~0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"publint": "^0.2.6",
"sass": "^1.69.5",
"publint": "^0.2.7",
"sass": "^1.69.6",
"simple-git-hooks": "^2.9.0",
"typescript": "~5.3.3",
"vite": "^5.0.7",
"vite-plugin-dts": "^3.6.4",
"vitest": "^1.0.4",
"vue": "^3.3.11",
"vue-tsc": "^1.8.25"
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
8 changes: 2 additions & 6 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
"scripts": {
"build": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.3.3",
"vue": "^3.3.12"
},
"peerDependencies": {
"typescript": "^5.3.3",
"vue": "^3.3.12"
"typescript": ">= 5",
"vue": ">= 3"
}
}
16 changes: 8 additions & 8 deletions packages/sit-onyx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"vue": ">= 3"
},
"devDependencies": {
"@sit-onyx/storybook-utils": "workspace:^",
"@playwright/experimental-ct-vue": "^1.40.1",
"@playwright/test": "^1.40.1",
"@storybook/addon-essentials": "^7.6.4",
"@storybook/blocks": "^7.6.4",
"@storybook/vue3": "^7.6.4",
"@storybook/vue3-vite": "^7.6.4",
"@vue/compiler-dom": "^3.3.11",
"eslint-plugin-playwright": "~0.20.0",
"@sit-onyx/storybook-utils": "workspace:^",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/vue3": "^7.6.7",
"@storybook/vue3-vite": "^7.6.7",
"@vue/compiler-dom": "^3.4.3",
"eslint-plugin-playwright": "~0.21.0",
"react": "^18.2.0",
"storybook": "^7.6.4"
"storybook": "^7.6.7"
}
}
Loading

0 comments on commit 405e3da

Please sign in to comment.