|
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.5.1", |
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": "^8.7.5", |
| 57 | + "@vueuse/core": "^8.9.1", |
58 | 58 | "vue": "^3.2.37" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | 61 | "@antfu/eslint-config": "^0.25.2", |
62 | | - "@commitlint/config-conventional": "^17.0.2", |
63 | | - "@commitlint/cz-commitlint": "^17.0.0", |
| 62 | + "@commitlint/config-conventional": "^17.0.3", |
| 63 | + "@commitlint/cz-commitlint": "^17.0.3", |
64 | 64 | "@commitlint/types": "^17.0.0", |
65 | 65 | "@types/node": "^17.0.32", |
66 | 66 | "bumpp": "^7.2.0", |
67 | 67 | "commitizen": "^4.2.4", |
68 | 68 | "conventional-changelog-cli": "^2.2.2", |
69 | | - "eslint": "^8.18.0", |
| 69 | + "eslint": "^8.19.0", |
70 | 70 | "esno": "^0.16.3", |
71 | 71 | "inquirer": "^8.2.4", |
72 | 72 | "lint-staged": "^13.0.3", |
73 | | - "pnpm": "^7.3.0", |
| 73 | + "pnpm": "^7.5.1", |
74 | 74 | "simple-git-hooks": "^2.8.0", |
75 | 75 | "sort-package-json": "^1.57.0", |
76 | 76 | "typescript": "^4.7.4", |
77 | 77 | "unbuild": "^0.7.4", |
78 | | - "vite": "^2.9.12", |
79 | | - "vitest": "^0.16.0" |
| 78 | + "vite": "^2.9.14", |
| 79 | + "vitest": "^0.18.0" |
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": ">=v16.16.0", |
| 96 | + "pnpm": ">=7.5.1" |
97 | 97 | } |
98 | 98 | } |
0 commit comments