Update devDependencies (#36715)

* eslint                 ^8.18.0  →  ^8.19.0
* lockfile-lint           ^4.7.5  →   ^4.7.6
* nodemon                ^2.0.18  →  ^2.0.19
* postcss-cli             ^9.1.0  →  ^10.0.0
* rollup                 ^2.75.7  →  ^2.76.0
This commit is contained in:
XhmikosR 2022-07-11 11:18:49 +03:00 committed by GitHub
parent 5235f8eb04
commit 81aa8e0713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 300 additions and 1536 deletions

1826
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -116,7 +116,7 @@
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.0", "clean-css-cli": "^5.6.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.18.0", "eslint": "^8.19.0",
"eslint-config-xo": "^0.41.0", "eslint-config-xo": "^0.41.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^2.2.1", "eslint-plugin-markdown": "^2.2.1",
@ -136,12 +136,12 @@
"karma-jasmine": "^5.1.0", "karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0", "karma-jasmine-html-reporter": "^2.0.0",
"karma-rollup-preprocessor": "7.0.7", "karma-rollup-preprocessor": "7.0.7",
"lockfile-lint": "^4.7.5", "lockfile-lint": "^4.7.6",
"nodemon": "^2.0.18", "nodemon": "^2.0.19",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"postcss-cli": "^9.1.0", "postcss-cli": "^10.0.0",
"rollup": "^2.75.7", "rollup": "^2.76.0",
"rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0", "rtlcss": "^3.5.0",
"sass": "^1.53.0", "sass": "^1.53.0",