Skip to content

Commit 85b66c2

Browse files
committed
chore: remove used dep
1 parent a2ea2f9 commit 85b66c2

File tree

4 files changed

+1183
-781
lines changed

4 files changed

+1183
-781
lines changed

.fossa.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md
2+
version: 3
3+
paths:
4+
exclude:
5+
- ./demo

dependency-licenses.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
├─ MIT: 87
2-
├─ Apache-2.0: 5
1+
├─ MIT: 85
2+
├─ Apache-2.0: 6
33
├─ BSD-2-Clause: 3
44
├─ BSD-3-Clause: 2
55
└─ ISC: 2

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"vue-demi": "^0.14.10"
8080
},
8181
"devDependencies": {
82-
"@antfu/eslint-config": "^3.3.2",
83-
"@commitlint/cli": "^19.4.1",
84-
"@commitlint/config-conventional": "^19.4.1",
82+
"@antfu/eslint-config": "^3.5.1",
83+
"@commitlint/cli": "^19.5.0",
84+
"@commitlint/config-conventional": "^19.5.0",
8585
"@types/cross-spawn": "^6.0.6",
8686
"@types/lodash-es": "^4.17.12",
8787
"@types/node": "^22.5.4",
@@ -98,11 +98,10 @@
9898
"destr": "^2.0.3",
9999
"eslint-plugin-format": "^0.1.2",
100100
"esno": "^4.7.0",
101-
"happy-dom": "^15.7.3",
101+
"happy-dom": "^15.7.4",
102102
"json-editor-vue": "workspace:*",
103103
"kolorist": "^1.8.0",
104104
"license-checker": "^25.0.1",
105-
"license-scan": "^0.1.2",
106105
"lint-staged": "^15.2.10",
107106
"lodash-es": "^4.17.21",
108107
"lossless-json": "^4.0.1",
@@ -113,15 +112,15 @@
113112
"rollup-plugin-visualizer": "^5.12.0",
114113
"semver": "^7.6.3",
115114
"simple-git-hooks": "^2.11.1",
116-
"typescript": "^5.5.4",
115+
"typescript": "^5.6.2",
117116
"unplugin-auto-import": "^0.18.2",
118117
"unplugin-vue-components": "^0.27.4",
119-
"vite": "^5.4.3",
120-
"vite-plugin-dts": "4.1.0",
118+
"vite": "^5.4.4",
119+
"vite-plugin-dts": "4.2.1",
121120
"vitepress": "^1.3.4",
122121
"vitest": "^2.0.5",
123122
"vue": "latest",
124-
"vue-global-config": "^0.6.1",
123+
"vue-global-config": "^0.6.2",
125124
"zhlint": "^0.8.2"
126125
},
127126
"simple-git-hooks": {

0 commit comments

Comments
 (0)