Skip to content

Commit e0163c4

Browse files
Update dependency chai to v4.5.0 (#2529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a941b68 commit e0163c4

File tree

22 files changed

+95
-780
lines changed

22 files changed

+95
-780
lines changed

libraries/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"awesome-typescript-loader": "5.2.1",
1212
"babel-core": "6.26.3",
1313
"babel-loader": "9.2.1",
14-
"chai": "4.3.10",
14+
"chai": "4.5.0",
1515
"cross-env": "7.0.3",
1616
"karma": "6.4.4",
1717
"karma-chrome-launcher": "3.2.0",

libraries/angularjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"angular-mocks": "1.8.3",
99
"babel-core": "6.26.3",
1010
"babel-loader": "9.2.1",
11-
"chai": "4.3.10",
11+
"chai": "4.5.0",
1212
"cross-env": "7.0.3",
1313
"karma": "6.4.4",
1414
"karma-chrome-launcher": "3.2.0",

libraries/dio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"babel-core": "6.26.3",
99
"babel-loader": "9.2.1",
1010
"babel-plugin-transform-react-jsx": "6.24.1",
11-
"chai": "4.3.10",
11+
"chai": "4.5.0",
1212
"copy-webpack-plugin": "11.0.0",
1313
"cross-env": "7.0.3",
1414
"karma": "6.4.4",

libraries/dojo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"@dojo/framework": "8.0.0"
99
},
1010
"devDependencies": {
11-
"@types/chai": "4.3.9",
11+
"@types/chai": "4.3.20",
1212
"@types/expect": "24.3.2",
1313
"@types/mocha": "10.0.10",
1414
"babel-core": "6.26.3",
1515
"babel-loader": "9.2.1",
16-
"chai": "4.3.10",
16+
"chai": "4.5.0",
1717
"cross-env": "7.0.3",
1818
"karma": "6.4.4",
1919
"karma-chrome-launcher": "3.2.0",

libraries/hybrids/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"babel-core": "6.26.3",
99
"babel-loader": "9.2.1",
10-
"chai": "4.3.10",
10+
"chai": "4.5.0",
1111
"copy-webpack-plugin": "11.0.0",
1212
"cross-env": "7.0.3",
1313
"karma": "6.4.4",

libraries/hyperapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/core": "^7.12.10",
99
"@babel/preset-env": "^7.16.11",
1010
"babel-loader": "^9.0.0",
11-
"chai": "4.3.10",
11+
"chai": "4.5.0",
1212
"copy-webpack-plugin": "11.0.0",
1313
"cross-env": "7.0.3",
1414
"karma": "6.4.4",

libraries/hyperhtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"babel-core": "6.26.3",
99
"babel-loader": "9.2.1",
10-
"chai": "4.3.10",
10+
"chai": "4.5.0",
1111
"copy-webpack-plugin": "11.0.0",
1212
"cross-env": "7.0.3",
1313
"karma": "6.4.4",

libraries/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"babel-core": "6.26.3",
99
"babel-loader": "9.2.1",
10-
"chai": "4.3.10",
10+
"chai": "4.5.0",
1111
"cross-env": "7.0.3",
1212
"karma": "6.4.4",
1313
"karma-chrome-launcher": "3.2.0",

libraries/lwc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/preset-env": "7.22.5",
1111
"babel-core": "6.26.3",
1212
"babel-loader": "9.2.1",
13-
"chai": "4.3.7",
13+
"chai": "4.5.0",
1414
"cross-env": "7.0.3",
1515
"karma": "6.4.4",
1616
"karma-chrome-launcher": "3.2.0",

libraries/mithril/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"devDependencies": {
88
"babel-core": "6.26.3",
99
"babel-loader": "9.2.1",
10-
"chai": "4.3.10",
10+
"chai": "4.5.0",
1111
"copy-webpack-plugin": "11.0.0",
1212
"cross-env": "7.0.3",
1313
"karma": "6.4.4",

0 commit comments

Comments
 (0)