Skip to content

Commit 8d3f473

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 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",
@@ -63,9 +63,9 @@
6363
"vue": "^3.2.39"
6464
},
6565
"devDependencies": {
66-
"@ow3/eslint-config": "^0.28.2",
66+
"@ow3/eslint-config": "^0.29.1",
6767
"@babel/types": "^7.19.0",
68-
"@ow3/stacks": "^0.30.4",
68+
"@ow3/stacks": "^0.32.17",
6969
"@types/node": "^18.7.16",
7070
"@vueuse/core": "^9.2.0",
7171
"bumpp": "^8.2.1",
@@ -77,8 +77,8 @@
7777
"rimraf": "^3.0.2",
7878
"simple-git-hooks": "^2.8.0",
7979
"typescript": "^4.8.3",
80-
"vite": "^3.1.0",
81-
"vitest": "^0.23.2",
80+
"vite": "^3.1.3",
81+
"vitest": "^0.23.4",
8282
"vue": "^3.2.39",
8383
"vue-tsc": "^0.40.13"
8484
},

0 commit comments

Comments
 (0)