Skip to content

Commit 460706a

Browse files
chore(deps): update all non-major dependencies
1 parent a38c697 commit 460706a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ow3/hello-world-vue",
33
"type": "module",
44
"version": "0.14.0",
5-
"packageManager": "pnpm@7.11.0",
5+
"packageManager": "pnpm@7.12.2",
66
"description": "The most simple way to develop your Vue 3 Component Library.",
77
"author": "Chris Breuer",
88
"license": "MIT",
@@ -42,8 +42,8 @@
4242
"dist"
4343
],
4444
"engines": {
45-
"node": ">=v16.17.0",
46-
"pnpm": ">=7.11.0"
45+
"node": ">=v16.17.1",
46+
"pnpm": ">=7.12.2"
4747
},
4848
"scripts": {
4949
"build": "vite build && pnpm run typecheck",
@@ -60,26 +60,26 @@
6060
"preinstall": "node .scripts/check-node-version.mjs"
6161
},
6262
"dependencies": {
63-
"vue": "^3.2.39"
63+
"vue": "^3.2.40"
6464
},
6565
"devDependencies": {
66-
"@ow3/eslint-config": "^0.28.2",
67-
"@babel/types": "^7.19.0",
68-
"@ow3/stacks": "^0.30.4",
66+
"@ow3/eslint-config": "^0.29.1",
67+
"@babel/types": "^7.19.3",
68+
"@ow3/stacks": "^0.33.3",
6969
"@types/node": "^18.7.16",
70-
"@vueuse/core": "^9.2.0",
70+
"@vueuse/core": "^9.3.0",
7171
"bumpp": "^8.2.1",
7272
"commitizen": "^4.2.5",
7373
"conventional-changelog-cli": "^2.2.2",
7474
"cz-git": "^1.3.11",
75-
"eslint": "^8.23.1",
75+
"eslint": "^8.24.0",
7676
"lint-staged": "^13.0.3",
7777
"rimraf": "^3.0.2",
7878
"simple-git-hooks": "^2.8.0",
79-
"typescript": "^4.8.3",
80-
"vite": "^3.1.0",
81-
"vitest": "^0.23.2",
82-
"vue": "^3.2.39",
79+
"typescript": "^4.8.4",
80+
"vite": "^3.1.3",
81+
"vitest": "^0.23.4",
82+
"vue": "^3.2.40",
8383
"vue-tsc": "^0.40.13"
8484
},
8585
"simple-git-hooks": {

0 commit comments

Comments
 (0)