Update node dependencies
This commit is contained in:
parent
8178e686c8
commit
cc98dfa79e
1911
package-lock.json
generated
1911
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@ -18,10 +18,10 @@
|
||||
"author": "Bartek Fabiszewski",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.12.10",
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/plugin-transform-runtime": "^7.12.10",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@babel/cli": "^7.12.13",
|
||||
"@babel/core": "^7.12.13",
|
||||
"@babel/plugin-transform-runtime": "^7.12.15",
|
||||
"@babel/preset-env": "^7.12.13",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"browserlist": "^1.0.1",
|
||||
@ -29,31 +29,31 @@
|
||||
"copy-webpack-plugin": "^7.0.0",
|
||||
"core-js": "^3.8.3",
|
||||
"csso": "^4.2.0",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jasmine": "^4.1.1",
|
||||
"eslint-plugin-jasmine": "^4.1.2",
|
||||
"husky": "^4.3.8",
|
||||
"istanbul-instrumenter-loader": "^3.0.1",
|
||||
"jasmine": "^3.6.4",
|
||||
"karma": "^6.0.2",
|
||||
"karma": "^6.1.0",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "^3.0.3",
|
||||
"karma-jasmine": "^4.0.1",
|
||||
"karma-sourcemap-loader": "^0.3.8",
|
||||
"karma-webpack": "^v5.0.0-alpha.5",
|
||||
"karma-webpack": "^5.0.0",
|
||||
"prepush-if-changed": "^1.0.8",
|
||||
"puppeteer": "^5.5.0",
|
||||
"puppeteer": "^7.0.1",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"stylelint": "^13.9.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"webpack": "^5.17.0",
|
||||
"webpack-cli": "^4.4.0",
|
||||
"webpack": "^5.21.1",
|
||||
"webpack-cli": "^4.5.0",
|
||||
"webpack-merge": "^5.7.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@babel/runtime-corejs3": "^7.12.5",
|
||||
"@babel/runtime": "^7.12.13",
|
||||
"@babel/runtime-corejs3": "^7.12.13",
|
||||
"chartist": "^0.11.4",
|
||||
"chartist-plugin-axistitle": "0.0.7",
|
||||
"ol": "^6.5.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user