mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update devDependencies and regenerate package-lock.json (#31229)
This commit is contained in:
parent
828366de89
commit
29bba35a7b
2 changed files with 782 additions and 700 deletions
1472
package-lock.json
generated
1472
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -92,9 +92,9 @@
|
|||
"popper.js": "^1.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.10.3",
|
||||
"@babel/core": "^7.10.3",
|
||||
"@babel/preset-env": "^7.10.3",
|
||||
"@babel/cli": "^7.10.4",
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/preset-env": "^7.10.4",
|
||||
"@rollup/plugin-babel": "^5.0.4",
|
||||
"@rollup/plugin-commonjs": "^13.0.0",
|
||||
"@rollup/plugin-node-resolve": "^7.1.3",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"bundlewatch": "^0.2.7",
|
||||
"clean-css-cli": "^4.3.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^7.3.1",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-config-xo": "^0.32.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-unicorn": "^20.1.0",
|
||||
|
@ -128,7 +128,7 @@
|
|||
"npm-run-all": "^4.1.5",
|
||||
"popper.js": "^1.16.0",
|
||||
"postcss-cli": "^7.1.1",
|
||||
"rollup": "^2.18.1",
|
||||
"rollup": "^2.19.0",
|
||||
"rollup-plugin-istanbul": "^2.0.1",
|
||||
"shelljs": "^0.8.4",
|
||||
"sirv-cli": "^1.0.3",
|
||||
|
|
Loading…
Reference in a new issue