Updated dev dependencies

This commit is contained in:
Francisco Hodge 2019-02-16 11:12:38 -05:00
parent 70d2cca7ac
commit 974eaf8f5c
7 changed files with 422 additions and 365 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.15.0
* simple-keyboard v2.15.1
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.15.0 (Non-minified build)
* simple-keyboard v2.15.1 (Non-minified build)
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.15.0
* simple-keyboard v2.15.1
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.15.0 (Non-minified build)
* simple-keyboard v2.15.1 (Non-minified build)
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

755
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.15.0",
"version": "2.15.1",
"description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js",
"types": "build/index.d.ts",
@ -40,7 +40,7 @@
],
"license": "(MIT or GPL-3.0)",
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/core": "7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
@ -49,7 +49,7 @@
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.0",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-preset-react-app": "^7.0.0",
"bfj": "6.1.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
@ -61,10 +61,10 @@
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "5.13.0",
"eslint-config-react-app": "^3.0.6",
"eslint": "5.14.0",
"eslint-config-react-app": "^3.0.7",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-flowtype": "3.4.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
@ -85,17 +85,17 @@
"postcss-safe-parser": "4.0.1",
"prettier": "^1.16.4",
"prettier-webpack-plugin": "^1.2.0",
"react": "^16.8.1",
"react-app-polyfill": "^0.2.0",
"react-dev-utils": "^7.0.1",
"react-dom": "^16.8.1",
"react": "^16.8.2",
"react-app-polyfill": "^0.2.1",
"react-dev-utils": "^7.0.3",
"react-dom": "^16.8.2",
"resolve": "1.10.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.2",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "1.1.2",
"webpack": "4.29.3",
"webpack": "4.29.4",
"webpack-dev-server": "3.1.14",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3"