Upgraded jest and cheerio.

This commit is contained in:
Daan Vanden Bosch 2020-07-14 20:20:43 +02:00
parent cc292f9790
commit c77e5a265c
2 changed files with 752 additions and 591 deletions

View File

@ -30,9 +30,9 @@
"lint": "prettier --check \"{src,assets_generation,test}/**/*.{ts,tsx}\" && echo Linting... && eslint \"{src,assets_generation,test}/**/*.{ts,tsx}\" && echo All code passes the prettier and eslint checks." "lint": "prettier --check \"{src,assets_generation,test}/**/*.{ts,tsx}\" && echo Linting... && eslint \"{src,assets_generation,test}/**/*.{ts,tsx}\" && echo All code passes the prettier and eslint checks."
}, },
"devDependencies": { "devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0", "@fortawesome/fontawesome-free": "^5.13.1",
"@types/cheerio": "^0.22.18", "@types/cheerio": "^0.22.21",
"@types/jest": "^25.2.1", "@types/jest": "^26.0.4",
"@types/lodash": "^4.14.150", "@types/lodash": "^4.14.150",
"@types/luxon": "^1.22.0", "@types/luxon": "^1.22.0",
"@types/node-fetch": "^2.5.7", "@types/node-fetch": "^2.5.7",
@ -51,7 +51,7 @@
"file-loader": "^6.0.0", "file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.1.3", "fork-ts-checker-webpack-plugin": "^4.1.3",
"html-webpack-plugin": "^4.2.0", "html-webpack-plugin": "^4.2.0",
"jest": "^25.4.0", "jest": "^26.1.0",
"jest-canvas-mock": "^2.2.0", "jest-canvas-mock": "^2.2.0",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"monaco-editor-webpack-plugin": "^1.9.0", "monaco-editor-webpack-plugin": "^1.9.0",
@ -60,7 +60,7 @@
"prettier": "^2.0.5", "prettier": "^2.0.5",
"raw-loader": "^4.0.1", "raw-loader": "^4.0.1",
"terser-webpack-plugin": "^2.3.6", "terser-webpack-plugin": "^2.3.6",
"ts-jest": "^25.4.0", "ts-jest": "^26.1.2",
"ts-loader": "^7.0.1", "ts-loader": "^7.0.1",
"ts-node": "^8.9.0", "ts-node": "^8.9.0",
"typescript": "^3.9.6", "typescript": "^3.9.6",

1333
yarn.lock

File diff suppressed because it is too large Load Diff