Skip to content

Commit a2b2128

Browse files
committed
Update parser
1 parent 7b3690b commit a2b2128

2 files changed

Lines changed: 6 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "http://lightscript.org/",
1717
"license": "MIT",
1818
"dependencies": {
19-
"babylon-lightscript": "^0.4.1"
19+
"babylon-lightscript": "^0.5.0"
2020
},
2121
"files": [
2222
"stdlib.js",

yarn.lock

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -739,21 +739,7 @@ babel-traverse@^6.15.0, babel-traverse@^6.16.0, babel-traverse@^6.18.0:
739739
invariant "^2.2.0"
740740
lodash "^4.2.0"
741741

742-
babel-traverse@^6.21.0:
743-
version "6.21.0"
744-
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.21.0.tgz#69c6365804f1a4f69eb1213f85b00a818b8c21ad"
745-
dependencies:
746-
babel-code-frame "^6.20.0"
747-
babel-messages "^6.8.0"
748-
babel-runtime "^6.20.0"
749-
babel-types "^6.21.0"
750-
babylon "^6.11.0"
751-
debug "^2.2.0"
752-
globals "^9.0.0"
753-
invariant "^2.2.0"
754-
lodash "^4.2.0"
755-
756-
babel-traverse@^6.22.0, babel-traverse@^6.23.0:
742+
babel-traverse@^6.21.0, babel-traverse@^6.22.0, babel-traverse@^6.23.0:
757743
version "6.23.1"
758744
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48"
759745
dependencies:
@@ -776,16 +762,7 @@ babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.19
776762
lodash "^4.2.0"
777763
to-fast-properties "^1.0.1"
778764

779-
babel-types@^6.21.0:
780-
version "6.21.0"
781-
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.21.0.tgz#314b92168891ef6d3806b7f7a917fdf87c11a4b2"
782-
dependencies:
783-
babel-runtime "^6.20.0"
784-
esutils "^2.0.2"
785-
lodash "^4.2.0"
786-
to-fast-properties "^1.0.1"
787-
788-
babel-types@^6.22.0, babel-types@^6.23.0:
765+
babel-types@^6.21.0, babel-types@^6.22.0, babel-types@^6.23.0:
789766
version "6.23.0"
790767
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf"
791768
dependencies:
@@ -794,9 +771,9 @@ babel-types@^6.22.0, babel-types@^6.23.0:
794771
lodash "^4.2.0"
795772
to-fast-properties "^1.0.1"
796773

797-
babylon-lightscript@^0.4.1:
798-
version "0.4.1"
799-
resolved "https://registry.yarnpkg.com/babylon-lightscript/-/babylon-lightscript-0.4.1.tgz#084413b7c46dc72abf2c8f9bcaa12927cea1ffde"
774+
babylon-lightscript@^0.5.0:
775+
version "0.5.0"
776+
resolved "https://registry.yarnpkg.com/babylon-lightscript/-/babylon-lightscript-0.5.0.tgz#07bf158be7b7f10cc44afbca844c1c5b491212c0"
800777

801778
babylon@^6.11.0, babylon@^6.13.0:
802779
version "6.14.1"

0 commit comments

Comments
 (0)