2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Update devDependencies (#35841)

* Update devDependencies

* @babel/core             ^7.17.0  →  ^7.17.2
* @rollup/plugin-replace   ^3.0.1  →   ^3.1.0
* eslint                   ^8.8.0  →   ^8.9.0
* eslint-config-xo        ^0.39.0  →  ^0.40.0
* hugo-bin                ^0.80.1  →  ^0.80.2
* karma                   ^6.3.15  →  ^6.3.16
* rollup                  ^2.67.1  →  ^2.67.2

* Fix new ESLint errors
This commit is contained in:
XhmikosR
2022-02-15 08:50:37 +02:00
committed by GitHub
parent d568e029da
commit 42da2b9556
8 changed files with 207 additions and 207 deletions
+7 -7
View File
@@ -105,28 +105,28 @@
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-replace": "^3.1.0",
"autoprefixer": "^10.4.2",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.5.2",
"cross-env": "^7.0.3",
"eslint": "^8.8.0",
"eslint-config-xo": "^0.39.0",
"eslint": "^8.9.0",
"eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-unicorn": "^40.1.0",
"find-unused-sass-variables": "^4.0.1",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.80.1",
"hugo-bin": "^0.80.2",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.15",
"karma": "^6.3.16",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@@ -140,7 +140,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"rollup": "^2.67.1",
"rollup": "^2.67.2",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.49.7",