-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
- Loading branch information
1 parent
a28c46e
commit e394263
Showing
14 changed files
with
671 additions
and
655 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 |
---|---|---|
|
@@ -36,18 +36,18 @@ | |
"ci-publish": "tsx scripts/publishCI.ts" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.23.9", | ||
"@babel/types": "^7.24.0", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/convert-source-map": "^2.0.3", | ||
"@types/debug": "^4.1.12", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^20.11.19", | ||
"@types/node": "^20.11.24", | ||
"@types/resolve": "^1.20.6", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@vitejs/release-scripts": "^1.3.1", | ||
"conventional-changelog-cli": "^4.1.0", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-define-config": "^2.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
|
@@ -58,18 +58,18 @@ | |
"lint-staged": "^15.2.2", | ||
"npm-run-all2": "^6.1.2", | ||
"picocolors": "^1.0.0", | ||
"playwright-chromium": "^1.41.2", | ||
"playwright-chromium": "^1.42.1", | ||
"prettier": "3.2.5", | ||
"resolve": "^1.22.8", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-license": "^3.2.0", | ||
"simple-git-hooks": "^2.9.0", | ||
"simple-git-hooks": "^2.10.0", | ||
"tsx": "^4.7.1", | ||
"typescript": "^5.3.3", | ||
"unbuild": "2.0.0", | ||
"vite": "^5.1.4", | ||
"vitest": "^1.3.1", | ||
"vue": "^3.4.19" | ||
"vue": "^3.4.21" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm exec lint-staged --concurrent false" | ||
|
@@ -88,7 +88,7 @@ | |
"eslint --cache --fix" | ||
] | ||
}, | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"pnpm": { | ||
"overrides": { | ||
"@vitejs/plugin-vue": "workspace:*" | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.