Browse Source

Updates dependencies

main
Eric Amodio 4 years ago
parent
commit
5ceae91bc4
2 changed files with 8 additions and 8 deletions
  1. +1
    -1
      package.json
  2. +7
    -7
      yarn.lock

+ 1
- 1
package.json View File

@ -6201,7 +6201,7 @@
"eslint-cli": "1.1.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.21.2",
"fork-ts-checker-webpack-plugin": "5.0.0-beta.5",
"fork-ts-checker-webpack-plugin": "5.0.0-beta.7",
"html-webpack-plugin": "4.3.0",
"html-webpack-skip-assets-plugin": "0.0.2",
"imagemin-webpack-plugin": "2.4.2",

+ 7
- 7
yarn.lock View File

@ -502,9 +502,9 @@ acorn@^6.4.1:
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
acorn@^7.1.1, acorn@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
version "7.3.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
aggregate-error@^3.0.0:
version "3.0.1"
@ -2952,10 +2952,10 @@ forever-agent@~0.6.1:
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
fork-ts-checker-webpack-plugin@5.0.0-beta.5:
version "5.0.0-beta.5"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.0.0-beta.5.tgz#4705e483116ab83ebc32a07e7aabef00fda43661"
integrity sha512-VRqKVUCbtsqks0grSY92nv2Y6m0/AK/MZzew+9O3OvdkssCBhm/iwr1myJqb1KOlfu2vWTBibmtCDfy4kk9MKg==
fork-ts-checker-webpack-plugin@5.0.0-beta.7:
version "5.0.0-beta.7"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-5.0.0-beta.7.tgz#6f2e2dda4ee0372ba7f7da2a2455c0ed915759c9"
integrity sha512-KkaYWFcSfegCOQ7EL7yySTMawmtQw+nA0y6QfhjcacOEPAWAOpc54MPp3yhddAFQMAYA5bjiS4JBpyOrXa9tdQ==
dependencies:
"@babel/code-frame" "^7.8.3"
chalk "^2.4.1"

Loading…
Cancel
Save