Skip to content

Commit 058c8ff

Browse files
committed
chore: updated dev dependencies minor versions
1 parent 71bd113 commit 058c8ff

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"nock": "13.3.1",
9191
"nyc": "15.1.0",
9292
"rimraf": "5.0.1",
93-
"rollup": "3.20.7",
93+
"rollup": "3.26.0",
9494
"rollup-plugin-copy": "3.4.0",
9595
"semver": "7.5.3",
9696
"serve-index": "1.9.1",
97-
"standard": "17.0.0",
97+
"standard": "17.1.0",
9898
"standard-version": "9.5.0",
99-
"typescript": "5.0.4",
100-
"webpack": "5.80.0",
101-
"webpack-cli": "5.0.2",
99+
"typescript": "5.1.6",
100+
"webpack": "5.88.1",
101+
"webpack-cli": "5.1.4",
102102
"whatwg-fetch": "3.6.2",
103103
"yargs": "17.7.2"
104104
},

test/fetch-api/node/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
if (global.fetch) {
32
const addFetchSuite = require('../api.spec')
43

0 commit comments

Comments
 (0)