Skip to content

Commit 2ca2814

Browse files
committed
Update microbundle to fix build issue
1 parent 434c58e commit 2ca2814

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint": "^5.2.0",
6969
"eslint-config-developit": "^1.1.1",
7070
"jest": "^24.1.0",
71-
"microbundle": "^0.8.3",
71+
"microbundle": "^0.10.1",
7272
"preact": "^8.4.2"
7373
},
7474
"dependencies": {},

packages/babel-plugin-htm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"htm": "^2.0.0"
3333
},
3434
"devDependencies": {
35-
"microbundle": "^0.8.3"
35+
"microbundle": "^0.10.1"
3636
}
3737
}

packages/babel-plugin-transform-jsx-to-htm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"license": "Apache-2.0",
2929
"homepage": "https://github.com/developit/htm/tree/master/packages/babel-plugin-transform-jsx-to-htm",
3030
"devDependencies": {
31-
"microbundle": "^0.8.3"
31+
"microbundle": "^0.10.1"
3232
}
3333
}

0 commit comments

Comments
 (0)