Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Added babel-cli as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Jun 15, 2018
1 parent f40bc23 commit 5f4da30
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,25 @@
"react-dom": "^15.0 || ^16.0"
},
"devDependencies": {
"@types/react": "^15.0.22",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"@types/react": "^16.3.17",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3",
"html-webpack-plugin": "^2.28.0",
"mocha": "^3.2.0",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.9.1",
"html-webpack-plugin": "^3.2.0",
"mocha": "^5.2.0",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"webpack": "^4.12.0",
"webpack-dev-server": "^3.1.4"
}
}

0 comments on commit 5f4da30

Please sign in to comment.