Skip to content

Commit 344985d

Browse files
committed
Adds babel plugin
1 parent 812074f commit 344985d

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
@@ -21,6 +21,7 @@
2121
"test:all": "ember try:each"
2222
},
2323
"dependencies": {
24+
"@babel/plugin-proposal-class-properties": "^7.5.5",
2425
"broccoli-rollup": "^4.1.1",
2526
"ember-cli-babel": "^7.7.3",
2627
"ember-get-config": "^0.2.4",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"@babel/helper-remap-async-to-generator" "^7.1.0"
240240
"@babel/plugin-syntax-async-generators" "^7.2.0"
241241

242-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.3.4":
242+
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.3.4", "@babel/plugin-proposal-class-properties@^7.5.5":
243243
version "7.5.5"
244244
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz#a974cfae1e37c3110e71f3c6a2e48b8e71958cd4"
245245
integrity sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==

0 commit comments

Comments
 (0)