Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent 374bbf1 commit 48a6620
Show file tree
Hide file tree
Showing 3 changed files with 2,753 additions and 889 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18.9.0
18.20.2
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@ow3/hello-world-vue",
"type": "module",
"version": "0.14.0",
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.33.7",
"description": "The most simple way to develop your Vue 3 Component Library.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,8 @@
"dist"
],
"engines": {
"node": ">=v16.17.0",
"pnpm": ">=7.11.0"
"node": ">=16.20.2",
"pnpm": ">=7.33.7"
},
"scripts": {
"build": "vite build && pnpm run typecheck",
Expand All @@ -60,26 +60,26 @@
"preinstall": "node .scripts/check-node-version.mjs"
},
"dependencies": {
"vue": "^3.2.39"
"vue": "^3.4.26"
},
"devDependencies": {
"@ow3/eslint-config": "^0.28.2",
"@babel/types": "^7.19.0",
"@ow3/stacks": "^0.30.4",
"@types/node": "^18.7.16",
"@vueuse/core": "^9.2.0",
"@ow3/eslint-config": "^0.47.3",
"@babel/types": "^7.24.5",
"@ow3/stacks": "^0.33.3",
"@types/node": "^18.19.32",
"@vueuse/core": "^9.13.0",
"bumpp": "^8.2.1",
"commitizen": "^4.2.5",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"cz-git": "^1.3.11",
"eslint": "^8.23.1",
"lint-staged": "^13.0.3",
"cz-git": "^1.9.1",
"eslint": "^8.57.0",
"lint-staged": "^13.3.0",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"vitest": "^0.23.2",
"vue": "^3.2.39",
"simple-git-hooks": "^2.11.1",
"typescript": "^4.9.5",
"vite": "^3.2.10",
"vitest": "^0.34.6",
"vue": "^3.4.26",
"vue-tsc": "^0.40.13"
},
"simple-git-hooks": {
Expand Down

0 comments on commit 48a6620

Please sign in to comment.