1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-22 06:39:52 +00:00

Update devDependencies (#36193)

* @rollup/plugin-commonjs      ^21.0.3  →  ^21.1.0
* @rollup/plugin-node-resolve  ^13.2.0  →  ^13.2.1
* globby                       ^11.0.4  →  ^11.1.0
* hugo-bin                     ^0.84.0  →  ^0.85.3
* rollup                       ^2.70.1  →  ^2.70.2
* sass                         ^1.50.0  →  ^1.50.1
* stylelint                    ^14.6.1  →  ^14.7.1
This commit is contained in:
XhmikosR 2022-04-19 08:33:54 +03:00 committed by GitHub
parent 2aad1696f1
commit c1eab89238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 271 additions and 242 deletions

499
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -109,8 +109,8 @@
"@babel/preset-env": "^7.16.11",
"@popperjs/core": "^2.11.5",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.2.0",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"autoprefixer": "^10.4.4",
"bundlewatch": "^0.3.3",
@ -121,9 +121,9 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^42.0.0",
"find-unused-sass-variables": "^4.0.4",
"globby": "^11.0.4",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.84.0",
"hugo-bin": "^0.85.3",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.18",
@ -140,12 +140,12 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"rollup": "^2.70.1",
"rollup": "^2.70.2",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.50.0",
"sass": "^1.50.1",
"shelljs": "^0.8.5",
"stylelint": "^14.6.1",
"stylelint": "^14.7.1",
"stylelint-config-twbs-bootstrap": "^3.0.1",
"terser": "^5.12.1",
"vnu-jar": "21.10.12"