Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04c2995

Browse files
fix(deps): update common development tools
1 parent 2bb365b commit 04c2995

File tree

3 files changed

+47
-76
lines changed

3 files changed

+47
-76
lines changed

integration/testing-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"dependencies": {
4242
"@types/chai": "4.3.20",
43-
"@types/chai-as-promised": "7.1.8",
43+
"@types/chai-as-promised": "8.0.2",
4444
"chai": "4.5.0",
45-
"chai-as-promised": "7.1.2",
45+
"chai-as-promised": "8.0.1",
4646
"tiny-types": "1.23.0",
4747
"ts-node": "10.9.2",
4848
"typescript": "5.8.3"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@
9292
"@commitlint/config-conventional": "19.8.1",
9393
"@puppeteer/browsers": "2.10.5",
9494
"@types/chai": "4.3.20",
95-
"@types/chai-as-promised": "7.1.8",
95+
"@types/chai-as-promised": "8.0.2",
9696
"@types/istanbul-lib-coverage": "2.0.6",
9797
"@types/node": "22.15.27",
9898
"@types/sinon": "17.0.4",
99-
"@types/sinon-chai": "3.2.12",
99+
"@types/sinon-chai": "4.0.0",
100100
"@typescript-eslint/eslint-plugin": "7.18.0",
101101
"@typescript-eslint/parser": "7.18.0",
102102
"c8": "10.1.3",
103103
"chai": "4.5.0",
104-
"chai-as-promised": "7.1.2",
104+
"chai-as-promised": "8.0.1",
105105
"coveralls": "3.1.1",
106106
"cross-env": "7.0.3",
107107
"cz-conventional-changelog": "3.3.0",
@@ -123,8 +123,8 @@
123123
"playwright": "1.52.0",
124124
"rimraf": "6.0.1",
125125
"semver": "7.7.2",
126-
"sinon": "18.0.1",
127-
"sinon-chai": "3.7.0",
126+
"sinon": "20.0.0",
127+
"sinon-chai": "4.0.0",
128128
"test-console": "2.0.0",
129129
"ts-node": "10.9.2",
130130
"tsx": "4.19.4",

pnpm-lock.yaml

Lines changed: 40 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)