Skip to content

Commit af600c4

Browse files
committed
fix: add missing dep on class properties plugin
1 parent 12556b9 commit af600c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@babel/core": "^7.8.4",
31-
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
31+
"@babel/plugin-proposal-class-properties": "^7.8.3",
3232
"@babel/preset-env": "^7.8.4",
3333
"@babel/preset-flow": "^7.8.3",
3434
"@babel/preset-react": "^7.8.3",

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,14 @@
357357
"@babel/helper-remap-async-to-generator" "^7.8.3"
358358
"@babel/plugin-syntax-async-generators" "^7.8.0"
359359

360+
"@babel/plugin-proposal-class-properties@^7.8.3":
361+
version "7.8.3"
362+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
363+
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==
364+
dependencies:
365+
"@babel/helper-create-class-features-plugin" "^7.8.3"
366+
"@babel/helper-plugin-utils" "^7.8.3"
367+
360368
"@babel/plugin-proposal-dynamic-import@^7.8.3":
361369
version "7.8.3"
362370
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.8.3.tgz#38c4fe555744826e97e2ae930b0fb4cc07e66054"

0 commit comments

Comments
 (0)