vue-jsx-vapor 2.3.1 → 2.3.3

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-jsx-vapor",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Convert Vue JSX to Vapor",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -209,24 +209,24 @@
209
209
  "@babel/core": "^7.26.8",
210
210
  "@babel/plugin-transform-typescript": "^7.26.8",
211
211
  "@types/hash-sum": "^1.0.2",
212
- "@vue-macros/jsx-directive": "3.0.0-beta.7",
213
- "@vue-macros/volar": "^3.0.0-beta.7",
212
+ "@vue-macros/jsx-directive": "^3.0.0-beta.10",
213
+ "@vue-macros/volar": "^3.0.0-beta.10",
214
214
  "@vue/babel-plugin-jsx": "^1.4.0",
215
215
  "hash-sum": "^2.0.0",
216
216
  "pathe": "^2.0.3",
217
217
  "ts-macro": "^0.1.25",
218
218
  "unplugin": "^2.2.2",
219
219
  "unplugin-utils": "^0.2.4",
220
- "@vue-jsx-vapor/compiler": "2.3.1",
221
- "@vue-jsx-vapor/babel": "2.3.1",
222
- "@vue-jsx-vapor/macros": "2.3.1"
220
+ "@vue-jsx-vapor/babel": "2.3.3",
221
+ "@vue-jsx-vapor/compiler": "2.3.3",
222
+ "@vue-jsx-vapor/macros": "2.3.3"
223
223
  },
224
224
  "devDependencies": {
225
225
  "@nuxt/kit": "^3.16.0",
226
226
  "@nuxt/schema": "^3.16.0",
227
227
  "@types/babel__core": "^7.20.5",
228
228
  "csstype": "^3.1.3",
229
- "vue": "https://pkg.pr.new/vue@b43f4f5"
229
+ "vue": "https://pkg.pr.new/vue@42f38ca"
230
230
  },
231
231
  "scripts": {
232
232
  "build": "tsdown",