Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit b3740d6

Browse files
committed
Add missing @babel/runtime dependency
1 parent ce226d6 commit b3740d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
]
5757
},
5858
"dependencies": {
59+
"@babel/runtime": "^7.5.5",
5960
"classnames": "2.2.6",
6061
"lodash.clamp": "^4.0.2",
6162
"lodash.clonedeep": "^4.3.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
694694
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
695695

696-
"@babel/runtime@^7.4.5":
696+
"@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5":
697697
version "7.5.5"
698698
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
699699
integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==

0 commit comments

Comments
 (0)