Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
supasate committed Nov 11, 2018
1 parent 101e93a commit 9c626e3
Show file tree
Hide file tree
Showing 5 changed files with 2,417 additions and 1,993 deletions.
5 changes: 2 additions & 3 deletions .babelrc
@@ -1,8 +1,7 @@
{
"presets": [
"es2015",
"react",
"stage-1"
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"rewire"
Expand Down
7 changes: 6 additions & 1 deletion .eslintrc
Expand Up @@ -18,5 +18,10 @@
2,
"never"
]
},
"settings": {
"react": {
"version": "16.0"
}
}
}
}
File renamed without changes.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -19,7 +19,7 @@
"build:umd:min": "NODE_ENV=production webpack -p src/index.js umd/ConnectedReactRouter.min.js",
"build": "npm run build:commonjs & npm run build:umd & npm run build:umd:min",
"lint": "eslint .",
"test": "jest --config ./.jestrc",
"test": "jest --config ./.jestrc.json",
"test:watch": "npm run test -- --watch",
"posttest": "npm run lint"
},
Expand All @@ -35,25 +35,25 @@
"redux": "^3.6.0 || ^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@types/history": "^4.5.0",
"@types/react": "*",
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^17.0.2",
"babel-loader": "^6.3.1",
"babel-plugin-rewire": "^1.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-rewire": "^1.2.0",
"babel-template": "^6.2.0",
"babel-types": "^6.2.0",
"enzyme": "3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"eslint": "^3.12.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.8.0",
"jest": "^17.0.2",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"prop-types": "^15.5.8",
"raf": "^3.4.0",
"react": "^16.0.0",
Expand Down

0 comments on commit 9c626e3

Please sign in to comment.