Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit e86e330

Browse files
committed
Update dev dependencies to resolve all npm audit findings.
1 parent 2917f9b commit e86e330

File tree

3 files changed

+4175
-4562
lines changed

3 files changed

+4175
-4562
lines changed

.babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"presets": ["env", "react"],
3-
"plugins": ["transform-class-properties", "transform-object-assign", "transform-object-rest-spread"]
2+
"presets": ["@babel/preset-react", "@babel/preset-env"],
3+
"plugins": ["@babel/plugin-proposal-class-properties"]
44
}

0 commit comments

Comments
 (0)