diff --git a/package.json b/package.json index b6afebb..b982b1c 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/test/fetch-api/node/index.js b/test/fetch-api/node/index.js index 85687c4..9fe37ae 100644 --- a/test/fetch-api/node/index.js +++ b/test/fetch-api/node/index.js @@ -1,4 +1,3 @@ - if (global.fetch) { const addFetchSuite = require('../api.spec')