Skip to content

Commit 9e4c390

Browse files
renovate[bot]sxzz
andauthored
fix(deps): update all non-major dependencies (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
1 parent ae021ad commit 9e4c390

File tree

4 files changed

+242
-247
lines changed

4 files changed

+242
-247
lines changed

eslint.config.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { sxzz } from '@sxzz/eslint-config'
2+
export default sxzz()

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-jsx",
33
"version": "0.3.1",
4-
"packageManager": "pnpm@8.15.5",
4+
"packageManager": "pnpm@8.15.6",
55
"description": "Vue JSX plugin for both Vue 2 and 3.",
66
"type": "commonjs",
77
"keywords": [
@@ -73,29 +73,29 @@
7373
"vue": "^2.0.0 || ^3.0.0"
7474
},
7575
"dependencies": {
76-
"@babel/core": "^7.24.3",
76+
"@babel/core": "^7.24.4",
7777
"@babel/plugin-syntax-typescript": "^7.24.1",
7878
"@rollup/pluginutils": "^5.1.0",
7979
"@vue/babel-plugin-jsx": "^1.2.2",
8080
"@vue/babel-preset-jsx": "^1.4.0",
8181
"local-pkg": "^0.5.0",
82-
"magic-string": "^0.30.8",
83-
"unplugin": "^1.10.0"
82+
"magic-string": "^0.30.9",
83+
"unplugin": "^1.10.1"
8484
},
8585
"devDependencies": {
86-
"@sxzz/eslint-config": "^3.8.7",
86+
"@sxzz/eslint-config": "^3.9.0",
8787
"@sxzz/prettier-config": "^2.0.1",
8888
"@types/babel__core": "^7.20.5",
89-
"@types/node": "^20.11.30",
89+
"@types/node": "^20.12.5",
9090
"bumpp": "^9.4.0",
9191
"eslint": "^8.57.0",
9292
"eslint-define-config": "^1.24.1",
9393
"fast-glob": "^3.3.2",
9494
"prettier": "^3.2.5",
9595
"tsup": "^8.0.2",
96-
"tsx": "^4.7.1",
97-
"typescript": "^5.4.2",
98-
"vite": "^5.2.2",
96+
"tsx": "^4.7.2",
97+
"typescript": "^5.4.4",
98+
"vite": "^5.2.8",
9999
"vitest": "^1.4.0",
100100
"vue": "^3.4.21"
101101
},

0 commit comments

Comments
 (0)