mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update devDependencies (#36640)
* @babel/cli ^7.17.10 → ^7.18.6 * @babel/core ^7.18.5 → ^7.18.6 * @babel/preset-env ^7.18.2 → ^7.18.6 * @rollup/plugin-commonjs ^22.0.0 → ^22.0.1 * eslint ^8.17.0 → ^8.18.0 * hugo-bin ^0.88.2 → ^0.89.0 * karma-jasmine ^5.0.1 → ^5.1.0 * nodemon ^2.0.16 → ^2.0.18 * rollup ^2.75.6 → ^2.75.7 * sass ^1.52.3 → ^1.53.0
This commit is contained in:
parent
828034f26f
commit
7f70fcab0f
2 changed files with 1169 additions and 1128 deletions
2277
package-lock.json
generated
2277
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -104,19 +104,19 @@
|
|||
"@popperjs/core": "^2.11.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.17.10",
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@babel/cli": "^7.18.6",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@popperjs/core": "^2.11.5",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-commonjs": "^22.0.1",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"bundlewatch": "^0.3.3",
|
||||
"clean-css-cli": "^5.6.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.17.0",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-xo": "^0.41.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-markdown": "^2.2.1",
|
||||
|
@ -124,7 +124,7 @@
|
|||
"find-unused-sass-variables": "^4.0.4",
|
||||
"globby": "^11.1.0",
|
||||
"hammer-simulator": "0.0.1",
|
||||
"hugo-bin": "^0.88.2",
|
||||
"hugo-bin": "^0.89.0",
|
||||
"ip": "^2.0.0",
|
||||
"jquery": "^3.6.0",
|
||||
"karma": "^6.4.0",
|
||||
|
@ -133,18 +133,18 @@
|
|||
"karma-coverage-istanbul-reporter": "^3.0.3",
|
||||
"karma-detect-browsers": "^2.3.3",
|
||||
"karma-firefox-launcher": "^2.1.2",
|
||||
"karma-jasmine": "^5.0.1",
|
||||
"karma-jasmine": "^5.1.0",
|
||||
"karma-jasmine-html-reporter": "^2.0.0",
|
||||
"karma-rollup-preprocessor": "7.0.7",
|
||||
"lockfile-lint": "^4.7.5",
|
||||
"nodemon": "^2.0.16",
|
||||
"nodemon": "^2.0.18",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-cli": "^9.1.0",
|
||||
"rollup": "^2.75.6",
|
||||
"rollup": "^2.75.7",
|
||||
"rollup-plugin-istanbul": "^3.0.0",
|
||||
"rtlcss": "^3.5.0",
|
||||
"sass": "^1.52.3",
|
||||
"sass": "^1.53.0",
|
||||
"shelljs": "^0.8.5",
|
||||
"stylelint": "^14.9.1",
|
||||
"stylelint-config-twbs-bootstrap": "^4.0.0",
|
||||
|
|
Loading…
Reference in a new issue