|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-named-export", |
3 | 3 | "version": "0.3.0", |
4 | | - "packageManager": "pnpm@8.9.2", |
| 4 | + "packageManager": "pnpm@8.10.5", |
5 | 5 | "description": "Named export for Vue SFC.", |
6 | 6 | "keywords": [ |
7 | 7 | "unplugin", |
|
78 | 78 | "@rollup/pluginutils": "^5.0.5", |
79 | 79 | "ast-kit": "^0.11.2", |
80 | 80 | "magic-string-ast": "^0.3.0", |
81 | | - "unplugin": "^1.5.0" |
| 81 | + "unplugin": "^1.5.1" |
82 | 82 | }, |
83 | 83 | "devDependencies": { |
84 | | - "@babel/types": "^7.23.0", |
85 | | - "@sxzz/eslint-config": "^3.6.4", |
| 84 | + "@babel/types": "^7.23.3", |
| 85 | + "@sxzz/eslint-config": "^3.7.4", |
86 | 86 | "@sxzz/prettier-config": "^2.0.0", |
87 | | - "@types/node": "^20.8.6", |
88 | | - "@vue-macros/test-utils": "^1.1.3", |
89 | | - "@vue/language-core": "^1.8.19", |
| 87 | + "@types/node": "^20.9.2", |
| 88 | + "@vue-macros/test-utils": "^1.3.0", |
| 89 | + "@vue/language-core": "^1.8.22", |
90 | 90 | "bumpp": "^9.2.0", |
91 | | - "change-case": "^5.0.2", |
92 | | - "eslint": "^8.51.0", |
| 91 | + "change-case": "^5.2.0", |
| 92 | + "eslint": "^8.54.0", |
93 | 93 | "eslint-define-config": "^1.24.1", |
94 | | - "fast-glob": "^3.3.1", |
95 | | - "prettier": "^3.0.3", |
| 94 | + "fast-glob": "^3.3.2", |
| 95 | + "prettier": "^3.1.0", |
96 | 96 | "tsup": "^7.2.0", |
97 | | - "tsx": "^4.1.1", |
| 97 | + "tsx": "^4.1.4", |
98 | 98 | "typescript": "^5.2.2", |
99 | | - "vite": "^4.4.11", |
| 99 | + "vite": "^4.5.0", |
100 | 100 | "vitest": "^0.34.6", |
101 | | - "vue": "^3.3.4", |
102 | | - "vue-tsc": "^1.8.19" |
| 101 | + "vue": "^3.3.8", |
| 102 | + "vue-tsc": "^1.8.22" |
103 | 103 | }, |
104 | 104 | "engines": { |
105 | 105 | "node": ">=16.14.0" |
|
0 commit comments