Skip to content

Commit 12d8aa6

Browse files
committed
Update peer dependency for react18.
1 parent d5b886b commit 12d8aa6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"@types/lodash.isequal": "^4.5.5",
115115
"@types/node": "^12.19.6",
116116
"@types/react": "^17.0.43",
117+
"@types/react-router": "^5.1.20",
117118
"@typescript-eslint/eslint-plugin": "^3.6.1",
118119
"@typescript-eslint/parser": "^3.6.1",
119120
"babel-loader": "^8.1.0",
@@ -122,18 +123,18 @@
122123
"css-loader": "^3.6.0",
123124
"enzyme": "^3.11.0",
124125
"enzyme-adapter-react-16": "^1.15.6",
125-
"eslint": "^6.8.0",
126+
"eslint": "^8.36.0",
126127
"eslint-config-airbnb": "^18.2.0",
127128
"eslint-plugin-import": "^2.22.0",
128129
"eslint-plugin-jest": "^22.21.0",
129130
"eslint-plugin-jsx-a11y": "^6.3.1",
130131
"eslint-plugin-react": "^7.20.3",
131132
"eslint-plugin-react-hooks": "^1.7.0",
132133
"express": "^4.17.1",
133-
"jest": "^26.1.0",
134+
"jest": "^29.5.0",
134135
"jest-cli": "^26.1.0",
135136
"jest-diff": "^26.1.0",
136-
"jest-runner-eslint": "^0.7.7",
137+
"jest-runner-eslint": "^2.0.0",
137138
"jscharting-react": "^1.2.1",
138139
"prettier": "2.8.4",
139140
"puppeteer": "^14.3.0",
@@ -144,9 +145,9 @@
144145
"ts-jest": "^26.1.2",
145146
"ts-loader": "^7.0.5",
146147
"ts-node": "^9.1.1",
147-
"typedoc": "^0.17.8",
148+
"typedoc": "^0.5.0",
148149
"typedoc-webpack-plugin": "^1.1.4",
149-
"typescript": "^3.9.6",
150+
"typescript": "^5.0.2",
150151
"webpack": "^4.43.0",
151152
"webpack-chrome-extension-reloader": "^1.3.0",
152153
"webpack-cli": "^3.3.12"
@@ -159,8 +160,7 @@
159160
"@fortawesome/free-regular-svg-icons": "^5.15.1",
160161
"@fortawesome/free-solid-svg-icons": "^5.15.1",
161162
"@fortawesome/react-fontawesome": "^0.1.12",
162-
"@material-ui/core": "^4.11.2",
163-
"@mui/material": "^5.8.2",
163+
"@material-ui/core": "^4.12.4",
164164
"@types/react-dom": "^17.0.14",
165165
"@types/react-router-dom": "^5.3.3",
166166
"@visx/axis": "^1.0.0",
@@ -170,13 +170,13 @@
170170
"@visx/glyph": "^1.0.0",
171171
"@visx/gradient": "^1.0.0",
172172
"@visx/grid": "^1.0.0",
173-
"@visx/group": "^1.0.0",
173+
"@visx/group": "^3.0.0",
174174
"@visx/hierarchy": "^1.0.0",
175175
"@visx/legend": "^1.0.0",
176176
"@visx/responsive": "^1.0.0",
177177
"@visx/scale": "^1.0.0",
178-
"@visx/shape": "^1.0.0",
179-
"@visx/text": "^1.0.0",
178+
"@visx/shape": "^3.0.0",
179+
"@visx/text": "^3.0.0",
180180
"@visx/tooltip": "^1.0.0",
181181
"@visx/zoom": "^1.0.0",
182182
"acorn": "^7.3.1",
@@ -197,9 +197,9 @@
197197
"prop-types": "^15.7.2",
198198
"rc-slider": "^8.7.1",
199199
"rc-tooltip": "^3.7.3",
200-
"react": "^16.14.0",
200+
"react": "^18.0.0",
201201
"react-apexcharts": "^1.3.7",
202-
"react-dom": "^16.13.1",
202+
"react-dom": "^18.2.0",
203203
"react-hover": "^2.0.0",
204204
"react-html-parser": "^2.0.2",
205205
"react-json-tree": "^0.11.2",

0 commit comments

Comments
 (0)