mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update devDependencies (#32229)
* @babel/cli ^7.12.1 → ^7.12.8 * @babel/core ^7.12.3 → ^7.12.8 * @babel/preset-env ^7.12.1 → ^7.12.7 * eslint ^7.13.0 → ^7.14.0 * postcss ^8.1.7 → ^8.1.10 * postcss-cli ^8.2.0 → ^8.3.0 * rollup ^2.33.2 → ^2.33.3 * stylelint ^13.7.2 → ^13.8.0
This commit is contained in:
parent
d8ff27721b
commit
7ff881c532
2 changed files with 452 additions and 637 deletions
1073
package-lock.json
generated
1073
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -92,9 +92,9 @@
|
|||
"popper.js": "^1.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.12.1",
|
||||
"@babel/core": "^7.12.3",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/cli": "^7.12.8",
|
||||
"@babel/core": "^7.12.8",
|
||||
"@babel/preset-env": "^7.12.7",
|
||||
"@rollup/plugin-babel": "^5.2.1",
|
||||
"@rollup/plugin-commonjs": "^16.0.0",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"bundlewatch": "^0.3.1",
|
||||
"clean-css-cli": "^4.3.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^7.13.0",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-config-xo": "^0.33.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-unicorn": "^23.0.0",
|
||||
|
@ -126,13 +126,13 @@
|
|||
"nodemon": "^2.0.6",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"popper.js": "^1.16.1",
|
||||
"postcss": "^8.1.7",
|
||||
"postcss-cli": "^8.2.0",
|
||||
"rollup": "^2.33.2",
|
||||
"postcss": "^8.1.10",
|
||||
"postcss-cli": "^8.3.0",
|
||||
"rollup": "^2.33.3",
|
||||
"rollup-plugin-istanbul": "^2.0.1",
|
||||
"sass": "^1.29.0",
|
||||
"shelljs": "^0.8.4",
|
||||
"stylelint": "^13.7.2",
|
||||
"stylelint": "^13.8.0",
|
||||
"stylelint-config-twbs-bootstrap": "^2.1.0",
|
||||
"terser": "5.1.0",
|
||||
"vnu-jar": "20.6.30"
|
||||
|
|
Loading…
Add table
Reference in a new issue