From 3a9b0b8b6f674a0d032682ef9062b1f1243053c1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 22 Feb 2022 09:35:36 +0200 Subject: Update devDependencies and pin karma-rollup-preprocessor (#35868) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * @babel/cli ^7.17.0 → ^7.17.6 * @babel/core ^7.17.2 → ^7.17.5 * eslint-plugin-unicorn ^40.1.0 → ^41.0.0 * rollup ^2.67.2 → ^2.68.0 * sass ^1.49.7 → ^1.49.8 * terser ^5.10.0 → ^5.11.0 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 83e6284207..248a0688f5 100644 --- a/package.json +++ b/package.json @@ -104,8 +104,8 @@ "@popperjs/core": "^2.11.2" }, "devDependencies": { - "@babel/cli": "^7.17.0", - "@babel/core": "^7.17.2", + "@babel/cli": "^7.17.6", + "@babel/core": "^7.17.5", "@babel/preset-env": "^7.16.11", "@popperjs/core": "^2.11.2", "@rollup/plugin-babel": "^5.3.0", @@ -119,7 +119,7 @@ "eslint": "^8.9.0", "eslint-config-xo": "^0.40.0", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-unicorn": "^40.1.0", + "eslint-plugin-unicorn": "^41.0.0", "find-unused-sass-variables": "^4.0.1", "globby": "^11.0.4", "hammer-simulator": "0.0.1", @@ -134,20 +134,20 @@ "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "^4.0.1", "karma-jasmine-html-reporter": "^1.7.0", - "karma-rollup-preprocessor": "^7.0.8", + "karma-rollup-preprocessor": "7.0.7", "lockfile-lint": "^4.6.2", "nodemon": "^2.0.15", "npm-run-all": "^4.1.5", "postcss": "^8.4.6", "postcss-cli": "^9.1.0", - "rollup": "^2.67.2", + "rollup": "^2.68.0", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", - "sass": "^1.49.7", + "sass": "^1.49.8", "shelljs": "^0.8.5", "stylelint": "14.2.0", "stylelint-config-twbs-bootstrap": "^3.0.1", - "terser": "^5.10.0", + "terser": "^5.11.0", "vnu-jar": "21.10.12" }, "files": [ -- cgit v1.2.3