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 (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
bb8cbe957e
commit
3c2d65e327
12
package.json
12
package.json
@ -2,7 +2,7 @@
|
|||||||
"name": "vue-jsx-monorepo",
|
"name": "vue-jsx-monorepo",
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@8.14.1",
|
"packageManager": "pnpm@8.15.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm run -r build",
|
"build": "pnpm run -r build",
|
||||||
@ -23,19 +23,19 @@
|
|||||||
"@types/babel__core": "^7.20.5",
|
"@types/babel__core": "^7.20.5",
|
||||||
"@types/babel__helper-module-imports": "^7.18.3",
|
"@types/babel__helper-module-imports": "^7.18.3",
|
||||||
"@types/babel__helper-plugin-utils": "^7.10.3",
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
||||||
"@types/node": "^20.11.5",
|
"@types/node": "^20.11.16",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||||
"@vitest/coverage-v8": "^1.2.1",
|
"@vitest/coverage-v8": "^1.2.2",
|
||||||
"@vue/babel-plugin-jsx": "workspace:*",
|
"@vue/babel-plugin-jsx": "workspace:*",
|
||||||
"bumpp": "^9.3.0",
|
"bumpp": "^9.3.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "^2.29.1",
|
||||||
"jsdom": "^24.0.0",
|
"jsdom": "^24.0.0",
|
||||||
"prettier": "^3.2.4",
|
"prettier": "^3.2.5",
|
||||||
"tsup": "^8.0.1",
|
"tsup": "^8.0.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"vite": "^5.0.12",
|
"vite": "^5.0.12",
|
||||||
"vitest": "^1.2.1"
|
"vitest": "^1.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
"@babel/helper-module-imports": "^7.22.15",
|
"@babel/helper-module-imports": "^7.22.15",
|
||||||
"@babel/helper-plugin-utils": "^7.22.5",
|
"@babel/helper-plugin-utils": "^7.22.5",
|
||||||
"@babel/plugin-syntax-jsx": "^7.23.3",
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
||||||
"@babel/template": "^7.22.15",
|
"@babel/template": "^7.23.9",
|
||||||
"@babel/traverse": "^7.23.7",
|
"@babel/traverse": "^7.23.9",
|
||||||
"@babel/types": "^7.23.6",
|
"@babel/types": "^7.23.9",
|
||||||
"@vue/babel-helper-vue-transform-on": "workspace:*",
|
"@vue/babel-helper-vue-transform-on": "workspace:*",
|
||||||
"@vue/babel-plugin-resolve-type": "workspace:*",
|
"@vue/babel-plugin-resolve-type": "workspace:*",
|
||||||
"camelcase": "^6.3.0",
|
"camelcase": "^6.3.0",
|
||||||
@ -36,13 +36,13 @@
|
|||||||
"svg-tags": "^1.0.0"
|
"svg-tags": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.23.7",
|
"@babel/core": "^7.23.9",
|
||||||
"@babel/preset-env": "^7.23.8",
|
"@babel/preset-env": "^7.23.9",
|
||||||
"@types/babel__template": "^7.4.4",
|
"@types/babel__template": "^7.4.4",
|
||||||
"@types/babel__traverse": "^7.20.5",
|
"@types/babel__traverse": "^7.20.5",
|
||||||
"@types/svg-tags": "^1.0.2",
|
"@types/svg-tags": "^1.0.2",
|
||||||
"@vue/runtime-dom": "^3.4.15",
|
"@vue/runtime-dom": "^3.4.15",
|
||||||
"@vue/test-utils": "^2.4.3",
|
"@vue/test-utils": "^2.4.4",
|
||||||
"regenerator-runtime": "^0.14.1",
|
"regenerator-runtime": "^0.14.1",
|
||||||
"vue": "^3.4.15"
|
"vue": "^3.4.15"
|
||||||
},
|
},
|
||||||
|
@ -46,11 +46,11 @@
|
|||||||
"@babel/code-frame": "^7.23.5",
|
"@babel/code-frame": "^7.23.5",
|
||||||
"@babel/helper-module-imports": "^7.22.15",
|
"@babel/helper-module-imports": "^7.22.15",
|
||||||
"@babel/helper-plugin-utils": "^7.22.5",
|
"@babel/helper-plugin-utils": "^7.22.5",
|
||||||
"@babel/parser": "^7.23.6",
|
"@babel/parser": "^7.23.9",
|
||||||
"@vue/compiler-sfc": "^3.4.15"
|
"@vue/compiler-sfc": "^3.4.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.23.7",
|
"@babel/core": "^7.23.9",
|
||||||
"@types/babel__code-frame": "^7.0.6",
|
"@types/babel__code-frame": "^7.0.6",
|
||||||
"vue": "^3.4.15"
|
"vue": "^3.4.15"
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.23.7",
|
"@babel/core": "^7.23.9",
|
||||||
"@vue/babel-plugin-jsx": "workspace:*",
|
"@vue/babel-plugin-jsx": "workspace:*",
|
||||||
"monaco-editor": "^0.45.0",
|
"monaco-editor": "^0.45.0",
|
||||||
"vue": "^3.4.15"
|
"vue": "^3.4.15"
|
||||||
|
934
pnpm-lock.yaml
934
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -14,9 +14,9 @@
|
|||||||
"types": ["vitest/globals"],
|
"types": ["vitest/globals"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"],
|
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
|
||||||
},
|
},
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"customConditions": ["dev"],
|
"customConditions": ["dev"]
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user