npm update

This commit is contained in:
Francisco Hodge 2019-06-05 21:09:14 -04:00
parent 04a3c186f0
commit de2100cb7b
3 changed files with 1051 additions and 5328 deletions

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '11.2' - node
install: install:
- npm install -g codecov - npm install -g codecov
- npm install - npm install

6373
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.22.0", "version": "2.23.0",
"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",
@ -80,7 +80,7 @@
"pnp-webpack-plugin": "1.4.3", "pnp-webpack-plugin": "1.4.3",
"postcss-flexbugs-fixes": "4.1.0", "postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0", "postcss-loader": "3.0.0",
"postcss-normalize": "8.0.0", "postcss-normalize": "7.0.0",
"postcss-preset-env": "6.6.0", "postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1", "postcss-safe-parser": "4.0.1",
"prettier": "^1.17.0", "prettier": "^1.17.0",