|
1 | 1 | {
|
2 | 2 | "name": "my-lib",
|
3 | 3 | "version": "0.11.0",
|
4 |
| - "packageManager": "pnpm@7.1.8", |
| 4 | + "packageManager": "pnpm@7.3.0", |
5 | 5 | "description": "The easy way to start your Vue 3 Component Library.",
|
6 | 6 | "keywords": [
|
7 | 7 | "component",
|
|
60 | 60 | },
|
61 | 61 | "dependencies": {
|
62 | 62 | "date-fns": "^2.28.0",
|
63 |
| - "vue": "^3.2.36" |
| 63 | + "vue": "^3.2.37" |
64 | 64 | },
|
65 | 65 | "devDependencies": {
|
66 | 66 | "@antfu/eslint-config": "^0.25.1",
|
|
72 | 72 | "@iconify-json/heroicons-outline": "^1.1.1",
|
73 | 73 | "@iconify-json/heroicons-solid": "^1.1.1",
|
74 | 74 | "@types/node": "^17.0.31",
|
75 |
| - "@unocss/preset-icons": "^0.37.4", |
| 75 | + "@unocss/preset-icons": "^0.39.3", |
76 | 76 | "@vitejs/plugin-vue": "^2.3.3",
|
77 |
| - "@vue/compiler-sfc": "^3.2.36", |
78 |
| - "@vueuse/core": "^8.6.0", |
79 |
| - "bumpp": "^7.1.1", |
| 77 | + "@vue/compiler-sfc": "^3.2.37", |
| 78 | + "@vueuse/core": "^8.7.4", |
| 79 | + "bumpp": "^7.2.0", |
80 | 80 | "commitizen": "^4.2.4",
|
81 | 81 | "conventional-changelog-cli": "^2.2.2",
|
82 |
| - "cypress": "^10.0.2", |
83 |
| - "eslint": "^8.17.0", |
| 82 | + "cypress": "^10.1.0", |
| 83 | + "eslint": "^8.18.0", |
84 | 84 | "eslint-plugin-cypress": "^2.12.1",
|
85 | 85 | "inquirer": "^8.2.4",
|
86 |
| - "lint-staged": "^13.0.0", |
| 86 | + "lint-staged": "^13.0.2", |
87 | 87 | "minimist": "^1.2.6",
|
88 | 88 | "prompts": "^2.4.2",
|
89 | 89 | "simple-git-hooks": "^2.8.0",
|
90 | 90 | "sort-package-json": "^1.57.0",
|
91 |
| - "typescript": "^4.7.3", |
92 |
| - "unocss": "^0.37.4", |
93 |
| - "unplugin-auto-import": "^0.8.7", |
| 91 | + "typescript": "^4.7.4", |
| 92 | + "unocss": "^0.39.3", |
| 93 | + "unplugin-auto-import": "^0.8.8", |
94 | 94 | "unplugin-vue-components": "^0.19.6",
|
95 | 95 | "upath": "^2.0.1",
|
96 |
| - "vite": "^2.9.9", |
97 |
| - "vitest": "^0.13.1", |
98 |
| - "vue-tsc": "^0.36.1" |
| 96 | + "vite": "^2.9.12", |
| 97 | + "vitest": "^0.15.1", |
| 98 | + "vue-tsc": "^0.38.0" |
99 | 99 | },
|
100 | 100 | "lint-staged": {
|
101 | 101 | "*.{js,jsx,ts,tsx,vue}": "eslint --fix",
|
|
108 | 108 | },
|
109 | 109 | "engines": {
|
110 | 110 | "node": ">=v16.15.1",
|
111 |
| - "pnpm": ">=7.1.8" |
| 111 | + "pnpm": ">=7.3.0" |
112 | 112 | }
|
113 | 113 | }
|
0 commit comments