mirror of https://github.com/twbs/bootstrap.git
Update devDependencies (#35270)
* @babel/cli ^7.15.7 → ^7.16.0 * @babel/core ^7.15.8 → ^7.16.0 * @babel/preset-env ^7.15.8 → ^7.16.0 * autoprefixer ^10.3.7 → ^10.4.0 * cspell ^5.12.3 → ^5.12.4 * eslint ^8.0.1 → ^8.1.0 * karma ^6.3.5 → ^6.3.7 * karma-firefox-launcher ^2.1.1 → ^2.1.2 * rollup ^2.58.0 → ^2.59.0 * sass ^1.43.2 → ^1.43.4
This commit is contained in:
parent
44ea0d6925
commit
05f1b15dda
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -64,7 +64,7 @@
|
|||
"docs-serve": "hugo server --port 9001 --disableFastRender",
|
||||
"docs-serve-only": "npx sirv-cli _site --port 9001",
|
||||
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
||||
"update-deps": "ncu -u -x globby,karma-browserstack-launcher && echo Manually update site/assets/js/vendor",
|
||||
"update-deps": "ncu -u -x globby,karma-browserstack-launcher,stylelint && echo Manually update site/assets/js/vendor",
|
||||
"release": "npm-run-all dist release-sri docs-build release-zip*",
|
||||
"release-sri": "node build/generate-sri.js",
|
||||
"release-version": "node build/change-version.js",
|
||||
|
@ -100,20 +100,20 @@
|
|||
"@popperjs/core": "^2.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.15.7",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/cli": "^7.16.0",
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.0",
|
||||
"@popperjs/core": "^2.10.2",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@rollup/plugin-commonjs": "^21.0.1",
|
||||
"@rollup/plugin-node-resolve": "^13.0.6",
|
||||
"@rollup/plugin-replace": "^3.0.0",
|
||||
"autoprefixer": "^10.3.7",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"bundlewatch": "^0.3.2",
|
||||
"clean-css-cli": "^5.4.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"cspell": "^5.12.3",
|
||||
"eslint": "^8.0.1",
|
||||
"cspell": "^5.12.4",
|
||||
"eslint": "^8.1.0",
|
||||
"eslint-config-xo": "^0.39.0",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-unicorn": "^37.0.1",
|
||||
|
@ -124,12 +124,12 @@
|
|||
"hugo-bin": "^0.76.1",
|
||||
"ip": "^1.1.5",
|
||||
"jquery": "^3.6.0",
|
||||
"karma": "^6.3.5",
|
||||
"karma": "^6.3.7",
|
||||
"karma-browserstack-launcher": "1.4.0",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "^3.0.3",
|
||||
"karma-detect-browsers": "^2.3.3",
|
||||
"karma-firefox-launcher": "^2.1.1",
|
||||
"karma-firefox-launcher": "^2.1.2",
|
||||
"karma-jasmine": "^4.0.1",
|
||||
"karma-jasmine-html-reporter": "^1.7.0",
|
||||
"karma-rollup-preprocessor": "^7.0.7",
|
||||
|
@ -139,10 +139,10 @@
|
|||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.3.11",
|
||||
"postcss-cli": "^9.0.1",
|
||||
"rollup": "^2.58.0",
|
||||
"rollup": "^2.59.0",
|
||||
"rollup-plugin-istanbul": "^3.0.0",
|
||||
"rtlcss": "^3.4.0",
|
||||
"sass": "^1.43.2",
|
||||
"sass": "^1.43.4",
|
||||
"shelljs": "^0.8.4",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-twbs-bootstrap": "^2.2.4",
|
||||
|
|
Loading…
Reference in New Issue