Skip to content

Commit

Permalink
update all packages (#2)
Browse files Browse the repository at this point in the history
* update all packages

* return babel-eslint to 11 beta

* indicate that babel-eslint should update to next minor version
  • Loading branch information
Devin Rasmussen committed Mar 3, 2020
1 parent 511fe6f commit b2cfcee
Show file tree
Hide file tree
Showing 2 changed files with 1,504 additions and 1,367 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "bandicoot-starter",
"dependencies": {
"bandicoot": "file:../bandicoot",
"kremling": "^2.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
"kremling": "^2.0.3",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"scripts": {
"start": "webpack-dev-server",
Expand All @@ -23,20 +23,20 @@
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"babel-eslint": "^11.0.0-beta.0",
"babel-loader": "^8.0.6",
"copyfiles": "^2.1.0",
"eslint": "^6.0.1",
"eslint-config-react-important-stuff": "^1.1.0",
"husky": "^3.0.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"rimraf": "^2.6.3",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
"copyfiles": "^2.2.0",
"eslint": "^6.8.0",
"eslint-config-react-important-stuff": "^2.0.0",
"husky": "^4.2.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}
Loading

0 comments on commit b2cfcee

Please sign in to comment.