Skip to content

Commit 7e308e6

Browse files
Bump chai to ^5.1.1
1 parent 55119e0 commit 7e308e6

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@playwright/test": "^1.44.1",
104104
"@types/babel__core": "^7.20.5",
105105
"@types/babel__traverse": "^7.20.6",
106-
"@types/chai": "^4.3.20",
106+
"@types/chai": "^5.0.0",
107107
"@types/chai-dom": "^1.11.3",
108108
"@types/fs-extra": "^11.0.4",
109109
"@types/karma": "^6.3.8",
@@ -128,7 +128,7 @@
128128
"babel-plugin-replace-imports": "^1.0.2",
129129
"babel-plugin-search-and-replace": "^1.1.1",
130130
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
131-
"chai": "^4.5.0",
131+
"chai": "^5.1.1",
132132
"chai-dom": "^1.12.0",
133133
"compression-webpack-plugin": "^11.1.0",
134134
"concurrently": "^9.0.1",

pnpm-lock.yaml

+17-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@mui/x-license": "workspace:*",
2121
"@playwright/test": "^1.44.1",
2222
"@react-spring/web": "^9.7.4",
23-
"@types/chai": "^4.3.20",
23+
"@types/chai": "^5.0.0",
2424
"@types/karma": "^6.3.8",
2525
"@types/moment-jalaali": "^0.7.9",
2626
"@types/prop-types": "^15.7.13",
2727
"@types/react": "^18.3.4",
2828
"@types/semver": "^7.5.8",
29-
"chai": "^4.5.0",
29+
"chai": "^5.1.1",
3030
"dayjs": "^1.11.11",
3131
"moment": "^2.30.1",
3232
"moment-jalaali": "^0.10.1",

0 commit comments

Comments
 (0)