mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update devDependencies. (#28655)
This commit is contained in:
parent
952c3d3677
commit
280f45c55e
2 changed files with 624 additions and 500 deletions
1092
package-lock.json
generated
1092
package-lock.json
generated
File diff suppressed because it is too large
Load diff
32
package.json
32
package.json
|
@ -106,51 +106,51 @@
|
|||
"popper.js": "^1.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.3",
|
||||
"@babel/core": "^7.4.3",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
|
||||
"@babel/preset-env": "^7.4.3",
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"autoprefixer": "^9.5.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-plugin-istanbul": "^5.1.1",
|
||||
"babel-plugin-istanbul": "^5.1.3",
|
||||
"bundlesize": "0.15.3",
|
||||
"clean-css-cli": "^4.3.0",
|
||||
"coveralls": "^3.0.3",
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-xo": "^0.26.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"eslint-plugin-unicorn": "^8.0.2",
|
||||
"find-unused-sass-variables": "^0.3.3",
|
||||
"glob": "^7.1.3",
|
||||
"hammer-simulator": "0.0.1",
|
||||
"http-server": "^0.11.1",
|
||||
"hugo-bin": "^0.43.1",
|
||||
"hugo-bin": "^0.43.4",
|
||||
"ip": "^1.1.5",
|
||||
"jquery": "^3.3.1",
|
||||
"karma": "^4.0.1",
|
||||
"karma": "^4.1.0",
|
||||
"karma-browserstack-launcher": "^1.5.1",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-coverage-istanbul-reporter": "^2.0.5",
|
||||
"karma-detect-browsers": "^2.3.3",
|
||||
"karma-firefox-launcher": "^1.1.0",
|
||||
"karma-qunit": "^3.1.1",
|
||||
"karma-qunit": "^3.1.2",
|
||||
"karma-sinon": "^1.0.5",
|
||||
"linkinator": "^1.2.1",
|
||||
"node-sass": "^4.11.0",
|
||||
"linkinator": "^1.3.1",
|
||||
"node-sass": "^4.12.0",
|
||||
"nodemon": "^1.18.11",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"popper.js": "^1.15.0",
|
||||
"postcss-cli": "^6.1.2",
|
||||
"qunit": "^2.9.2",
|
||||
"rollup": "^1.9.3",
|
||||
"rollup": "^1.10.1",
|
||||
"rollup-plugin-babel": "^4.3.2",
|
||||
"rollup-plugin-node-resolve": "^4.2.2",
|
||||
"rollup-plugin-node-resolve": "^4.2.3",
|
||||
"shelljs": "^0.8.3",
|
||||
"shx": "^0.3.2",
|
||||
"sinon": "^7.3.1",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-config-twbs-bootstrap": "^0.3.0",
|
||||
"sinon": "^7.3.2",
|
||||
"stylelint": "^10.0.1",
|
||||
"stylelint-config-twbs-bootstrap": "^0.3.1",
|
||||
"terser": "^3.17.0",
|
||||
"vnu-jar": "18.11.5"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue