We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bd113 commit 058c8ffCopy full SHA for 058c8ff
package.json
@@ -90,15 +90,15 @@
90
"nock": "13.3.1",
91
"nyc": "15.1.0",
92
"rimraf": "5.0.1",
93
- "rollup": "3.20.7",
+ "rollup": "3.26.0",
94
"rollup-plugin-copy": "3.4.0",
95
"semver": "7.5.3",
96
"serve-index": "1.9.1",
97
- "standard": "17.0.0",
+ "standard": "17.1.0",
98
"standard-version": "9.5.0",
99
- "typescript": "5.0.4",
100
- "webpack": "5.80.0",
101
- "webpack-cli": "5.0.2",
+ "typescript": "5.1.6",
+ "webpack": "5.88.1",
+ "webpack-cli": "5.1.4",
102
"whatwg-fetch": "3.6.2",
103
"yargs": "17.7.2"
104
},
test/fetch-api/node/index.js
@@ -1,4 +1,3 @@
1
-
2
if (global.fetch) {
3
const addFetchSuite = require('../api.spec')
4
0 commit comments