Skip to content

Commit acab72d

Browse files
fix(deps): update all non-major dependencies (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65e5798 commit acab72d

File tree

2 files changed

+144
-144
lines changed

2 files changed

+144
-144
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.2.0",
4-
"packageManager": "pnpm@8.4.0",
4+
"packageManager": "pnpm@8.5.1",
55
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
66
"keywords": [
77
"unplugin",
@@ -81,7 +81,7 @@
8181
"@rollup/pluginutils": "^5.0.2",
8282
"@vue/babel-plugin-jsx": "^1.1.1",
8383
"@vue/babel-preset-jsx": "^1.4.0",
84-
"esbuild": "^0.17.18",
84+
"esbuild": "^0.17.19",
8585
"local-pkg": "^0.4.3",
8686
"magic-string": "^0.30.0",
8787
"unplugin": "^1.3.1"
@@ -98,9 +98,9 @@
9898
"tsup": "^6.7.0",
9999
"tsx": "^3.12.7",
100100
"typescript": "^5.0.4",
101-
"vite": "^4.3.5",
101+
"vite": "^4.3.6",
102102
"vitest": "^0.31.0",
103-
"vue": "^3.3.1"
103+
"vue": "^3.3.2"
104104
},
105105
"engines": {
106106
"node": ">=14.19.0"

0 commit comments

Comments
 (0)