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] committed Feb 14, 2024
1 parent 4fdf879 commit 5f3ebff
Show file tree
Hide file tree
Showing 2 changed files with 1,053 additions and 951 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.2",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.15.2",
"description": "Vue JSX plugin for both Vue 2 and 3.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -72,32 +72,32 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-syntax-typescript": "^7.22.5",
"@rollup/pluginutils": "^5.0.4",
"@vue/babel-plugin-jsx": "^1.1.5",
"@babel/core": "^7.23.9",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@rollup/pluginutils": "^5.1.0",
"@vue/babel-plugin-jsx": "^1.2.1",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.19.4",
"esbuild": "^0.20.0",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.4",
"unplugin": "^1.5.0"
"magic-string": "^0.30.7",
"unplugin": "^1.7.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.6.1",
"@sxzz/eslint-config": "^3.7.6",
"@sxzz/prettier-config": "^2.0.0",
"@types/babel__core": "^7.20.2",
"@types/node": "^20.8.2",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"tsup": "^8.0.1",
"tsx": "^4.1.1",
"typescript": "^5.2.2",
"vite": "^5.0.2",
"vitest": "^1.0.4",
"vue": "^3.3.4"
"@types/babel__core": "^7.20.5",
"@types/node": "^20.11.17",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.2",
"vitest": "^1.2.2",
"vue": "^3.4.19"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit 5f3ebff

Please sign in to comment.