|
1 | 1 | {
|
2 | 2 | "name": "@ow3/deep-unref-vue",
|
3 | 3 | "version": "0.1.3",
|
4 |
| - "packageManager": "pnpm@7.3.0", |
| 4 | + "packageManager": "pnpm@7.33.7", |
5 | 5 | "description": "Easily remove all refs from an object using the `deepUnref`-composable.",
|
6 | 6 | "keywords": [
|
7 | 7 | "vue",
|
|
54 | 54 | "typecheck": "tsc --noEmit"
|
55 | 55 | },
|
56 | 56 | "dependencies": {
|
57 |
| - "@vueuse/core": "^9.2.0", |
58 |
| - "vue": "^3.2.37" |
| 57 | + "@vueuse/core": "^9.13.0", |
| 58 | + "vue": "^3.5.11" |
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@antfu/eslint-config": "^0.25.2", |
62 |
| - "@commitlint/config-conventional": "^17.0.2", |
63 |
| - "@commitlint/cz-commitlint": "^17.0.0", |
64 |
| - "@commitlint/types": "^17.0.0", |
65 |
| - "@types/node": "^17.0.32", |
| 61 | + "@antfu/eslint-config": "^0.43.1", |
| 62 | + "@commitlint/config-conventional": "^17.8.1", |
| 63 | + "@commitlint/cz-commitlint": "^17.8.1", |
| 64 | + "@commitlint/types": "^17.8.1", |
| 65 | + "@types/node": "^17.0.45", |
66 | 66 | "bumpp": "^7.2.0",
|
67 |
| - "commitizen": "^4.2.4", |
| 67 | + "commitizen": "^4.3.1", |
68 | 68 | "conventional-changelog-cli": "^2.2.2",
|
69 |
| - "eslint": "^8.18.0", |
70 |
| - "esno": "^0.16.3", |
71 |
| - "inquirer": "^8.2.4", |
72 |
| - "lint-staged": "^13.0.3", |
73 |
| - "pnpm": "^7.3.0", |
74 |
| - "simple-git-hooks": "^2.8.0", |
| 69 | + "eslint": "^8.57.1", |
| 70 | + "esno": "^0.17.0", |
| 71 | + "inquirer": "^8.2.6", |
| 72 | + "lint-staged": "^13.3.0", |
| 73 | + "pnpm": "^7.33.7", |
| 74 | + "simple-git-hooks": "^2.11.1", |
75 | 75 | "sort-package-json": "^1.57.0",
|
76 |
| - "typescript": "^4.7.4", |
77 |
| - "unbuild": "^0.7.4", |
78 |
| - "vite": "^2.9.12", |
79 |
| - "vitest": "^0.16.0" |
| 76 | + "typescript": "^4.9.5", |
| 77 | + "unbuild": "^0.9.4", |
| 78 | + "vite": "^2.9.18", |
| 79 | + "vitest": "^0.34.6" |
80 | 80 | },
|
81 | 81 | "lint-staged": {
|
82 | 82 | "*.{js,jsx,ts,tsx,vue}": "eslint --fix",
|
|
92 | 92 | }
|
93 | 93 | },
|
94 | 94 | "engines": {
|
95 |
| - "node": ">=v16.15.1", |
96 |
| - "pnpm": ">=7.3.0" |
| 95 | + "node": ">=16.20.2", |
| 96 | + "pnpm": ">=7.33.7" |
97 | 97 | }
|
98 | 98 | }
|
0 commit comments