Skip to content

Commit 4b1363f

Browse files
author
Kent C. Dodds
committed
fix(bundle): compile dependencies in the UMD bundle.
Closes testing-library#160
1 parent 0b6b9e3 commit 4b1363f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"typings"
4040
],
4141
"dependencies": {
42+
"@babel/runtime": "^7.1.5",
4243
"@sheerun/mutationobserver-shim": "^0.3.2",
4344
"pretty-format": "^23.6.0",
44-
"wait-for-expect": "^1.0.0"
45+
"wait-for-expect": "^1.1.0"
4546
},
4647
"devDependencies": {
4748
"dtslint": "^0.3.0",
48-
"jest-dom": "^2.0.4",
49+
"jest-dom": "^2.1.1",
4950
"jest-in-case": "^1.0.2",
50-
"jsdom": "^12.2.0",
51-
"kcd-scripts": "^0.41.0",
52-
"microbundle": "^0.4.4"
51+
"jsdom": "^13.0.0",
52+
"kcd-scripts": "^0.46.0"
5353
},
5454
"eslintConfig": {
5555
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)