Skip to content

Commit df7ed3b

Browse files
Fix babel build error
1 parent 326f8f9 commit df7ed3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"archiver": "^5.0.2",
5656
"babel-loader": "^8.1.0",
5757
"babel-plugin-helpers": "^0.1.1",
58-
"babel-plugin-transform-jsx-to-htm": "^2.0.0",
58+
"babel-plugin-transform-jsx-to-htm": "^2.2.0",
5959
"babel-plugin-transform-rename-properties": "^0.1.0",
6060
"concurrently": "^5.3.0",
6161
"cpy-cli": "^3.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,10 +1761,10 @@ babel-plugin-helpers@^0.1.1:
17611761
resolved "https://registry.yarnpkg.com/babel-plugin-helpers/-/babel-plugin-helpers-0.1.1.tgz#2a9cce1bc588bd73861ca435fe2c851ed0ebd17d"
17621762
integrity sha512-1Pg2Sg9e2Y2KwUxhLp/13TgZlbTh8sCJqno7vgMZJwQcRwuOWVMskyACfOdRheuVI9+MnG2nBfQPm9dxk+QpbQ==
17631763

1764-
babel-plugin-transform-jsx-to-htm@^2.0.0:
1765-
version "2.0.0"
1766-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-jsx-to-htm/-/babel-plugin-transform-jsx-to-htm-2.0.0.tgz#ab04caf8752a67272c06d6f9786721c105417640"
1767-
integrity sha512-MuU/RfaTh2i1ar5iiOoce6F263jIHsXjN7SLrm9G80PKHOFZJSfq2F5hAHduVK4dMwA6xeSKK541Ho3LGb5lIg==
1764+
babel-plugin-transform-jsx-to-htm@^2.2.0:
1765+
version "2.2.0"
1766+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-jsx-to-htm/-/babel-plugin-transform-jsx-to-htm-2.2.0.tgz#760023cd60a531f439a91df3ba99db831425a1ef"
1767+
integrity sha512-o98JbDlwdF3z03h+wdO5Ft4XTsJFONOM+XAFF9EH0EK8gYVSIwtp2jXvI7u4esIcQPiVy+ZHyZVy76AgnxnGbQ==
17681768
dependencies:
17691769
"@babel/plugin-syntax-jsx" "^7.2.0"
17701770
htm "^3.0.0"

0 commit comments

Comments
 (0)