Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent 909887c commit 72ac1bf
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 407 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.4.0",
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.5.0",
"description": "Vue JSX plugin for both Vue 2 and 3.",
"type": "commonjs",
"keywords": [
Expand Down Expand Up @@ -73,30 +73,30 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@rollup/pluginutils": "^5.1.0",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/babel-preset-jsx": "^1.4.0",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
"unplugin": "^1.10.1"
"unplugin": "^1.11.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.13.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.14.2",
"@types/node": "^20.14.10",
"bumpp": "^9.4.1",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"fast-glob": "^3.3.2",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"tsx": "^4.15.4",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0",
"vue": "^3.4.28"
"vue": "^3.4.31"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 72ac1bf

Please sign in to comment.