Skip to content

Commit 520440b

Browse files
committed
Add missing @babel/plugin-proposal-class-properties dependency
1 parent d58dc50 commit 520440b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.15.8",
33+
"@babel/plugin-proposal-class-properties": "^7.15.8",
3334
"@babel/preset-env": "^7.15.8",
3435
"@babel/preset-typescript": "^7.15.0",
3536
"@hotwired/stimulus": "^3.0",
@@ -92,5 +93,6 @@
9293
"dist/",
9394
"controllers.json",
9495
"lazy-controller-loader.js"
95-
]
96+
],
97+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
9698
}

0 commit comments

Comments
 (0)