Skip to content

Commit b908576

Browse files
Merge pull request #314 from mwinteringham/ui-depend
Bumping UI dependencies
2 parents 703e0db + 6dc8c93 commit b908576

File tree

10 files changed

+1471
-1748
lines changed

10 files changed

+1471
-1748
lines changed

assets/package-lock.json

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

assets/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,72 +12,72 @@
1212
},
1313
"dependencies": {
1414
"fetch-retry": "^6.0.0",
15-
"next": "15.4.4",
16-
"react": "19.1.0",
17-
"react-dom": "19.1.0"
15+
"next": "16.0.7",
16+
"react": "19.2.1",
17+
"react-dom": "19.2.1"
1818
},
1919
"devDependencies": {
20-
"@babel/core": "7.28.0",
20+
"@babel/core": "7.28.5",
2121
"@babel/plugin-syntax-dynamic-import": "7.8.3",
22-
"@babel/plugin-transform-runtime": "7.28.0",
23-
"@babel/preset-env": "7.28.0",
24-
"@babel/preset-react": "7.27.1",
22+
"@babel/plugin-transform-runtime": "7.28.5",
23+
"@babel/preset-env": "7.28.5",
24+
"@babel/preset-react": "7.28.5",
2525
"@emotion/babel-plugin": "11.13.5",
2626
"@emotion/styled": "11.14.1",
27-
"@testing-library/dom": "10.4.0",
28-
"@testing-library/jest-dom": "6.6.3",
27+
"@testing-library/dom": "10.4.1",
28+
"@testing-library/jest-dom": "6.9.1",
2929
"@testing-library/react": "16.3.0",
3030
"@types/jest": "30.0.0",
31-
"@types/node": "24.1.0",
32-
"@types/react": "19.1.8",
33-
"@types/react-big-calendar": "1.16.2",
34-
"@types/react-dom": "19.1.6",
31+
"@types/node": "24.10.1",
32+
"@types/react": "19.2.7",
33+
"@types/react-big-calendar": "1.16.3",
34+
"@types/react-dom": "19.2.3",
3535
"@types/react-modal": "3.16.3",
36-
"axios": "1.11.0",
36+
"axios": "1.13.2",
3737
"babel-core": "6.26.3",
38-
"babel-jest": "30.0.5",
38+
"babel-jest": "30.2.0",
3939
"babel-loader": "10.0.0",
4040
"babel-plugin-add-react-displayname": "0.0.5",
4141
"babel-plugin-dynamic-import-node": "2.3.3",
4242
"css-loader": "7.1.2",
43-
"debug": "~4.4.1",
43+
"debug": "~4.4.3",
4444
"emotion": "11.0.0",
45-
"eslint": "9.31.0",
46-
"eslint-config-next": "15.4.4",
45+
"eslint": "9.39.1",
46+
"eslint-config-next": "16.0.7",
4747
"file-loader": "6.2.0",
4848
"history": "5.3.0",
4949
"html-loader": "5.1.0",
50-
"html-webpack-plugin": "5.6.3",
50+
"html-webpack-plugin": "5.6.5",
5151
"identity-obj-proxy": "3.0.0",
5252
"isomorphic-fetch": "3.0.0",
53-
"jest": "30.0.5",
54-
"jest-environment-jsdom": "30.0.5",
53+
"jest": "30.2.0",
54+
"jest-environment-jsdom": "30.2.0",
5555
"moment": "2.30.1",
5656
"moment-timezone": "0.6.0",
5757
"morgan": "1.10.1",
58-
"nock": "14.0.6",
58+
"nock": "14.0.10",
5959
"node-fetch": "3.3.2",
6060
"node-sass": "9.0.0",
6161
"pigeon-maps": "0.22.1",
6262
"pigeon-marker": "0.3.4",
63-
"query-string": "9.2.2",
64-
"react": "19.1.0",
63+
"query-string": "9.3.1",
64+
"react": "19.2.1",
6565
"react-big-calendar": "1.19.4",
66-
"react-datepicker": "8.4.0",
67-
"react-dom": "19.1.0",
66+
"react-datepicker": "8.10.0",
67+
"react-dom": "19.2.1",
6868
"react-modal": "3.16.3",
69-
"react-router-dom": "7.7.1",
69+
"react-router-dom": "7.10.0",
7070
"react-spinners": "0.17.0",
71-
"react-tooltip": "5.29.1",
71+
"react-tooltip": "5.30.0",
7272
"reactjs-popup": "2.0.6",
73-
"sass-loader": "16.0.5",
73+
"sass-loader": "16.0.6",
7474
"style-loader": "4.0.0",
75-
"ts-jest": "29.4.0",
76-
"typescript": "5.8.3",
75+
"ts-jest": "29.4.6",
76+
"typescript": "5.9.3",
7777
"universal-cookie": "8.0.1",
7878
"url-loader": "4.1.1",
7979
"validate.js": "0.13.1",
80-
"webpack": "5.100.2",
80+
"webpack": "5.103.0",
8181
"webpack-cli": "6.0.1",
8282
"webpack-dev-server": "5.2.2"
8383
},

assets/src/__tests__/Footer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jest.mock('next/link', () => {
1111
});
1212

1313
// Mock the package.json import
14-
jest.mock('../../../package.json', () => ({
14+
jest.mock('../../package.json', () => ({
1515
version: '2.0.0'
1616
}));
1717

assets/src/__tests__/__snapshots__/Branding.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Branding Component Branding page renders 1`] = `
44
<DocumentFragment>

assets/src/__tests__/__snapshots__/Message.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Message Component Message popup is populated with details 1`] = `
44
<div

assets/src/__tests__/__snapshots__/MessageList.test.tsx.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`MessageList Component Clicking message shows message popup 1`] = `
44
<DocumentFragment>
55
<div>
6-
<div />
76
<div
87
class="messages"
98
>

assets/src/__tests__/__snapshots__/Nav.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Nav Component Nav bar renders 1`] = `
44
<DocumentFragment>

assets/src/__tests__/__snapshots__/Notification.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Notification Component Notification renders alert inbox when there are unread notifications 1`] = `
44
<DocumentFragment>

assets/src/__tests__/__snapshots__/RoomDetails.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`RoomDetails Component Room details can be switched out of edit mode 1`] = `
44
<DocumentFragment>

assets/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "node",
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
18-
"jsx": "preserve",
18+
"jsx": "react-jsx",
1919
"incremental": true,
2020
"paths": {
2121
"@/*": [
@@ -33,7 +33,8 @@
3333
"**/*.ts",
3434
"**/*.tsx",
3535
".next/types/**/*.ts",
36-
"jest.setup.ts"
36+
"jest.setup.ts",
37+
".next/dev/types/**/*.ts"
3738
],
3839
"exclude": [
3940
"node_modules"

0 commit comments

Comments
 (0)