chore(deps): bump

This commit is contained in:
41666 2020-05-07 20:25:38 -04:00
parent db0915c6cf
commit b91aaa9c43
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
4 changed files with 3689 additions and 2522 deletions

View file

@ -242,9 +242,9 @@
}
},
"@roleypoly/rpc": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@roleypoly/rpc/-/rpc-1.8.1.tgz",
"integrity": "sha512-UIGWtf33aH6lnWISLNDzalZHBlDo7Z1u/2qRmi7sHc37tbRQqW2QeFQmPBxpiZFo+tLV4u5YZsWLVgrFtAoWZg==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@roleypoly/rpc/-/rpc-1.9.0.tgz",
"integrity": "sha512-XT4QHsxLbLdH2wM/yvwgCDoVNKlPfUF8wkGZjYEnQ0BK8AL+MHi1WVZhnTgSMLEHCCLxecXaSqlFdcGHjtxurA==",
"requires": {
"@improbable-eng/grpc-web": "0.12.0",
"google-protobuf": "3.11.4"
@ -1516,9 +1516,9 @@
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
},
"google-protobuf": {
"version": "3.11.2",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.2.tgz",
"integrity": "sha512-T4fin7lcYLUPj2ChUZ4DvfuuHtg3xi1621qeRZt2J7SvOQusOzq+sDT4vbotWTCjUXJoR36CA016LlhtPy80uQ=="
"version": "3.12.0-rc.1",
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.12.0-rc.1.tgz",
"integrity": "sha512-EeofBulRUmUl1hX+NAcQVwAkTUI5hMd+5VmMcZRSRh4vWNCNCsNe+w2AvbbRh2sgS1JPx8RjJa0l7PIxTSR+bw=="
},
"growl": {
"version": "1.10.5",
@ -2231,16 +2231,16 @@
}
},
"minimist": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
"integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
},
"mkdirp": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
"integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
"integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"requires": {
"minimist": "0.0.8"
"minimist": "^1.2.5"
}
},
"mocha": {
@ -2956,9 +2956,9 @@
"integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
},
"prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz",
"integrity": "sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==",
"dev": true
},
"process-nextick-args": {

View file

@ -11,13 +11,13 @@
},
"dependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.12.0",
"@roleypoly/rpc": "^1.8.1",
"@roleypoly/rpc": "^1.9.0",
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"glob": "^7.1.6",
"google-protobuf": "^3.11.2",
"google-protobuf": "^3.12.0-rc.1",
"immutable": "^4.0.0-rc.12",
"koa": "^2.11.0",
"koa-better-router": "^2.1.1",
@ -37,6 +37,6 @@
"uuid": "^3.3.3"
},
"devDependencies": {
"prettier": "^1.19.1"
"prettier": "^2.0.5"
}
}

6163
UI/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,16 +8,16 @@
"immutable": "^3.8.2",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react": "^16.13.1",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^7.0.0",
"react-dnd-html5-backend": "^7.0.0",
"react-dom": "^16.12.0",
"react-dom": "^16.13.1",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^7.1.3",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-scripts": "3.4.1",
"react-typist": "^2.0.5",
"react-typist-cycle": "^0.1.2",
"redux": "^4.0.5",
@ -52,6 +52,6 @@
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"node-sass-chokidar": "^1.4.0",
"prettier": "^1.19.1"
"prettier": "^2.0.5"
}
}