Skip to content

Commit 3d9b663

Browse files
chore(deps): update dependency @so1ve/eslint-config to ^0.99.0 (#23)
* chore(deps): update dependency @so1ve/eslint-config to ^0.99.0 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 5dd3625 commit 3d9b663

File tree

2 files changed

+156
-109
lines changed

2 files changed

+156
-109
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,13 @@
8585
"test": "vitest",
8686
"typecheck": "tsc --noEmit"
8787
},
88-
"peerDependencies": {
89-
"vue": "^2.7.0-0"
90-
},
9188
"dependencies": {
9289
"unplugin": "^1.3.1"
9390
},
9491
"devDependencies": {
9592
"@antfu/ni": "^0.21.3",
9693
"@babel/types": "^7.21.4",
97-
"@so1ve/eslint-config": "^0.93.0",
94+
"@so1ve/eslint-config": "^0.99.0",
9895
"@types/fs-extra": "^9.0.13",
9996
"@types/node": "^18.15.11",
10097
"bumpp": "^9.1.0",
@@ -119,5 +116,8 @@
119116
"vitest": "^0.31.0",
120117
"vue": "^2.7.0-beta.8",
121118
"webpack": "^5.79.0"
119+
},
120+
"peerDependencies": {
121+
"vue": "^2.7.0-0"
122122
}
123123
}

0 commit comments

Comments
 (0)