1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 11:52:51 +01:00

Update devDependencies (#36427)

* @babel/core        ^7.17.10  →  ^7.18.0
* @babel/preset-env  ^7.17.10  →  ^7.18.0
* eslint              ^8.15.0  →  ^8.16.0
* eslint-config-xo    ^0.40.0  →  ^0.41.0
* hugo-bin            ^0.86.0  →  ^0.87.1
* postcss             ^8.4.13  →  ^8.4.14
* rollup              ^2.72.1  →  ^2.74.1
* sass                ^1.51.0  →  ^1.52.1
* stylelint           ^14.8.2  →  ^14.8.3
This commit is contained in:
XhmikosR 2022-05-24 07:24:28 +03:00 committed by GitHub
parent 427c089961
commit 39b609431b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 718 additions and 675 deletions

1375
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -105,8 +105,8 @@
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@popperjs/core": "^2.11.5",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
@ -116,15 +116,15 @@
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
"eslint-config-xo": "^0.40.0",
"eslint": "^8.16.0",
"eslint-config-xo": "^0.41.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-unicorn": "^42.0.0",
"find-unused-sass-variables": "^4.0.4",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.86.0",
"hugo-bin": "^0.87.1",
"ip": "^2.0.0",
"jquery": "^3.6.0",
"karma": "^6.3.20",
@ -139,14 +139,14 @@
"lockfile-lint": "^4.7.4",
"nodemon": "^2.0.16",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"rollup": "^2.72.1",
"rollup": "^2.74.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.51.0",
"sass": "^1.52.1",
"shelljs": "^0.8.5",
"stylelint": "^14.8.2",
"stylelint": "^14.8.3",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"terser": "^5.13.1",
"vnu-jar": "21.10.12"