1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +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

@@ -99,7 +99,7 @@ describe('TemplateFactory', () => {
it('should resolve class if function is given', () => {
const factory = new TemplateFactory({
extraClass: arg => {
extraClass(arg) {
expect(arg).toEqual(factory)
return 'testClass'
}