vue-jsx-vapor 2.1.4 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-jsx-vapor",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Convert Vue JSX to Vapor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -208,21 +208,20 @@
|
|
|
208
208
|
"dependencies": {
|
|
209
209
|
"@babel/core": "^7.26.8",
|
|
210
210
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
211
|
-
"@vue-macros/volar": "^3.0.0-beta.
|
|
212
|
-
"magic-string-stack": "^0.1.2",
|
|
211
|
+
"@vue-macros/volar": "^3.0.0-beta.6",
|
|
213
212
|
"ts-macro": "^0.1.25",
|
|
214
213
|
"unplugin": "^1.16.1",
|
|
215
214
|
"unplugin-utils": "^0.2.4",
|
|
216
|
-
"@vue-jsx-vapor/
|
|
217
|
-
"@vue-jsx-vapor/
|
|
218
|
-
"@vue-jsx-vapor/
|
|
215
|
+
"@vue-jsx-vapor/babel": "2.1.6",
|
|
216
|
+
"@vue-jsx-vapor/compiler": "2.1.6",
|
|
217
|
+
"@vue-jsx-vapor/macros": "2.1.6"
|
|
219
218
|
},
|
|
220
219
|
"devDependencies": {
|
|
221
220
|
"@nuxt/kit": "^3.16.0",
|
|
222
221
|
"@nuxt/schema": "^3.16.0",
|
|
223
222
|
"@types/babel__core": "^7.20.5",
|
|
224
223
|
"csstype": "^3.1.3",
|
|
225
|
-
"vue": "https://pkg.pr.new/vue@
|
|
224
|
+
"vue": "https://pkg.pr.new/vue@3e7464f"
|
|
226
225
|
},
|
|
227
226
|
"scripts": {
|
|
228
227
|
"build": "tsup",
|