mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Update devDependencies and pin karma-rollup-preprocessor (#35868)
* @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
This commit is contained in:
+7
-7
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user