Update node dependencies
This commit is contained in:
parent
eb6f007ba0
commit
1618a92c13
2
js/dist/bundle.js
vendored
2
js/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
2
js/dist/bundle.js.map
vendored
2
js/dist/bundle.js.map
vendored
File diff suppressed because one or more lines are too long
2079
package-lock.json
generated
2079
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -19,19 +19,19 @@
|
|||||||
"author": "Bartek Fabiszewski",
|
"author": "Bartek Fabiszewski",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.17.10",
|
"@babel/cli": "^7.18.6",
|
||||||
"@babel/core": "^7.18.5",
|
"@babel/core": "^7.18.6",
|
||||||
"@babel/eslint-parser": "^7.18.2",
|
"@babel/eslint-parser": "^7.18.2",
|
||||||
"@babel/plugin-transform-runtime": "^7.18.5",
|
"@babel/plugin-transform-runtime": "^7.18.6",
|
||||||
"@babel/preset-env": "^7.18.2",
|
"@babel/preset-env": "^7.18.6",
|
||||||
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
||||||
"babel-loader": "^8.2.5",
|
"babel-loader": "^8.2.5",
|
||||||
"browserlist": "^1.0.1",
|
"browserlist": "^1.0.1",
|
||||||
"clean-webpack-plugin": "^4.0.0",
|
"clean-webpack-plugin": "^4.0.0",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"core-js": "^3.23.2",
|
"core-js": "^3.23.4",
|
||||||
"csso": "^5.0.3",
|
"csso": "^5.0.3",
|
||||||
"eslint": "^8.18.0",
|
"eslint": "^8.19.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-jasmine": "^4.1.3",
|
"eslint-plugin-jasmine": "^4.1.3",
|
||||||
"husky": "^8.0.1",
|
"husky": "^8.0.1",
|
||||||
@ -43,7 +43,7 @@
|
|||||||
"karma-sourcemap-loader": "^0.3.8",
|
"karma-sourcemap-loader": "^0.3.8",
|
||||||
"karma-webpack": "^5.0.0",
|
"karma-webpack": "^5.0.0",
|
||||||
"prepush-if-changed": "^1.0.8",
|
"prepush-if-changed": "^1.0.8",
|
||||||
"puppeteer": "^14.4.1",
|
"puppeteer": "^15.3.2",
|
||||||
"regenerator-runtime": "^0.13.9",
|
"regenerator-runtime": "^0.13.9",
|
||||||
"stylelint": "^14.9.1",
|
"stylelint": "^14.9.1",
|
||||||
"stylelint-config-standard": "^26.0.0",
|
"stylelint-config-standard": "^26.0.0",
|
||||||
@ -53,9 +53,9 @@
|
|||||||
"webpack-merge": "^5.8.0"
|
"webpack-merge": "^5.8.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.3",
|
"@babel/runtime": "^7.18.6",
|
||||||
"@babel/runtime-corejs3": "^7.18.3",
|
"@babel/runtime-corejs3": "^7.18.6",
|
||||||
"caniuse-lite": "^1.0.30001358",
|
"caniuse-lite": "^1.0.30001365",
|
||||||
"chartist": "^0.11.4",
|
"chartist": "^0.11.4",
|
||||||
"chartist-plugin-axistitle": "0.0.7",
|
"chartist-plugin-axistitle": "0.0.7",
|
||||||
"ol": "^6.14.1"
|
"ol": "^6.14.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user