Skip to content

Commit

Permalink
chore: updated dev dependencies minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 3, 2023
1 parent 71bd113 commit 058c8ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
"nock": "13.3.1",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rollup": "3.20.7",
"rollup": "3.26.0",
"rollup-plugin-copy": "3.4.0",
"semver": "7.5.3",
"serve-index": "1.9.1",
"standard": "17.0.0",
"standard": "17.1.0",
"standard-version": "9.5.0",
"typescript": "5.0.4",
"webpack": "5.80.0",
"webpack-cli": "5.0.2",
"typescript": "5.1.6",
"webpack": "5.88.1",
"webpack-cli": "5.1.4",
"whatwg-fetch": "3.6.2",
"yargs": "17.7.2"
},
Expand Down
1 change: 0 additions & 1 deletion test/fetch-api/node/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

if (global.fetch) {
const addFetchSuite = require('../api.spec')

Expand Down

0 comments on commit 058c8ff

Please sign in to comment.