Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
♻️ bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Aug 29, 2018
1 parent 6b5523e commit f652935
Show file tree
Hide file tree
Showing 2 changed files with 1,199 additions and 702 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-0",
"@babel/preset-env": "^7.0.0-0",
"@babel/preset-react": "^7.0.0-0",
"@babel/register": "^7.0.0-0",
"@start/cli": "^0.2.0",
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@start/cli": "^0.3.0",
"@start/plugin-env": "^0.3.0",
"@start/plugin-find": "^0.2.0",
"@start/plugin-lib-babel": "^0.2.0",
"@start/plugin-lib-codecov": "^0.2.0",
"@start/plugin-lib-eslint": "^0.3.0",
"@start/plugin-lib-jest": "^0.3.0",
"@start/plugin-lib-webpack-serve": "^0.2.0",
"@start/plugin-lib-webpack-serve": "^0.3.0",
"@start/plugin-parallel": "^0.2.0",
"@start/plugin-read": "^0.2.0",
"@start/plugin-remove": "^0.2.1",
Expand All @@ -26,29 +26,29 @@
"@start/reporter-verbose": "^0.1.0",
"@start/task": "^0.1.0-0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"babel-loader": "^8.0.0-0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"eslint": "^5.4.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"metro-react-native-babel-preset": "^0.42.2",
"metro-react-native-babel-preset": "^0.44.0",
"raf": "^3.3.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-hot-loader": "^4.2.0",
"react-test-renderer": "^16.4.0",
"recompose": "^0.27.1",
"webpack": "^4.9.1"
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.5",
"react-test-renderer": "^16.4.2",
"recompose": "^0.29.0",
"webpack": "^4.17.1"
},
"start": {
"require": [
Expand Down
Loading

0 comments on commit f652935

Please sign in to comment.