mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
chore(deps): update all non-major dependencies (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d6fe1a728d
commit
4442cfa548
@ -18,11 +18,11 @@
|
|||||||
"jsx"
|
"jsx"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-syntax-typescript": "^7.22.5",
|
"@babel/plugin-syntax-typescript": "^7.23.3",
|
||||||
"@rollup/plugin-babel": "^6.0.4",
|
"@rollup/plugin-babel": "^6.0.4",
|
||||||
"@types/babel__core": "^7.20.5",
|
"@types/babel__core": "^7.20.5",
|
||||||
"@types/babel__helper-module-imports": "^7.18.0",
|
"@types/babel__helper-module-imports": "^7.18.3",
|
||||||
"@types/babel__helper-plugin-utils": "^7.10.1",
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
||||||
"@types/node": "^20.11.5",
|
"@types/node": "^20.11.5",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
||||||
"@vitest/coverage-v8": "^1.2.1",
|
"@vitest/coverage-v8": "^1.2.1",
|
||||||
|
@ -34,15 +34,15 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.22.10",
|
"@babel/code-frame": "^7.23.5",
|
||||||
"@babel/helper-module-imports": "^7.22.5",
|
"@babel/helper-module-imports": "^7.22.15",
|
||||||
"@babel/helper-plugin-utils": "^7.22.5",
|
"@babel/helper-plugin-utils": "^7.22.5",
|
||||||
"@babel/parser": "^7.22.11",
|
"@babel/parser": "^7.23.6",
|
||||||
"@vue/compiler-sfc": "^3.4.15"
|
"@vue/compiler-sfc": "^3.4.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.22.11",
|
"@babel/core": "^7.23.7",
|
||||||
"@types/babel__code-frame": "^7.0.3",
|
"@types/babel__code-frame": "^7.0.6",
|
||||||
"vue": "^3.3.4"
|
"vue": "^3.4.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ importers:
|
|||||||
.:
|
.:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/plugin-syntax-typescript':
|
'@babel/plugin-syntax-typescript':
|
||||||
specifier: ^7.22.5
|
specifier: ^7.23.3
|
||||||
version: 7.23.3(@babel/core@7.23.7)
|
version: 7.23.3(@babel/core@7.23.7)
|
||||||
'@rollup/plugin-babel':
|
'@rollup/plugin-babel':
|
||||||
specifier: ^6.0.4
|
specifier: ^6.0.4
|
||||||
@ -18,10 +18,10 @@ importers:
|
|||||||
specifier: ^7.20.5
|
specifier: ^7.20.5
|
||||||
version: 7.20.5
|
version: 7.20.5
|
||||||
'@types/babel__helper-module-imports':
|
'@types/babel__helper-module-imports':
|
||||||
specifier: ^7.18.0
|
specifier: ^7.18.3
|
||||||
version: 7.18.3
|
version: 7.18.3
|
||||||
'@types/babel__helper-plugin-utils':
|
'@types/babel__helper-plugin-utils':
|
||||||
specifier: ^7.10.1
|
specifier: ^7.10.3
|
||||||
version: 7.10.3
|
version: 7.10.3
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^20.11.5
|
specifier: ^20.11.5
|
||||||
@ -135,29 +135,29 @@ importers:
|
|||||||
packages/babel-plugin-resolve-type:
|
packages/babel-plugin-resolve-type:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame':
|
'@babel/code-frame':
|
||||||
specifier: ^7.22.10
|
specifier: ^7.23.5
|
||||||
version: 7.23.5
|
version: 7.23.5
|
||||||
'@babel/helper-module-imports':
|
'@babel/helper-module-imports':
|
||||||
specifier: ^7.22.5
|
specifier: ^7.22.15
|
||||||
version: 7.22.15
|
version: 7.22.15
|
||||||
'@babel/helper-plugin-utils':
|
'@babel/helper-plugin-utils':
|
||||||
specifier: ^7.22.5
|
specifier: ^7.22.5
|
||||||
version: 7.22.5
|
version: 7.22.5
|
||||||
'@babel/parser':
|
'@babel/parser':
|
||||||
specifier: ^7.22.11
|
specifier: ^7.23.6
|
||||||
version: 7.23.6
|
version: 7.23.6
|
||||||
'@vue/compiler-sfc':
|
'@vue/compiler-sfc':
|
||||||
specifier: ^3.4.15
|
specifier: ^3.4.15
|
||||||
version: 3.4.15
|
version: 3.4.15
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/core':
|
'@babel/core':
|
||||||
specifier: ^7.22.11
|
specifier: ^7.23.7
|
||||||
version: 7.23.7
|
version: 7.23.7
|
||||||
'@types/babel__code-frame':
|
'@types/babel__code-frame':
|
||||||
specifier: ^7.0.3
|
specifier: ^7.0.6
|
||||||
version: 7.0.6
|
version: 7.0.6
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.3.4
|
specifier: ^3.4.15
|
||||||
version: 3.4.15(typescript@5.3.3)
|
version: 3.4.15(typescript@5.3.3)
|
||||||
|
|
||||||
packages/jsx-explorer:
|
packages/jsx-explorer:
|
||||||
|
Loading…
Reference in New Issue
Block a user