Skip to content

Commit 0ec0e13

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update all non-major dependencies (#51)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent 4352370 commit 0ec0e13

File tree

4 files changed

+74
-102
lines changed

4 files changed

+74
-102
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.4.0",
4-
"packageManager": "[email protected].4",
4+
"packageManager": "[email protected].6",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -76,30 +76,30 @@
7676
},
7777
"dependencies": {
7878
"@rollup/pluginutils": "^5.1.0",
79-
"@vue/language-core": "^2.0.6",
79+
"@vue/language-core": "^2.0.11",
8080
"ast-kit": "^0.12.1",
8181
"magic-string-ast": "^0.3.0",
82-
"unplugin": "^1.9.0"
82+
"unplugin": "^1.10.1"
8383
},
8484
"devDependencies": {
8585
"@babel/types": "^7.24.0",
86-
"@sxzz/eslint-config": "^3.8.6",
86+
"@sxzz/eslint-config": "^3.9.0",
8787
"@sxzz/prettier-config": "^2.0.1",
88-
"@types/node": "^20.11.25",
88+
"@types/node": "^20.12.6",
8989
"@vue-macros/test-utils": "^1.4.0",
9090
"bumpp": "^9.4.0",
91-
"change-case": "^5.4.3",
91+
"change-case": "^5.4.4",
9292
"eslint": "^8.57.0",
9393
"eslint-define-config": "^1.24.1",
9494
"fast-glob": "^3.3.2",
9595
"prettier": "^3.2.5",
9696
"tsup": "^8.0.2",
97-
"tsx": "^4.7.1",
98-
"typescript": "^5.4.2",
99-
"vite": "^5.1.5",
100-
"vitest": "^1.3.1",
97+
"tsx": "^4.7.2",
98+
"typescript": "^5.4.4",
99+
"vite": "^5.2.8",
100+
"vitest": "^1.4.0",
101101
"vue": "^3.4.21",
102-
"vue-tsc": "^2.0.6"
102+
"vue-tsc": "^2.0.11"
103103
},
104104
"engines": {
105105
"node": ">=16.14.0"

0 commit comments

Comments
 (0)