Skip to content

Commit e1dea87

Browse files
committed
chore: replace vue/babel-plugin-jsx with our fork
1 parent d2e2d38 commit e1dea87

File tree

4 files changed

+53
-51
lines changed

4 files changed

+53
-51
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"overrides": {
9090
"@testing-library/dom": "npm:@vuetify/[email protected]",
9191
"@types/node": "22.15.12",
92+
"@vue/babel-plugin-jsx": "npm:@vuetify/[email protected]",
9293
"tough-cookie": "5.1.2"
9394
},
9495
"peerDependencyRules": {

packages/vuetify/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
'@babel/preset-typescript',
1515
],
1616
plugins: [
17-
['@vue/babel-plugin-jsx', { optimize: false, enableObjectSlots: false }],
17+
['@vuetify/babel-plugin-jsx', { optimize: false, enableObjectSlots: false }],
1818
['transform-define', {
1919
__VUETIFY_VERSION__: vuetifyPackage.version,
2020
__REQUIRED_VUE__: vuetifyPackage.peerDependencies.vue,

packages/vuetify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"@vitest/browser": "^3.1.1",
153153
"@vitest/coverage-istanbul": "^3.1.1",
154154
"@vitest/ui": "^3.1.1",
155-
"@vue/babel-plugin-jsx": "^1.4.0",
155+
"@vuetify/babel-plugin-jsx": "^1.5.0",
156156
"@vue/reactivity": "^3.5.13",
157157
"@vue/shared": "^3.5.13",
158158
"@vue/test-utils": "^2.4.6",

pnpm-lock.yaml

Lines changed: 50 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)