-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
2d941d3
commit cc46802
Showing
4 changed files
with
401 additions
and
332 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
"dev": "undocs dev" | ||
}, | ||
"devDependencies": { | ||
"undocs": "^0.2.26" | ||
"undocs": "^0.2.27" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -47,40 +47,40 @@ | |
"devDependencies": { | ||
"@types/connect": "^3.4.38", | ||
"@types/express": "^4.17.21", | ||
"@types/node": "^20.14.15", | ||
"@types/react": "^18.3.3", | ||
"@types/node": "^20.16.5", | ||
"@types/react": "^18.3.5", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"@vitest/coverage-v8": "^2.1.0", | ||
"autocannon": "^7.15.0", | ||
"automd": "^0.3.8", | ||
"changelogen": "^0.5.5", | ||
"connect": "^3.7.0", | ||
"esbuild": "^0.23.0", | ||
"eslint": "^9.9.0", | ||
"esbuild": "^0.23.1", | ||
"eslint": "^9.10.0", | ||
"eslint-config-unjs": "^0.3.2", | ||
"express": "^4.19.2", | ||
"express": "^4.21.0", | ||
"get-port": "^7.1.0", | ||
"get-port-please": "^3.1.2", | ||
"h3-nightly": "npm:[email protected]1721905439.b337fe7", | ||
"h3-nightly": "npm:[email protected]1725475522.2d941d3", | ||
"h3-v1": "npm:h3@^1.12.0", | ||
"jiti": "2.0.0-beta.3", | ||
"listhen": "^1.7.2", | ||
"mitata": "^0.1.11", | ||
"mitata": "^0.1.14", | ||
"prettier": "^3.3.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"typescript": "^5.5.4", | ||
"typescript": "^5.6.2", | ||
"unbuild": "3.0.0-rc.7", | ||
"vitest": "^2.0.5", | ||
"vitest": "^2.1.0", | ||
"zod": "^3.23.8" | ||
}, | ||
"peerDependencies": { | ||
"crossws": "^0.2.4" | ||
"crossws": "^0.3.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"crossws": { | ||
"optional": true | ||
} | ||
}, | ||
"packageManager": "pnpm@9.7.1" | ||
"packageManager": "pnpm@9.10.0" | ||
} |
Oops, something went wrong.