-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
3f465bd
commit 6f5aad8
Showing
3 changed files
with
282 additions
and
232 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "mande", | ||
"version": "2.0.7", | ||
"description": "800 bytes modern wrapper around fetch with smart defaults", | ||
"packageManager": "[email protected].10", | ||
"packageManager": "[email protected].11", | ||
"main": "index.js", | ||
"module": "dist/mande.mjs", | ||
"unpkg": "dist/mande.iife.js", | ||
|
@@ -77,7 +77,7 @@ | |
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@microsoft/api-documenter": "^7.22.30", | ||
"@microsoft/api-documenter": "^7.22.31", | ||
"@microsoft/api-extractor": "^7.36.3", | ||
"@nuxt/types": "^2.17.1", | ||
"@rollup/plugin-alias": "^4.0.4", | ||
|
@@ -87,7 +87,7 @@ | |
"codecov": "^3.8.3", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"fetch-mock-jest": "^1.5.1", | ||
"jest": "^29.6.1", | ||
"jest": "^29.6.2", | ||
"node-fetch": "^2.6.12", | ||
"pascalcase": "^1.0.0", | ||
"prettier": "^2.8.8", | ||
|
Oops, something went wrong.