Skip to content

Commit

Permalink
ci(deps-dev): updated @types/chai to 4.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Oct 4, 2021
1 parent ecbf9b7 commit e733059
Show file tree
Hide file tree
Showing 11 changed files with 5,658 additions and 942 deletions.
2 changes: 1 addition & 1 deletion examples/calculator-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/express": "^4.17.13",
"@types/mocha": "^9.0.0",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/cucumber-domain-level-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@serenity-js/cucumber": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"npm-failsafe": "^0.4.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/cucumber-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@serenity-js/cucumber": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"npm-failsafe": "^0.4.3",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/cucumber-rest-api-level-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@serenity-js/local-server": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/express": "^4.17.13",
"@types/mocha": "^9.0.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/jasmine-rest-api-level-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@serenity-js/local-server": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/jasmine": "^3.8.2",
"jasmine": "^3.8.0",
"npm-failsafe": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/mocha-rest-api-level-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@serenity-js/mocha": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"mocha": "^9.1.1",
"npm-failsafe": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/protractor-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@serenity-js/protractor": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/cucumber": "^6.0.1",
"@types/express": "^4.17.13",
"cucumber": "^6.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/protractor-jasmine-todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@serenity-js/protractor": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/jasmine": "^3.8.2",
"jasmine": "^3.8.0",
"npm-failsafe": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/protractor-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@serenity-js/protractor": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/express": "^4.17.13",
"@types/jasmine": "^3.8.2",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/protractor-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@serenity-js/protractor": "^2.0.0",
"@serenity-js/rest": "^2.0.0",
"@serenity-js/serenity-bdd": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/chai": "^4.2.22",
"@types/express": "^4.17.13",
"@types/mocha": "^9.0.0",
"express": "^4.17.1",
Expand Down

0 comments on commit e733059

Please sign in to comment.