-
-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f70b0a
commit 0cd60d7
Showing
2 changed files
with
285 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,16 +98,16 @@ | |
"@eslint-types/typescript-eslint": "7.5.0", | ||
"@eslint-types/unicorn": "52.0.0", | ||
"@eslint/compat": "1.1.1", | ||
"@eslint/js": "9.7.0", | ||
"@types/node": "20.14.11", | ||
"@eslint/js": "9.8.0", | ||
"@types/node": "20.14.14", | ||
"@types/sanitize-html": "2.11.0", | ||
"@types/semver": "7.5.8", | ||
"@types/validator": "13.12.0", | ||
"@vitest/coverage-v8": "2.0.3", | ||
"@vitest/ui": "2.0.3", | ||
"@vueuse/core": "10.11.0", | ||
"commit-and-tag-version": "12.4.1", | ||
"cypress": "13.13.1", | ||
"cypress": "13.13.2", | ||
"eslint": "9.7.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-define-config": "2.1.0", | ||
|
@@ -119,20 +119,20 @@ | |
"npm-run-all2": "6.2.2", | ||
"prettier": "3.3.3", | ||
"prettier-plugin-organize-imports": "4.0.0", | ||
"rimraf": "5.0.9", | ||
"rimraf": "5.0.10", | ||
"sanitize-html": "2.13.0", | ||
"semver": "7.6.3", | ||
"ts-morph": "23.0.0", | ||
"tsup": "8.2.2", | ||
"tsx": "4.16.2", | ||
"tsup": "8.2.4", | ||
"tsx": "4.16.5", | ||
"typescript": "5.5.3", | ||
"typescript-eslint": "7.17.0", | ||
"typescript-eslint": "7.18.0", | ||
"validator": "13.12.0", | ||
"vite": "5.3.4", | ||
"vite": "5.3.5", | ||
"vitepress": "1.3.1", | ||
"vitest": "2.0.3", | ||
"vue": "3.4.33", | ||
"vue-tsc": "2.0.28" | ||
"vue": "3.4.35", | ||
"vue-tsc": "2.0.29" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
Oops, something went wrong.