Skip to content

Commit d435108

Browse files
elvingmjescalan
authored andcommitted
Update reshape-code-gen to v1.0.0
1 parent 0e4e005 commit d435108

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"bugs": "https://github.com/reshape/eval-code/issues",
1010
"dependencies": {
11-
"reshape-code-gen": "^0.2.1",
11+
"reshape-code-gen": "^1.0.0",
1212
"reshape-parser": "^0.2.1",
1313
"reshape-plugin-util": "^0.2.1"
1414
},

yarn.lock

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ acorn@^3.0.4, acorn@^3.1.0:
6565
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
6666

6767
acorn@^4.0.4:
68-
version "4.0.11"
69-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.11.tgz#edcda3bd937e7556410d42ed5860f67399c794c0"
68+
version "4.0.13"
69+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
7070

7171
acorn@^5.0.1:
7272
version "5.0.3"
@@ -3230,6 +3230,13 @@ reshape-code-gen@^0.2.1:
32303230
objectfn "^2.0.0"
32313231
with "^5.1.1"
32323232

3233+
reshape-code-gen@^1.0.0:
3234+
version "1.0.0"
3235+
resolved "https://registry.yarnpkg.com/reshape-code-gen/-/reshape-code-gen-1.0.0.tgz#c7d23cb133eacc9e5c1e6a83b3fe57c200e18eb0"
3236+
dependencies:
3237+
objectfn "^2.0.0"
3238+
with "^5.1.1"
3239+
32333240
reshape-expressions@^0.1.5:
32343241
version "0.1.5"
32353242
resolved "https://registry.yarnpkg.com/reshape-expressions/-/reshape-expressions-0.1.5.tgz#28c12bf35de40263362499cead0b044321e4a78c"

0 commit comments

Comments
 (0)