Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 2d9347c

Browse files
committed
revert parse-script-tags
1 parent 5899831 commit 2d9347c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"lodash": "^4.17.4",
8686
"lodash.kebabcase": "^4.1.1",
8787
"md5": "^2.2.1",
88-
"parse-script-tags": "^0.1.1",
88+
"parse-script-tags": "=0.1.3",
8989
"pretty-fast": "^0.2.3",
9090
"prop-types": "^15.6.0",
9191
"react": "^15.6.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7401,9 +7401,9 @@ parse-latin@^4.0.0:
74017401
unist-util-modify-children "^1.0.0"
74027402
unist-util-visit-children "^1.0.0"
74037403

7404-
parse-script-tags@^0.1.1:
7405-
version "0.1.5"
7406-
resolved "https://registry.yarnpkg.com/parse-script-tags/-/parse-script-tags-0.1.5.tgz#9d1a5370dadb37845030537b6dbf736bb524505c"
7404+
parse-script-tags@=0.1.3:
7405+
version "0.1.3"
7406+
resolved "https://registry.yarnpkg.com/parse-script-tags/-/parse-script-tags-0.1.3.tgz#abcc38665d4ff92bd5a2661b8f24c3e172db19d5"
74077407
dependencies:
74087408
babel-types "^6.24.1"
74097409
babylon "^6.17.0"

0 commit comments

Comments
 (0)