Update dependencies (#7915)

This commit is contained in:
Jukka Kurkela 2020-10-18 19:46:55 +03:00 committed by GitHub
parent de963091d9
commit 88d8ab255f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 649 additions and 1739 deletions

2358
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,11 +44,11 @@
"typedoc": "npx typedoc"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/core": "^7.12.3",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@kurkle/color": "^0.1.9",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-inject": "^4.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
@ -58,14 +58,14 @@
"concurrently": "^5.3.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.8.1",
"eslint": "^7.11.0",
"eslint-config-chartjs": "^0.2.0",
"eslint-config-esnext": "^4.1.0",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-html": "^6.1.0",
"glob": "^7.1.6",
"jasmine": "^3.6.1",
"jasmine": "^3.6.2",
"jasmine-core": "^3.6.0",
"karma": "^5.2.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-edge-launcher": "^0.4.2",
@ -74,17 +74,17 @@
"karma-jasmine-html-reporter": "^1.5.4",
"karma-rollup-preprocessor": "^7.0.5",
"karma-safari-private-launcher": "^1.0.0",
"moment": "^2.27.0",
"moment": "^2.29.1",
"pixelmatch": "^5.2.1",
"promise-polyfill": "^8.1.3",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.26.10",
"rollup": "^2.32.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-dts": "^1.4.12",
"rollup-plugin-terser": "^7.0.1",
"typedoc": "^0.19.0",
"typescript": "^4.0.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^1.4.13",
"rollup-plugin-terser": "^7.0.2",
"typedoc": "^0.19.2",
"typescript": "^4.0.3",
"yargs": "^15.4.1"
},
"dependencies": {}