Updated dev dependencies

This commit is contained in:
Francisco Hodge
2019-02-09 10:19:48 -05:00
parent 04def5da87
commit 4a35dff92f
6 changed files with 125 additions and 107 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "2.14.2",
"version": "2.14.3",
"description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js",
"types": "build/index.d.ts",
@@ -61,12 +61,12 @@
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "5.12.1",
"eslint": "5.13.0",
"eslint-config-react-app": "^3.0.6",
"eslint-loader": "2.1.1",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-import": "2.15.0",
"eslint-plugin-jsx-a11y": "6.2.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"file-loader": "3.0.1",
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
@@ -83,16 +83,16 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.5.0",
"postcss-safe-parser": "4.0.1",
"react": "^16.7.0",
"react": "^16.8.1",
"react-app-polyfill": "^0.2.0",
"react-dev-utils": "^7.0.1",
"react-dom": "^16.7.0",
"react-dom": "^16.8.1",
"resolve": "1.10.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.1",
"terser-webpack-plugin": "1.2.2",
"url-loader": "1.1.2",
"webpack": "4.29.0",
"webpack": "4.29.3",
"webpack-dev-server": "3.1.14",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3"