-
-
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 (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
- Loading branch information
1 parent
a74db21
commit c316d43
Showing
13 changed files
with
854 additions
and
887 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,40 +36,40 @@ | |
"ci-publish": "tsx scripts/publishCI.ts" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.23.0", | ||
"@types/babel__core": "^7.20.2", | ||
"@types/convert-source-map": "^2.0.1", | ||
"@types/debug": "^4.1.9", | ||
"@types/fs-extra": "^11.0.2", | ||
"@types/node": "^20.8.9", | ||
"@types/resolve": "^1.20.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.3", | ||
"@typescript-eslint/parser": "^6.7.3", | ||
"@babel/types": "^7.23.3", | ||
"@types/babel__core": "^7.20.4", | ||
"@types/convert-source-map": "^2.0.3", | ||
"@types/debug": "^4.1.12", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^20.9.0", | ||
"@types/resolve": "^1.20.5", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"@vitejs/release-scripts": "^1.3.1", | ||
"conventional-changelog-cli": "^4.1.0", | ||
"eslint": "^8.50.0", | ||
"eslint-define-config": "^1.23.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint": "^8.53.0", | ||
"eslint-define-config": "^1.24.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-regexp": "^1.15.0", | ||
"execa": "^8.0.1", | ||
"fast-glob": "^3.3.1", | ||
"fast-glob": "^3.3.2", | ||
"fs-extra": "^11.1.1", | ||
"lint-staged": "^14.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"picocolors": "^1.0.0", | ||
"playwright-chromium": "^1.38.1", | ||
"prettier": "3.0.3", | ||
"resolve": "^1.22.6", | ||
"playwright-chromium": "^1.39.0", | ||
"prettier": "3.1.0", | ||
"resolve": "^1.22.8", | ||
"rollup": "^3.28.0", | ||
"rollup-plugin-license": "^2.9.1", | ||
"simple-git-hooks": "^2.9.0", | ||
"tsx": "^3.13.0", | ||
"tsx": "^3.14.0", | ||
"typescript": "^5.2.2", | ||
"unbuild": "2.0.0", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.5", | ||
"vue": "^3.3.4" | ||
"vite": "^4.5.0", | ||
"vitest": "^0.34.6", | ||
"vue": "^3.3.8" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm exec lint-staged --concurrent false" | ||
|
@@ -88,7 +88,7 @@ | |
"eslint --cache --fix" | ||
] | ||
}, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].5", | ||
"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
Oops, something went wrong.