Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2023
1 parent 3f465bd commit 6f5aad8
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.9.0
- uses: actions/setup-node@v3
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 6f5aad8

Please sign in to comment.