-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 (#19190)
Co-authored-by: bluwy <[email protected]> Co-authored-by: patak-dev <[email protected]>
- Loading branch information
1 parent
bf3e410
commit f2c07db
Showing
20 changed files
with
855 additions
and
884 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
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
"ci-docs": "pnpm build && pnpm docs-build" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.17.0", | ||
"@eslint/js": "^9.18.0", | ||
"@type-challenges/utils": "^0.1.1", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/babel__preset-env": "^7.9.7", | ||
|
@@ -50,13 +50,13 @@ | |
"@types/estree": "^1.0.6", | ||
"@types/etag": "^1.8.3", | ||
"@types/less": "^3.0.7", | ||
"@types/node": "^22.10.5", | ||
"@types/node": "^22.10.6", | ||
"@types/picomatch": "^3.0.1", | ||
"@types/stylus": "^0.48.43", | ||
"@types/ws": "^8.5.13", | ||
"@vitejs/release-scripts": "^1.3.2", | ||
"@vitejs/release-scripts": "^1.3.3", | ||
"conventional-changelog-cli": "^5.0.0", | ||
"eslint": "^9.17.0", | ||
"eslint": "^9.18.0", | ||
"eslint-plugin-import-x": "^4.6.1", | ||
"eslint-plugin-n": "^17.15.1", | ||
"eslint-plugin-regexp": "^2.7.0", | ||
|
@@ -68,13 +68,13 @@ | |
"playwright-chromium": "^1.49.1", | ||
"premove": "^4.0.0", | ||
"prettier": "3.4.2", | ||
"rollup": "^4.23.0", | ||
"rollup": "^4.30.1", | ||
"rollup-plugin-esbuild": "^6.1.1", | ||
"simple-git-hooks": "^2.11.1", | ||
"tslib": "^2.8.1", | ||
"tsx": "^4.19.2", | ||
"typescript": "~5.7.2", | ||
"typescript-eslint": "^8.19.1", | ||
"typescript-eslint": "^8.20.0", | ||
"vite": "workspace:*", | ||
"vitest": "^3.0.2" | ||
}, | ||
|
@@ -95,7 +95,7 @@ | |
"eslint --cache --fix" | ||
] | ||
}, | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].4", | ||
"pnpm": { | ||
"overrides": { | ||
"vite": "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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,6 @@ | |
"minimist": "^1.2.8", | ||
"picocolors": "^1.1.1", | ||
"prompts": "^2.4.2", | ||
"unbuild": "^3.2.0" | ||
"unbuild": "^3.3.1" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
"preview": "vite preview" | ||
}, | ||
"devDependencies": { | ||
"lightningcss": "^1.28.2" | ||
"lightningcss": "^1.29.1" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
"preview": "vite preview" | ||
}, | ||
"devDependencies": { | ||
"lightningcss": "^1.28.2" | ||
"lightningcss": "^1.29.1" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
"preview": "vite preview" | ||
}, | ||
"devDependencies": { | ||
"sass": "^1.83.1" | ||
"sass": "^1.83.4" | ||
} | ||
} |
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.