mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-02-12 00:10:25 +08:00
chore: upgrade deps
This commit is contained in:
parent
4050dd6da4
commit
5e33e0b0ba
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -15,8 +15,6 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
ignoreDeps: [
|
ignoreDeps: [
|
||||||
'typescript',
|
|
||||||
|
|
||||||
// Pure ESM
|
// Pure ESM
|
||||||
'camelcase',
|
'camelcase',
|
||||||
],
|
],
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"name": "vue-jsx-monorepo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@8.7.6",
|
"packageManager": "pnpm@8.7.6",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -17,8 +18,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-babel": "^6.0.3",
|
"@rollup/plugin-babel": "^6.0.3",
|
||||||
"@types/babel__core": "^7.20.2",
|
"@types/babel__core": "^7.20.2",
|
||||||
"@types/node": "^20.6.5",
|
"@types/node": "^20.7.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
||||||
"@vitest/coverage-v8": "^0.34.5",
|
"@vitest/coverage-v8": "^0.34.5",
|
||||||
"bumpp": "^9.2.0",
|
"bumpp": "^9.2.0",
|
||||||
"eslint": "^8.50.0",
|
"eslint": "^8.50.0",
|
||||||
|
@ -26,15 +26,15 @@
|
|||||||
"@babel/helper-module-imports": "^7.22.15",
|
"@babel/helper-module-imports": "^7.22.15",
|
||||||
"@babel/plugin-syntax-jsx": "^7.22.5",
|
"@babel/plugin-syntax-jsx": "^7.22.5",
|
||||||
"@babel/template": "^7.22.15",
|
"@babel/template": "^7.22.15",
|
||||||
"@babel/traverse": "^7.22.20",
|
"@babel/traverse": "^7.23.0",
|
||||||
"@babel/types": "^7.22.19",
|
"@babel/types": "^7.23.0",
|
||||||
"@vue/babel-helper-vue-transform-on": "workspace:^",
|
"@vue/babel-helper-vue-transform-on": "workspace:^",
|
||||||
"camelcase": "^6.3.0",
|
"camelcase": "^6.3.0",
|
||||||
"html-tags": "^3.3.1",
|
"html-tags": "^3.3.1",
|
||||||
"svg-tags": "^1.0.0"
|
"svg-tags": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.22.20",
|
"@babel/core": "^7.23.0",
|
||||||
"@babel/preset-env": "^7.22.20",
|
"@babel/preset-env": "^7.22.20",
|
||||||
"@types/babel__template": "^7.4.2",
|
"@types/babel__template": "^7.4.2",
|
||||||
"@types/babel__traverse": "^7.20.2",
|
"@types/babel__traverse": "^7.20.2",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.22.20",
|
"@babel/core": "^7.23.0",
|
||||||
"@vue/babel-plugin-jsx": "workspace:*",
|
"@vue/babel-plugin-jsx": "workspace:*",
|
||||||
"monaco-editor": "^0.43.0",
|
"monaco-editor": "^0.43.0",
|
||||||
"vue": "^3.3.4"
|
"vue": "^3.3.4"
|
||||||
|
1330
pnpm-lock.yaml
generated
1330
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user