Update deps.

This commit is contained in:
Dillon Kearns 2021-08-25 17:54:05 -07:00
parent 8707affb37
commit cedfa7db4a
3 changed files with 1579 additions and 1343 deletions

View File

@ -21,7 +21,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"chokidar": "3.5.2",
"commander": "8.0.0",
"commander": "^8.1.0",
"connect": "^3.7.0",
"cross-spawn": "7.0.3",
"elm-doc-preview": "^5.0.5",
@ -34,8 +34,8 @@
"micromatch": "^4.0.4",
"object-hash": "^2.2.0",
"serve-static": "^1.14.1",
"terser": "5.7.1",
"undici": "4.2.1",
"terser": "^5.7.2",
"undici": "^4.4.7",
"which": "^2.0.2"
},
"bin": {
@ -44,7 +44,7 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "9.0.12",
"@types/micromatch": "^4.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "12.20.12",
"@types/serve-static": "1.13.10",
"cypress": "^8.3.0",
@ -54,7 +54,7 @@
"elm-tooling": "^1.3.0",
"elm-verify-examples": "^5.0.0",
"elmi-to-json": "^1.2.0",
"mocha": "^8.4.0",
"mocha": "^9.1.0",
"typescript": "4.3.5"
}
},
@ -1489,11 +1489,11 @@
"requires": {
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "9.0.12",
"@types/micromatch": "^4.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "12.20.12",
"@types/serve-static": "1.13.10",
"chokidar": "3.5.2",
"commander": "8.0.0",
"commander": "^8.1.0",
"connect": "^3.7.0",
"cross-spawn": "7.0.3",
"cypress": "^8.3.0",
@ -1511,12 +1511,12 @@
"jsesc": "^3.0.2",
"kleur": "^4.1.4",
"micromatch": "^4.0.4",
"mocha": "^8.4.0",
"mocha": "^9.1.0",
"object-hash": "^2.2.0",
"serve-static": "^1.14.1",
"terser": "5.7.1",
"terser": "^5.7.2",
"typescript": "4.3.5",
"undici": "4.2.1",
"undici": "^4.4.7",
"which": "^2.0.2"
},
"dependencies": {

2892
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"chokidar": "3.5.2",
"commander": "8.0.0",
"commander": "^8.1.0",
"connect": "^3.7.0",
"cross-spawn": "7.0.3",
"elm-doc-preview": "^5.0.5",
@ -36,14 +36,14 @@
"micromatch": "^4.0.4",
"object-hash": "^2.2.0",
"serve-static": "^1.14.1",
"terser": "5.7.1",
"undici": "4.2.1",
"terser": "^5.7.2",
"undici": "^4.4.7",
"which": "^2.0.2"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "9.0.12",
"@types/micromatch": "^4.0.1",
"@types/micromatch": "^4.0.2",
"@types/node": "12.20.12",
"@types/serve-static": "1.13.10",
"cypress": "^8.3.0",
@ -53,7 +53,7 @@
"elm-tooling": "^1.3.0",
"elm-verify-examples": "^5.0.0",
"elmi-to-json": "^1.2.0",
"mocha": "^8.4.0",
"mocha": "^9.1.0",
"typescript": "4.3.5"
},
"files": [