Updated dependencies, bump npm version

This commit is contained in:
Francisco Hodge 2018-06-29 20:17:04 -04:00
parent 8b8d90f248
commit d8d8d460c2
2 changed files with 3241 additions and 2282 deletions

5513
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "2.2.1",
"version": "2.3.0",
"description": "On-screen Virtual Keyboard",
"main": "build/index.js",
"scripts": {
@ -35,11 +35,11 @@
"dependencies": {},
"devDependencies": {
"autoprefixer": "7.1.6",
"babel-core": "6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.2",
"babel-preset-react-app": "^3.1.0",
"babel-preset-react-app": "^3.1.2",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
@ -62,6 +62,7 @@
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"promise": "8.0.1",
"prop-types": "^15.6.1",
"raf": "3.4.0",
"react": "^16.2.0",
"react-dev-utils": "^4.2.1",
@ -72,8 +73,7 @@
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3",
"prop-types": "^15.6.1"
"whatwg-fetch": "2.0.3"
},
"peerDependencies": {
"react": ">=0.14",