Skip to content

Commit e7b388b

Browse files
authored
Merge pull request #3 from oslabs-beta/brooke/testpkgs
Brooke/testpkgs
2 parents d650d94 + 741b988 commit e7b388b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,9 @@
102102
"@graphql-tools/schema": "^8.3.10",
103103
"@grpc/grpc-js": "^1.6.7",
104104
"@grpc/proto-loader": "^0.6.9",
105-
"@jest-runner/electron": "^3.0.1",
106-
"@kayahr/jest-electron-runner": "^29.9.0",
107105
"@mui/styled-engine": "^5.13.2",
108106
"@redux-devtools/extension": "^3.2.2",
109107
"@reduxjs/toolkit": "^1.8.1",
110-
"@testing-library/react": "^14.0.0",
111108
"@trpc/client": "^10.10.0",
112109
"@types/escape-html": "^1.0.2",
113110
"@uiw/codemirror-extensions-langs": "^4.19.9",
@@ -118,7 +115,6 @@
118115
"bulma": "^0.9.3",
119116
"bulma-checkradio": "^2.1.3",
120117
"bulma-switch": "^2.0.4",
121-
"chai": "^4.3.7",
122118
"classnames": "^2.3.1",
123119
"cookie-parser": "^1.4.6",
124120
"cors": "^2.8.5",
@@ -140,7 +136,6 @@
140136
"graphql-tag": "^2.12.6",
141137
"graphql-ws": "^5.8.1",
142138
"highland": "^2.13.5",
143-
"jest-environment-jsdom": "^29.7.0",
144139
"mali": "^0.46.1",
145140
"ngrok": "^4.3.1",
146141
"node-fetch": "^3.3.0",
@@ -183,7 +178,8 @@
183178
"@mui/lab": "5.0.0-alpha.137",
184179
"@mui/material": "5.14.2",
185180
"@playwright/test": "^1.21.1",
186-
"@testing-library/jest-dom": "^5.16.4",
181+
"@testing-library/jest-dom": "^6.1.4",
182+
"@testing-library/react": "^14.0.0",
187183
"@types/cookie": "^0.5.1",
188184
"@types/node": "^17.0.28",
189185
"@types/react": "^18.0.8",
@@ -197,7 +193,8 @@
197193
"@typescript-eslint/eslint-plugin": "^5.21.0",
198194
"@typescript-eslint/parser": "^5.21.0",
199195
"babel-loader": "^8.2.5",
200-
"chai-http": "^4.3.0",
196+
"chai": "^4.3.10",
197+
"chai-http": "^4.4.0",
201198
"concurrently": "^8.0.1",
202199
"cross-env": "^7.0.3",
203200
"csp-html-webpack-plugin": "^5.1.0",
@@ -214,8 +211,9 @@
214211
"html-webpack-plugin": "^5.5.0",
215212
"istanbul": "^0.4.5",
216213
"jest": "^29.7.0",
214+
"jest-environment-jsdom": "^29.7.0",
217215
"mini-css-extract-plugin": "^2.6.0",
218-
"mocha": "^9.2.2",
216+
"mocha": "^10.2.0",
219217
"nodemon": "^2.0.22",
220218
"nyc": "^15.1.0",
221219
"playwright": "^1.21.1",

0 commit comments

Comments
 (0)