Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2023
1 parent 65e5798 commit acab72d
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 144 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.0",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@rollup/pluginutils": "^5.0.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.17.18",
"esbuild": "^0.17.19",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
Expand All @@ -98,9 +98,9 @@
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite": "^4.3.6",
"vitest": "^0.31.0",
"vue": "^3.3.1"
"vue": "^3.3.2"
},
"engines": {
"node": ">=14.19.0"
Expand Down

0 comments on commit acab72d

Please sign in to comment.