- Latest dependencies

This commit is contained in:
Ferdi Koomen 2020-10-28 10:27:56 +01:00
parent 113dd23687
commit 203b74e45d
3 changed files with 571 additions and 728 deletions

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = {
projects: [
{

View File

@ -72,37 +72,34 @@
},
"devDependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@babel/preset-typescript": "7.10.4",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"@babel/preset-typescript": "7.12.1",
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@types/express": "4.17.8",
"@types/jest": "26.0.14",
"@types/jest": "26.0.15",
"@types/js-yaml": "3.12.5",
"@types/node": "14.11.8",
"@types/node": "14.14.5",
"@types/node-fetch": "2.5.7",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0",
"codecov": "3.8.0",
"eslint": "7.11.0",
"eslint-config-prettier": "6.12.0",
"eslint": "7.12.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-simple-import-sort": "5.0.3",
"express": "4.17.1",
"form-data": "3.0.0",
"glob": "7.1.6",
"jest": "26.5.3",
"jest-cli": "26.5.3",
"jest": "26.6.1",
"jest-cli": "26.6.1",
"node-fetch": "2.6.1",
"prettier": "2.1.2",
"puppeteer": "5.4.0",
"rollup": "2.29.0",
"puppeteer": "5.4.1",
"rollup": "2.32.1",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.28.0",
"typescript": "4.0.3"
},
"resolutions": {
"terser": "5.3.5"
"typescript": "4.0.5"
}
}

1264
yarn.lock

File diff suppressed because it is too large Load Diff