Update devDependencies (#35322)

* cspell                 ^5.12.4  →  ^5.12.6
* eslint                  ^8.1.0  →   ^8.2.0
* eslint-plugin-unicorn  ^37.0.1  →  ^38.0.1
* hugo-bin               ^0.76.1  →  ^0.77.2
* karma                   ^6.3.7  →   ^6.3.8
* linkinator             ^2.14.4  →  ^2.14.5
* postcss-cli             ^9.0.1  →   ^9.0.2
* rtlcss                  ^3.4.0  →   ^3.5.0
This commit is contained in:
XhmikosR 2021-11-09 08:02:36 +02:00 committed by GitHub
parent e958cd2637
commit 367caea501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 332 additions and 551 deletions

3
.gitignore vendored
View File

@ -1,7 +1,8 @@
# Ignore docs files
/_site/
# Hugo resources folder
# Hugo files
/resources/
/.hugo_build.lock
# Numerous always-ignore extensions
*.diff

View File

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

825
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -112,19 +112,19 @@
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2",
"cross-env": "^7.0.3",
"cspell": "^5.12.4",
"eslint": "^8.1.0",
"cspell": "^5.12.6",
"eslint": "^8.2.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-unicorn": "^37.0.1",
"eslint-plugin-unicorn": "^38.0.1",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.2.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.76.1",
"hugo-bin": "^0.77.2",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.7",
"karma": "^6.3.8",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@ -133,15 +133,15 @@
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-rollup-preprocessor": "^7.0.7",
"linkinator": "^2.14.4",
"linkinator": "^2.14.5",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.14",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"postcss-cli": "^9.0.2",
"rollup": "^2.59.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.4.0",
"rtlcss": "^3.5.0",
"sass": "^1.43.4",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",