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 Jun 12, 2023
1 parent ae03dac commit 0e19c6e
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 204 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.0",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.2",
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -76,12 +76,12 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-syntax-typescript": "^7.21.4",
"@babel/core": "^7.22.5",
"@babel/plugin-syntax-typescript": "^7.22.5",
"@rollup/pluginutils": "^5.0.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.1",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
Expand All @@ -90,7 +90,7 @@
"@sxzz/eslint-config": "^2.4.6",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.1.2",
"bumpp": "^9.1.0",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"eslint-define-config": "^1.20.0",
"fast-glob": "^3.2.12",
Expand All @@ -99,7 +99,7 @@
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4",
"vitest": "^0.32.0",
"vue": "^3.3.4"
},
"engines": {
Expand Down

0 comments on commit 0e19c6e

Please sign in to comment.