mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-12-13 00:48:58 +08:00
chore(deps): update all non-major dependencies (#611)
* chore(deps): update all non-major dependencies * chore: remove the lockfile and reinstall to update trnasitive deps The outdated `@types/babel__traverse` package is causing type errors * fix: fix htmlTags type error * fix: pin @types/node to 18.8.0 to work around https://github.com/johnsoncodehk/volar/issues/1985 * fix: pin @vue/test-utils temporarily to avoid snapshot differences * test: update snapshot As far as I see, all the snapshot differences are merely the newlines after `import` statements * test: add `attachTo: document.body` to make click event take effect See https://github.com/vuejs/test-utils/issues/1470#issuecomment-1114752388 * fix: fix mjs processing for webpack 4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
This commit is contained in:
@@ -24,29 +24,29 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "^7.0.0",
|
||||
"@babel/plugin-syntax-jsx": "^7.0.0",
|
||||
"@babel/template": "^7.0.0",
|
||||
"@babel/traverse": "^7.0.0",
|
||||
"@babel/types": "^7.0.0",
|
||||
"@babel/helper-module-imports": "^7.18.6",
|
||||
"@babel/plugin-syntax-jsx": "^7.18.6",
|
||||
"@babel/template": "^7.18.10",
|
||||
"@babel/traverse": "^7.19.4",
|
||||
"@babel/types": "^7.19.4",
|
||||
"@vue/babel-helper-vue-transform-on": "^1.0.2",
|
||||
"camelcase": "^6.0.0",
|
||||
"html-tags": "^3.1.0",
|
||||
"camelcase": "^6.3.0",
|
||||
"html-tags": "^3.2.0",
|
||||
"svg-tags": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/preset-env": "^7.15.4",
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/svg-tags": "^1.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
||||
"@typescript-eslint/parser": "^4.30.0",
|
||||
"@vue/compiler-dom": "3.2.8",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"@vue/compiler-dom": "3.2.41",
|
||||
"@vue/test-utils": "2.0.0-beta.2",
|
||||
"jest": "^26.0.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"ts-jest": "^26.1.3",
|
||||
"typescript": "^4.4.2",
|
||||
"vue": "3.2.26"
|
||||
"jest": "^26.6.3",
|
||||
"regenerator-runtime": "^0.13.10",
|
||||
"ts-jest": "^26.5.6",
|
||||
"typescript": "^4.8.4",
|
||||
"vue": "3.2.41"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user