Skip to content

Commit 0235e25

Browse files
committed
Update all dependencies to make the build work again
1 parent 4a400f7 commit 0235e25

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@
33
"version": "0.1.0",
44
"description": "Experimental Web Worker API implementation for JSDOM.",
55
"main": "dist/jsdom-worker.js",
6-
"module": "dist/jsdom-worker.m.js",
6+
"module": "dist/jsdom-worker.module.js",
7+
"unpkg": "dist/jsdom-worker.umd.js",
78
"scripts": {
89
"build": "microbundle --external all",
910
"test": "eslint src test && npm run -s build && jest",
1011
"prepare": "npm run -s build && npm t"
1112
},
1213
"babel": {
1314
"presets": [
14-
"env"
15+
[
16+
"@babel/preset-env",
17+
{
18+
"targets": {
19+
"node": "8"
20+
}
21+
}
22+
]
1523
]
1624
},
1725
"keywords": [
@@ -27,13 +35,13 @@
2735
"dist"
2836
],
2937
"devDependencies": {
30-
"babel-jest": "^22.1.0",
31-
"babel-preset-env": "^1.6.1",
32-
"eslint": "^4.16.0",
38+
"@babel/preset-env": "^7.10.2",
39+
"babel-jest": "^26.0.1",
40+
"eslint": "^7.2.0",
3341
"eslint-config-developit": "^1.1.1",
34-
"jest": "^22.1.4",
35-
"microbundle": "^0.4.3",
36-
"node-fetch": "^1.7.3"
42+
"jest": "^26.0.1",
43+
"microbundle": "^0.12.1",
44+
"node-fetch": "^2.6.0"
3745
},
3846
"peerDependencies": {
3947
"node-fetch": "*"
@@ -42,4 +50,4 @@
4250
"mitt": "^1.1.3",
4351
"uuid-v4": "^0.1.0"
4452
}
45-
}
53+
}

0 commit comments

Comments
 (0)