Updated dev dependencies

This commit is contained in:
Francisco Hodge 2019-05-10 18:47:38 -04:00
parent e88d0fdb12
commit 45d2f5b50d
2 changed files with 2050 additions and 2932 deletions

4951
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "simple-keyboard", "name": "simple-keyboard",
"version": "2.21.0", "version": "2.21.1",
"description": "On-screen Javascript Virtual Keyboard", "description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js", "main": "build/index.js",
"types": "build/index.d.ts", "types": "build/index.d.ts",
@ -44,36 +44,37 @@
"@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4", "@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.4",
"@svgr/webpack": "4.2.0", "@svgr/webpack": "4.2.0",
"@typescript-eslint/eslint-plugin": "1.7.0", "@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0", "@typescript-eslint/parser": "1.7.0",
"babel-eslint": "10.0.1", "babel-eslint": "10.0.1",
"babel-jest": "24.7.1", "babel-jest": "24.8.0",
"babel-loader": "8.0.5", "babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.2", "babel-plugin-named-asset-import": "^0.3.2",
"babel-preset-react-app": "^8.0.0", "babel-preset-react-app": "^9.0.0",
"case-sensitive-paths-webpack-plugin": "2.2.0", "case-sensitive-paths-webpack-plugin": "2.2.0",
"copy-webpack-plugin": "^5.0.2", "copy-webpack-plugin": "^5.0.3",
"css-loader": "2.1.1", "css-loader": "2.1.1",
"dotenv": "7.0.0", "dotenv": "8.0.0",
"dotenv-expand": "5.1.0", "dotenv-expand": "5.1.0",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.0", "eslint-config-react-app": "^4.0.1",
"eslint-loader": "2.1.2", "eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.6.1", "eslint-plugin-flowtype": "3.8.1",
"eslint-plugin-import": "2.17.2", "eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4", "eslint-plugin-react": "7.13.0",
"eslint-plugin-react-hooks": "^1.5.0", "eslint-plugin-react-hooks": "^1.5.0",
"file-loader": "3.0.1", "file-loader": "3.0.1",
"fs-extra": "7.0.1", "fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-beta.5", "html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"is-wsl": "^2.0.0", "is-wsl": "^2.0.0",
"jest": "24.7.1", "jest": "24.8.0",
"jest-environment-jsdom-fourteen": "0.1.0", "jest-environment-jsdom-fourteen": "0.1.0",
"jest-resolve": "24.7.1", "jest-resolve": "24.8.0",
"jest-watch-typeahead": "0.3.0", "jest-watch-typeahead": "0.3.1",
"mini-css-extract-plugin": "0.6.0", "mini-css-extract-plugin": "0.6.0",
"optimize-css-assets-webpack-plugin": "5.0.1", "optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.4.3", "pnp-webpack-plugin": "1.4.3",
@ -85,8 +86,8 @@
"prettier": "^1.17.0", "prettier": "^1.17.0",
"prettier-webpack-plugin": "^1.2.0", "prettier-webpack-plugin": "^1.2.0",
"react": "^16.8.6", "react": "^16.8.6",
"react-app-polyfill": "^1.0.0", "react-app-polyfill": "^1.0.1",
"react-dev-utils": "^9.0.0", "react-dev-utils": "^9.0.1",
"react-dom": "^16.8.6", "react-dom": "^16.8.6",
"resolve": "1.10.1", "resolve": "1.10.1",
"sass-loader": "7.1.0", "sass-loader": "7.1.0",
@ -95,10 +96,10 @@
"terser-webpack-plugin": "1.2.3", "terser-webpack-plugin": "1.2.3",
"uglifyjs-webpack-plugin": "^2.1.2", "uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "1.1.2", "url-loader": "1.1.2",
"webpack": "4.30.0", "webpack": "4.31.0",
"webpack-dev-server": "3.3.1", "webpack-dev-server": "3.3.1",
"webpack-manifest-plugin": "2.0.4", "webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "4.3.0" "workbox-webpack-plugin": "4.3.1"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app", "extends": "react-app",