mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-21 21:01:42 +08:00
chore(deps): update all non-major dependencies
This commit is contained in:
4
.github/workflows/issue-reply.yml
vendored
4
.github/workflows/issue-reply.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: help wanted
|
- name: help wanted
|
||||||
if: github.event.label.name == 'help wanted'
|
if: github.event.label.name == 'help wanted'
|
||||||
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
|
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
|
||||||
with:
|
with:
|
||||||
actions: create-comment
|
actions: create-comment
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- name: need reproduction
|
- name: need reproduction
|
||||||
if: github.event.label.name == 'need reproduction'
|
if: github.event.label.name == 'need reproduction'
|
||||||
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
|
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
|
||||||
with:
|
with:
|
||||||
actions: create-comment
|
actions: create-comment
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
|
|||||||
16
package.json
16
package.json
@@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.24.0",
|
"packageManager": "pnpm@10.26.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vue",
|
"vue",
|
||||||
@@ -22,24 +22,24 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-syntax-typescript": "^7.27.1",
|
"@babel/plugin-syntax-typescript": "^7.27.1",
|
||||||
"@rollup/plugin-babel": "^6.1.0",
|
"@rollup/plugin-babel": "^6.1.0",
|
||||||
"@sxzz/eslint-config": "^7.4.1",
|
"@sxzz/eslint-config": "^7.4.3",
|
||||||
"@sxzz/prettier-config": "^2.2.6",
|
"@sxzz/prettier-config": "^2.2.6",
|
||||||
"@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": "^24.10.1",
|
"@types/node": "^24.10.4",
|
||||||
"@typescript/native-preview": "7.0.0-dev.20251202.1",
|
"@typescript/native-preview": "7.0.0-dev.20251221.1",
|
||||||
"@vitest/coverage-v8": "^4.0.15",
|
"@vitest/coverage-v8": "^4.0.16",
|
||||||
"@vue/babel-plugin-jsx": "workspace:*",
|
"@vue/babel-plugin-jsx": "workspace:*",
|
||||||
"bumpp": "^10.3.2",
|
"bumpp": "^10.3.2",
|
||||||
"eslint": "^9.39.1",
|
"eslint": "^9.39.2",
|
||||||
"jsdom": "^27.2.0",
|
"jsdom": "^27.3.0",
|
||||||
"prettier": "3.7.3",
|
"prettier": "3.7.3",
|
||||||
"tsdown": "^0.17.0-beta.5",
|
"tsdown": "^0.17.0-beta.5",
|
||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typescript": "~5.9.3",
|
"typescript": "~5.9.3",
|
||||||
"vite": "^7.2.6",
|
"vite": "^7.2.6",
|
||||||
"vitest": "^4.0.15"
|
"vitest": "^4.0.16"
|
||||||
},
|
},
|
||||||
"prettier": "@sxzz/prettier-config"
|
"prettier": "@sxzz/prettier-config"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
"@babel/types": "^7.28.5",
|
"@babel/types": "^7.28.5",
|
||||||
"@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:*",
|
||||||
"@vue/shared": "^3.5.25"
|
"@vue/shared": "^3.5.26"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.28.5",
|
"@babel/core": "^7.28.5",
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
"@babel/helper-module-imports": "^7.27.1",
|
"@babel/helper-module-imports": "^7.27.1",
|
||||||
"@babel/helper-plugin-utils": "^7.27.1",
|
"@babel/helper-plugin-utils": "^7.27.1",
|
||||||
"@babel/parser": "^7.28.5",
|
"@babel/parser": "^7.28.5",
|
||||||
"@vue/compiler-sfc": "^3.5.25"
|
"@vue/compiler-sfc": "^3.5.26"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.28.5",
|
"@babel/core": "^7.28.5",
|
||||||
|
|||||||
1149
pnpm-lock.yaml
generated
1149
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
packages:
|
packages:
|
||||||
- packages/*
|
- packages/*
|
||||||
catalog:
|
catalog:
|
||||||
vue: ^3.5.25
|
vue: ^3.5.26
|
||||||
|
|||||||
Reference in New Issue
Block a user