Skip to content

Commit a123ba7

Browse files
authored
Pin UI dependencies to exact versions. See #5937 (#5938)
1 parent 9943432 commit a123ba7

File tree

2 files changed

+111
-127
lines changed

2 files changed

+111
-127
lines changed

quickwit/quickwit-ui/package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,41 @@
66
"proxy": "http://127.0.0.1:7280",
77
"homepage": "/ui/",
88
"dependencies": {
9-
"@emotion/react": "^11.11.0",
10-
"@emotion/styled": "^11.11.0",
11-
"@mui/icons-material": "^5.11.0",
12-
"@mui/lab": "^5.0.0-alpha.114",
13-
"@mui/material": "^5.11.2",
14-
"@mui/system": "^5.11.2",
15-
"@mui/x-charts": "^7.3.2",
16-
"@mui/x-date-pickers": "^5.0.12",
17-
"@types/jest": "^29.5.6",
18-
"@types/node": "^20.8.7",
19-
"@types/react": "^17.0.20",
20-
"@types/react-dom": "^17.0.9",
21-
"@types/swagger-ui-react": "^4.18.2",
22-
"@typescript-eslint/eslint-plugin": "^6.8.0",
23-
"@typescript-eslint/parser": "^6.8.0",
24-
"dayjs": "^1.11.7",
25-
"monaco-editor": "^0.34.1",
26-
"monaco-editor-webpack-plugin": "^7.0.1",
9+
"@emotion/react": "11.11.1",
10+
"@emotion/styled": "11.11.0",
11+
"@mui/icons-material": "5.11.0",
12+
"@mui/lab": "5.0.0-alpha.114",
13+
"@mui/material": "5.11.2",
14+
"@mui/system": "5.11.2",
15+
"@mui/x-charts": "7.3.2",
16+
"@mui/x-date-pickers": "5.0.12",
17+
"@types/jest": "29.5.6",
18+
"@types/node": "20.8.7",
19+
"@types/react": "17.0.65",
20+
"@types/react-dom": "17.0.18",
21+
"@types/swagger-ui-react": "4.18.2",
22+
"@typescript-eslint/eslint-plugin": "6.8.0",
23+
"@typescript-eslint/parser": "6.8.0",
24+
"dayjs": "1.11.7",
25+
"monaco-editor": "0.34.1",
26+
"monaco-editor-webpack-plugin": "7.1.0",
2727
"prettier": "2.8.1",
28-
"react": "^17.0.2",
29-
"react-app-rewired": "^2.2.1",
30-
"react-dom": "^17.0.2",
31-
"react-monaco-editor": "^0.50.1",
32-
"react-number-format": "^4.9.3",
33-
"react-router-dom": "6",
34-
"react-scripts": "~5.0.1",
35-
"styled-components": "^5.3.6",
36-
"styled-icons": "^10.47.0",
37-
"swagger-ui-react": "^5.9.0",
38-
"typescript": "^4.4.2",
39-
"web-vitals": "^2.1.0"
28+
"react": "17.0.2",
29+
"react-app-rewired": "2.2.1",
30+
"react-dom": "17.0.2",
31+
"react-monaco-editor": "0.50.1",
32+
"react-number-format": "4.9.4",
33+
"react-router-dom": "6.6.1",
34+
"react-scripts": "5.0.1",
35+
"styled-components": "5.3.6",
36+
"styled-icons": "10.47.0",
37+
"swagger-ui-react": "5.9.0",
38+
"typescript": "4.9.5",
39+
"web-vitals": "2.1.4"
4040
},
4141
"resolutions": {
42-
"@types/react": "17.0.20",
43-
"@types/react-dom": "17.0.9"
42+
"@types/react": "17.0.65",
43+
"@types/react-dom": "17.0.18"
4444
},
4545
"scripts": {
4646
"start": "react-app-rewired start",
@@ -70,12 +70,12 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@testing-library/jest-dom": "^6.1.4",
74-
"@testing-library/react": "^12.0.0",
75-
"@testing-library/user-event": "^14.5.1",
73+
"@testing-library/jest-dom": "6.1.4",
74+
"@testing-library/react": "12.1.5",
75+
"@testing-library/user-event": "14.5.1",
7676
"cypress": "13.3.2",
77-
"jest": "^29.7.0",
78-
"ts-jest": "^29.1.1"
77+
"jest": "29.7.0",
78+
"ts-jest": "29.1.1"
7979
},
8080
"jest": {
8181
"moduleNameMapper": {

0 commit comments

Comments
 (0)