mirror of https://github.com/twbs/bootstrap.git
Update devDependencies (#30544)
* @babel/plugin-proposal-object-rest-spread ^7.9.0 → ^7.9.5 * @babel/preset-env ^7.9.0 → ^7.9.5 * @rollup/plugin-commonjs ^11.0.2 → ^11.1.0 * @rollup/plugin-node-resolve ^7.1.1 → ^7.1.3 * hugo-bin ^0.56.3 → ^0.57.0 * karma ^4.4.1 → ^5.0.1 * nodemon ^2.0.2 → ^2.0.3 * rollup ^2.3.3 → ^2.6.1 * stylelint ^13.3.0 → ^13.3.2 * terser ^4.6.10 → ^4.6.11
This commit is contained in:
parent
8cb60bf043
commit
1004e3e786
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
@ -92,10 +92,10 @@
|
|||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
|
||||
"@babel/preset-env": "^7.9.0",
|
||||
"@rollup/plugin-commonjs": "^11.0.2",
|
||||
"@rollup/plugin-node-resolve": "^7.1.1",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
||||
"@babel/preset-env": "^7.9.5",
|
||||
"@rollup/plugin-commonjs": "^11.1.0",
|
||||
"@rollup/plugin-node-resolve": "^7.1.3",
|
||||
"autoprefixer": "^9.7.6",
|
||||
"bundlewatch": "^0.2.6",
|
||||
"clean-css-cli": "^4.3.0",
|
||||
|
@ -107,9 +107,9 @@
|
|||
"find-unused-sass-variables": "^1.0.5",
|
||||
"glob": "^7.1.6",
|
||||
"hammer-simulator": "0.0.1",
|
||||
"hugo-bin": "^0.56.3",
|
||||
"hugo-bin": "^0.57.0",
|
||||
"ip": "^1.1.5",
|
||||
"karma": "^4.4.1",
|
||||
"karma": "^5.0.1",
|
||||
"karma-browserstack-launcher": "1.4.0",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "^2.1.1",
|
||||
|
@ -121,18 +121,18 @@
|
|||
"linkinator": "^2.0.6",
|
||||
"lockfile-lint": "^4.2.2",
|
||||
"node-sass": "^4.13.1",
|
||||
"nodemon": "^2.0.2",
|
||||
"nodemon": "^2.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"popper.js": "^1.16.0",
|
||||
"postcss-cli": "^7.1.0",
|
||||
"rollup": "^2.3.3",
|
||||
"rollup": "^2.6.1",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-istanbul": "^2.0.1",
|
||||
"serve": "^11.3.0",
|
||||
"shelljs": "^0.8.3",
|
||||
"stylelint": "^13.3.0",
|
||||
"stylelint": "^13.3.2",
|
||||
"stylelint-config-twbs-bootstrap": "^2.0.1",
|
||||
"terser": "^4.6.10",
|
||||
"terser": "^4.6.11",
|
||||
"vnu-jar": "20.3.16"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue