Skip to content

Commit

Permalink
Update babel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
graphman65 authored and hamstah committed Jun 29, 2021
1 parent a638205 commit 44f5fc8
Show file tree
Hide file tree
Showing 3 changed files with 6,104 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ecs/dashboard/ui/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["env", "react"],
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
["transform-class-properties", { "spec": true }]
]
Expand Down
7 changes: 3 additions & 4 deletions ecs/dashboard/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"build": "parcel build public/index.html"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"parcel-bundler": "^1.12.3"
}
}
Loading

0 comments on commit 44f5fc8

Please sign in to comment.