Update node dependencies

This commit is contained in:
Bartek Fabiszewski 2020-07-24 14:19:10 +02:00
parent f31e906167
commit e03b708dc5
4 changed files with 1688 additions and 1841 deletions

2
js/dist/bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3491
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,42 +18,42 @@
"author": "Bartek Fabiszewski",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"browserlist": "^1.0.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"copy-webpack-plugin": "^6.0.3",
"core-js": "^3.6.5",
"csso": "^4.0.3",
"eslint": "^7.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jasmine": "^4.1.1",
"husky": "^4.2.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.5.0",
"karma": "^5.0.9",
"jasmine": "^3.6.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^3.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"prepush-if-changed": "^1.0.8",
"puppeteer": "^3.3.0",
"regenerator-runtime": "^0.13.5",
"stylelint": "^13.6.0",
"puppeteer": "^5.2.1",
"regenerator-runtime": "^0.13.7",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"terser-webpack-plugin": "^3.0.3",
"terser-webpack-plugin": "^3.0.7",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.0.9"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@babel/runtime-corejs3": "^7.10.2",
"@babel/runtime": "^7.10.5",
"@babel/runtime-corejs3": "^7.10.5",
"chartist": "^0.11.4",
"chartist-plugin-axistitle": "0.0.7",
"ol": "^6.3.1"