Skip to content

Commit 8fe7a97

Browse files
authored
Merge pull request #4751 from cloud-gov/chore-dependencies
chore: update dependencies
2 parents 4c06294 + 9ab8315 commit 8fe7a97

File tree

6 files changed

+186
-175
lines changed

6 files changed

+186
-175
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.9
1+
20.13

Dockerfile-app

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.9-bullseye
1+
FROM node:20.13-bullseye
22

33
WORKDIR /app
44

jest.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ module.exports = {
1313
'@util(.*)$': '<rootDir>/frontend/util$1',
1414
'@support(.*)$': '<rootDir>/frontend/support$1',
1515
},
16-
testEnvironment: 'jsdom',
17-
setupFiles: ['<rootDir>/rtl-test/setupJest.js'],
16+
testEnvironment: 'jest-fixed-jsdom',
1817
};

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@bull-board/api": "6.6.1",
1010
"@bull-board/express": "6.6.1",
1111
"@json2csv/plainjs": "^7.0.1",
12-
"@octokit/rest": "^18.5.2",
12+
"@octokit/rest": "20.1.2",
1313
"@socket.io/redis-adapter": "^7.0.0",
1414
"@supercharge/promise-pool": "^1.5.0",
1515
"@tanstack/react-query": "^5.59.20",
@@ -50,7 +50,7 @@
5050
"react-dom": "^18.2.0",
5151
"react-highlight": "^0.15.0",
5252
"react-notification-system-redux": "^2.0.1",
53-
"react-redux": "^7.2.2",
53+
"react-redux": "8.1.2",
5454
"react-router-dom": "^6.18.0",
5555
"redis": "^3.0.0",
5656
"redux": "^4.2.1",
@@ -172,14 +172,15 @@
172172
"eslint-plugin-testing-library": "^6.4.0",
173173
"fetch-mock": "^12.1.0",
174174
"jest": "29.7.0",
175-
"jest-environment-jsdom": "29.7.0",
175+
"jest-environment-jsdom": "^29.7.0",
176+
"jest-fixed-jsdom": "^0.0.9",
176177
"json-schema-deref-sync": "^0.14.0",
177178
"jsonschema": "^1.4.0",
178179
"lodash.clonedeep": "^4.5.0",
179180
"mini-css-extract-plugin": "^2.7.6",
180181
"mocha": "^10.2.0",
181182
"mock-fs": "^4.13.0",
182-
"nock": "^13.3.8",
183+
"nock": "14.0.1",
183184
"nodemon": "^3.0.1",
184185
"nyc": "^15.1.0",
185186
"playwright": "^1.42.1",

rtl-test/setupJest.js

-1
This file was deleted.

0 commit comments

Comments
 (0)