mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-31 18:49:47 +08:00
npm update
This commit is contained in:
parent
04a3c186f0
commit
de2100cb7b
@ -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
|
||||||
|
6343
package-lock.json
generated
6343
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user