|
1 | 1 | { |
2 | 2 | "name": "@ow3/dummy-composable", |
3 | 3 | "version": "0.1.4", |
4 | | - "packageManager": "pnpm@7.3.0", |
| 4 | + "packageManager": "pnpm@7.33.7", |
5 | 5 | "description": "A composable starter kit that makes a great DX.", |
6 | 6 | "author": "Chris Breuer <chris@ow3.org>", |
7 | 7 | "license": "MIT", |
|
44 | 44 | "dist" |
45 | 45 | ], |
46 | 46 | "engines": { |
47 | | - "node": ">=v16.15.1", |
48 | | - "pnpm": ">=7.3.0" |
| 47 | + "node": ">=16.20.2", |
| 48 | + "pnpm": ">=7.33.7" |
49 | 49 | }, |
50 | 50 | "scripts": { |
51 | 51 | "build": "unbuild", |
|
62 | 62 | "typecheck": "tsc --noEmit" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@antfu/eslint-config": "^0.25.1", |
66 | | - "@types/node": "^17.0.32", |
67 | | - "@vue/reactivity": "^3.2.37", |
| 65 | + "@antfu/eslint-config": "^0.43.1", |
| 66 | + "@types/node": "^17.0.45", |
| 67 | + "@vue/reactivity": "^3.5.27", |
68 | 68 | "bumpp": "^8.2.1", |
69 | | - "commitizen": "^4.2.4", |
| 69 | + "commitizen": "^4.3.1", |
70 | 70 | "conventional-changelog-cli": "^2.2.2", |
71 | | - "cz-git": "^1.3.5", |
72 | | - "eslint": "^8.18.0", |
73 | | - "esno": "^0.16.3", |
74 | | - "lint-staged": "^13.0.2", |
| 71 | + "cz-git": "^1.12.0", |
| 72 | + "eslint": "^8.57.1", |
| 73 | + "esno": "^0.17.0", |
| 74 | + "lint-staged": "^13.3.0", |
75 | 75 | "rimraf": "^3.0.2", |
76 | | - "simple-git-hooks": "^2.8.0", |
77 | | - "typescript": "^4.7.4", |
78 | | - "unbuild": "^0.7.4", |
79 | | - "vite": "^2.9.12", |
80 | | - "vitest": "^0.15.2" |
| 76 | + "simple-git-hooks": "^2.13.1", |
| 77 | + "typescript": "^4.9.5", |
| 78 | + "unbuild": "^0.9.4", |
| 79 | + "vite": "^2.9.18", |
| 80 | + "vitest": "^0.34.6" |
81 | 81 | }, |
82 | 82 | "simple-git-hooks": { |
83 | 83 | "pre-commit": "npx --no-install lint-staged", |
|
0 commit comments