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 Dec 8, 2024
1 parent d60c476 commit fae6ce2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.15.0",
"description": "Vue JSX plugin for both Vue 2 and 3.",
"type": "commonjs",
"keywords": [
Expand Down Expand Up @@ -73,10 +73,10 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-typescript": "^7.24.7",
"@rollup/pluginutils": "^5.1.0",
"@vue/babel-plugin-jsx": "^1.2.2",
"@rollup/pluginutils": "^5.1.3",
"@vue/babel-plugin-jsx": "^1.2.5",
"@vue/babel-preset-jsx": "^1.4.0",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.10",
Expand All @@ -87,12 +87,12 @@
"@sxzz/prettier-config": "^2.0.2",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.14.2",
"bumpp": "^9.4.1",
"eslint": "^9.4.0",
"bumpp": "^9.9.0",
"eslint": "^9.16.0",
"fast-glob": "^3.3.2",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"tsx": "^4.15.4",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vitest": "^2.0.3",
Expand Down

0 comments on commit fae6ce2

Please sign in to comment.