|
2 | 2 | "name": "@ow3/hello-world-vue", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.14.0", |
5 | | - "packageManager": "pnpm@7.11.0", |
| 5 | + "packageManager": "pnpm@7.13.5", |
6 | 6 | "description": "The most simple way to develop your Vue 3 Component Library.", |
7 | 7 | "author": "Chris Breuer", |
8 | 8 | "license": "MIT", |
|
42 | 42 | "dist" |
43 | 43 | ], |
44 | 44 | "engines": { |
45 | | - "node": ">=v16.17.0", |
46 | | - "pnpm": ">=7.11.0" |
| 45 | + "node": ">=v16.18.0", |
| 46 | + "pnpm": ">=7.13.5" |
47 | 47 | }, |
48 | 48 | "scripts": { |
49 | 49 | "build": "vite build && pnpm run typecheck", |
|
60 | 60 | "preinstall": "node .scripts/check-node-version.mjs" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "vue": "^3.2.39" |
| 63 | + "vue": "^3.2.41" |
64 | 64 | }, |
65 | 65 | "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.31.0", |
| 67 | + "@babel/types": "^7.19.4", |
| 68 | + "@ow3/stacks": "^0.33.3", |
69 | 69 | "@types/node": "^18.7.16", |
70 | | - "@vueuse/core": "^9.2.0", |
| 70 | + "@vueuse/core": "^9.3.1", |
71 | 71 | "bumpp": "^8.2.1", |
72 | 72 | "commitizen": "^4.2.5", |
73 | 73 | "conventional-changelog-cli": "^2.2.2", |
74 | 74 | "cz-git": "^1.3.11", |
75 | | - "eslint": "^8.23.1", |
| 75 | + "eslint": "^8.25.0", |
76 | 76 | "lint-staged": "^13.0.3", |
77 | 77 | "rimraf": "^3.0.2", |
78 | 78 | "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.8", |
| 81 | + "vitest": "^0.24.3", |
| 82 | + "vue": "^3.2.41", |
83 | 83 | "vue-tsc": "^0.40.13" |
84 | 84 | }, |
85 | 85 | "simple-git-hooks": { |
|
0 commit comments