1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 06:21:26 +02:00

Update devDependencies

This commit is contained in:
XhmikosR
2021-12-16 09:13:16 +02:00
parent c488b8fcc3
commit f7cb3639a7
3 changed files with 2161 additions and 2548 deletions

View File

@@ -5,30 +5,15 @@
* -------------------------------------------------------------------------- * --------------------------------------------------------------------------
*/ */
import Alert from './src/alert' export { default as Alert } from './src/alert'
import Button from './src/button' export { default as Button } from './src/button'
import Carousel from './src/carousel' export { default as Carousel } from './src/carousel'
import Collapse from './src/collapse' export { default as Collapse } from './src/collapse'
import Dropdown from './src/dropdown' export { default as Dropdown } from './src/dropdown'
import Modal from './src/modal' export { default as Modal } from './src/modal'
import Popover from './src/popover' export { default as Popover } from './src/popover'
import Scrollspy from './src/scrollspy' export { default as Scrollspy } from './src/scrollspy'
import Tab from './src/tab' export { default as Tab } from './src/tab'
import Toast from './src/toast' export { default as Toast } from './src/toast'
import Tooltip from './src/tooltip' export { default as Tooltip } from './src/tooltip'
import Util from './src/util' export { default as Util } from './src/util'
export {
Util,
Alert,
Button,
Carousel,
Collapse,
Dropdown,
Modal,
Popover,
Scrollspy,
Tab,
Toast,
Tooltip
}

4632
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -94,52 +94,52 @@
"popper.js": "^1.16.1" "popper.js": "^1.16.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.15.7", "@babel/cli": "^7.16.0",
"@babel/core": "^7.15.8", "@babel/core": "^7.16.5",
"@babel/preset-env": "^7.15.8", "@babel/preset-env": "^7.16.5",
"@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-node-resolve": "^13.1.1",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"babel-plugin-istanbul": "^6.1.1", "babel-plugin-istanbul": "^6.1.1",
"bundlewatch": "^0.3.2", "bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2", "clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.1.0", "eslint": "^8.4.1",
"eslint-config-xo": "^0.39.0", "eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.2", "eslint-plugin-import": "^2.25.3",
"eslint-plugin-qunit": "^7.0.0", "eslint-plugin-qunit": "^7.1.0",
"eslint-plugin-unicorn": "^37.0.1", "eslint-plugin-unicorn": "^39.0.0",
"find-unused-sass-variables": "^3.1.0", "find-unused-sass-variables": "^3.1.0",
"glob": "^7.2.0", "glob": "^7.2.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.76.1", "hugo-bin": "^0.78.1",
"ip": "^1.1.5", "ip": "^1.1.5",
"jquery": "3.5.1", "jquery": "3.5.1",
"karma": "^6.3.6", "karma": "^6.3.9",
"karma-browserstack-launcher": "1.4.0", "karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0", "karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3", "karma-coverage-istanbul-reporter": "^3.0.3",
"karma-detect-browsers": "^2.3.3", "karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^2.1.1", "karma-firefox-launcher": "^2.1.2",
"karma-qunit": "^4.1.2", "karma-qunit": "^4.1.2",
"karma-sinon": "^1.0.5", "karma-sinon": "^1.0.5",
"linkinator": "^2.14.4", "linkinator": "^2.16.2",
"lockfile-lint": "^4.6.2", "lockfile-lint": "^4.6.2",
"node-sass": "^6.0.1", "node-sass": "^7.0.0",
"nodemon": "^2.0.14", "nodemon": "^2.0.15",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"postcss": "^8.3.11", "postcss": "^8.4.5",
"postcss-cli": "^9.0.1", "postcss-cli": "^9.1.0",
"qunit": "^2.17.2", "qunit": "^2.17.2",
"rollup": "^2.58.3", "rollup": "^2.61.1",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"sinon": "^7.5.0", "sinon": "^7.5.0",
"stylelint": "^14.1.0", "stylelint": "^14.1.0",
"stylelint-config-twbs-bootstrap": "^3.0.0", "stylelint-config-twbs-bootstrap": "^3.0.0",
"terser": "^5.9.0", "terser": "^5.10.0",
"vnu-jar": "21.10.12" "vnu-jar": "21.10.12"
}, },
"files": [ "files": [