Skip to content

Commit

Permalink
ci: minimize babel presence (#457)
Browse files Browse the repository at this point in the history
* ci: minimize babel presence

Signed-off-by: Nastya Rusina <nastya@union.ai>
  • Loading branch information
anrusina committed May 11, 2022
1 parent 6b17516 commit a009fee
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 65 deletions.
21 changes: 0 additions & 21 deletions .babelrc

This file was deleted.

15 changes: 4 additions & 11 deletions packages/zapp/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"dependencies": {
"@rjsf/core": "^3.2.1",
"@rjsf/material-ui": "^3.2.1",
"babel-polyfill": "^6.26.0",
"cache": "^2.1.0",
"chalk": "^2.0.1",
"chart.js": "^3.6.2",
Expand All @@ -53,14 +52,8 @@
"tslib": "^1.9.0"
},
"devDependencies": {
"@babel/cli": "~7.16.0",
"@babel/core": "~7.16.12",
"@babel/plugin-proposal-class-properties": "~7.16.7",
"@babel/plugin-proposal-decorators": "~7.16.7",
"@babel/plugin-proposal-object-rest-spread": "~7.16.7",
"@babel/preset-env": "~7.16.11",
"@babel/preset-react": "~7.16.7",
"@babel/preset-typescript": "~7.16.7",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@date-io/moment": "1.3.9",
Expand Down Expand Up @@ -103,8 +96,8 @@
"autoprefixer": "^8.3.0",
"axios": "^0.21.2",
"axios-mock-adapter": "^1.16.0",
"babel-core": "^7.0.0-0",
"babel-loader": "^8.2.3",
"babel-loader": "^8.2.5",
"babel-polyfill": "^6.26.0",
"camelcase-keys": "^6.1.1",
"classnames": "^2.3.1",
"compression-webpack-plugin": "^9.2.0",
Expand Down
Loading

0 comments on commit a009fee

Please sign in to comment.