Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz committed Oct 5, 2023
1 parent a9f308f commit 02dacdc
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 262 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.2",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"description": "Vue JSX plugin for both Vue 2 and 3.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -72,21 +72,21 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/plugin-syntax-typescript": "^7.22.5",
"@rollup/pluginutils": "^5.0.4",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.19.3",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.3",
"esbuild": "^0.19.4",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.4",
"unplugin": "^1.5.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.6.1",
"@sxzz/prettier-config": "^1.0.4",
"@types/babel__core": "^7.20.2",
"@types/node": "^20.6.5",
"@types/node": "^20.8.2",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
Expand All @@ -95,8 +95,8 @@
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.5",
"vite": "^4.4.10",
"vitest": "^0.34.6",
"vue": "^3.3.4"
},
"engines": {
Expand Down

0 comments on commit 02dacdc

Please sign in to comment.