Skip to content

Commit

Permalink
chore: remove used dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Sep 12, 2024
1 parent a2ea2f9 commit 85b66c2
Show file tree
Hide file tree
Showing 4 changed files with 1,183 additions and 781 deletions.
5 changes: 5 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md
version: 3
paths:
exclude:
- ./demo
4 changes: 2 additions & 2 deletions dependency-licenses.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
├─ MIT: 87
├─ Apache-2.0: 5
├─ MIT: 85
├─ Apache-2.0: 6
├─ BSD-2-Clause: 3
├─ BSD-3-Clause: 2
└─ ISC: 2
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@antfu/eslint-config": "^3.5.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/cross-spawn": "^6.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
Expand All @@ -98,11 +98,10 @@
"destr": "^2.0.3",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"happy-dom": "^15.7.3",
"happy-dom": "^15.7.4",
"json-editor-vue": "workspace:*",
"kolorist": "^1.8.0",
"license-checker": "^25.0.1",
"license-scan": "^0.1.2",
"lint-staged": "^15.2.10",
"lodash-es": "^4.17.21",
"lossless-json": "^4.0.1",
Expand All @@ -113,15 +112,15 @@
"rollup-plugin-visualizer": "^5.12.0",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vite-plugin-dts": "4.1.0",
"vite": "^5.4.4",
"vite-plugin-dts": "4.2.1",
"vitepress": "^1.3.4",
"vitest": "^2.0.5",
"vue": "latest",
"vue-global-config": "^0.6.1",
"vue-global-config": "^0.6.2",
"zhlint": "^0.8.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 85b66c2

Please sign in to comment.