1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00

Update devDependencies (#35841)

* Update devDependencies

* @babel/core             ^7.17.0  →  ^7.17.2
* @rollup/plugin-replace   ^3.0.1  →   ^3.1.0
* eslint                   ^8.8.0  →   ^8.9.0
* eslint-config-xo        ^0.39.0  →  ^0.40.0
* hugo-bin                ^0.80.1  →  ^0.80.2
* karma                   ^6.3.15  →  ^6.3.16
* rollup                  ^2.67.1  →  ^2.67.2

* Fix new ESLint errors
This commit is contained in:
XhmikosR
2022-02-15 08:50:37 +02:00
committed by GitHub
parent d568e029da
commit 42da2b9556
8 changed files with 207 additions and 207 deletions

View File

@@ -241,7 +241,7 @@ describe('ScrollSpy', () => {
contentEl,
scrollSpy,
spy,
cb: () => {
cb() {
testElementIsActiveAfterScroll({
elementSelector: '#a-2',
targetSelector: '#div-2',
@@ -283,7 +283,7 @@ describe('ScrollSpy', () => {
contentEl,
scrollSpy,
spy,
cb: () => {
cb() {
testElementIsActiveAfterScroll({
elementSelector: '#a-2',
targetSelector: '#div-2',
@@ -325,7 +325,7 @@ describe('ScrollSpy', () => {
contentEl,
scrollSpy,
spy,
cb: () => {
cb() {
testElementIsActiveAfterScroll({
elementSelector: '#a-2',
targetSelector: '#div-2',