|
3 | 3 | "description": "build web extension bundle.js",
|
4 | 4 | "scripts": {
|
5 | 5 | "build": "NODE_OPTIONS=--openssl-legacy-provider webpack --mode production",
|
6 |
| - "dev": "set NODE_OPTIONS=--openssl-legacy-provider&& webpack --mode development --watch", |
| 6 | + "dev": " webpack --mode development --watch", |
7 | 7 | "buildlegacy": "webpack --mode production",
|
8 | 8 | "devlegacy": "webpack --mode development --watch",
|
9 | 9 | "test": "jest --verbose --coverage",
|
|
125 | 125 | "@babel/preset-react": "^7.12.7",
|
126 | 126 | "@babel/preset-typescript": "^7.21.5",
|
127 | 127 | "@inrupt/jest-jsdom-polyfills": "^1.6.2",
|
128 |
| - "@testing-library/jest-dom": "^4.2.4", |
| 128 | + "@testing-library/jest-dom": "^5.16.0", |
129 | 129 | "@testing-library/react": "^13.4.0",
|
130 | 130 | "@testing-library/user-event": "^14.4.3",
|
131 | 131 | "@types/chai": "^4.2.14",
|
|
135 | 135 | "@types/jest": "^29.5.0",
|
136 | 136 | "@types/lodash.isequal": "^4.5.5",
|
137 | 137 | "@types/node": "^14.0.0",
|
138 |
| - "@types/react": "^17.0.43", |
| 138 | + "@types/react": "^18.2.0", |
139 | 139 | "@types/react-router": "^5.1.20",
|
140 |
| - "@typescript-eslint/eslint-plugin": "^3.6.1", |
141 |
| - "@typescript-eslint/parser": "^3.6.1", |
| 140 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 141 | + "@typescript-eslint/parser": "^6.0.0", |
142 | 142 | "babel-loader": "^8.1.0",
|
143 | 143 | "babel-preset-airbnb": "^5.0.0",
|
144 | 144 | "core-js": "^3.6.5",
|
145 | 145 | "css-loader": "^3.6.0",
|
146 |
| - "enzyme": "^3.11.0", |
147 |
| - "enzyme-adapter-react-16": "^1.15.6", |
148 |
| - "eslint": "^8.36.0", |
149 |
| - "eslint-config-airbnb": "^18.2.0", |
150 |
| - "eslint-plugin-import": "^2.22.0", |
151 |
| - "eslint-plugin-jest": "^22.21.0", |
152 |
| - "eslint-plugin-jest-dom": "^4.0.3", |
153 |
| - "eslint-plugin-jsx-a11y": "^6.3.1", |
154 |
| - "eslint-plugin-react": "^7.20.3", |
155 |
| - "eslint-plugin-react-hooks": "^1.7.0", |
156 |
| - "eslint-plugin-testing-library": "^5.10.3", |
157 |
| - "express": "^4.17.1", |
| 146 | + "eslint": "^8.55.0", |
| 147 | + "eslint-config-airbnb": "^19.0.4", |
| 148 | + "eslint-plugin-import": "^2.29.1", |
| 149 | + "eslint-plugin-jest": "^27.0.0", |
| 150 | + "eslint-plugin-jest-dom": "^5.0.0", |
| 151 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 152 | + "eslint-plugin-react": "^7.33.2", |
| 153 | + "eslint-plugin-react-hooks": "^4.4.0", |
| 154 | + "eslint-plugin-testing-library": "^6.2.0", |
| 155 | + "express": "^4.18.2", |
158 | 156 | "jest": "^29.5.0",
|
159 | 157 | "jest-cli": "^26.1.0",
|
160 | 158 | "jest-diff": "^26.1.0",
|
|
164 | 162 | "prettier": "2.8.4",
|
165 | 163 | "puppeteer": "^14.3.0",
|
166 | 164 | "react-devtools-core": "^4.27.3",
|
167 |
| - "sass": "^1.26.10", |
168 |
| - "sass-loader": "^7.3.1", |
| 165 | + "sass": "^1.69.5", |
| 166 | + "sass-loader": "^10.5.0", |
169 | 167 | "sinon-chrome": "^3.0.1",
|
170 | 168 | "style-loader": "^0.23.1",
|
171 | 169 | "ts-jest": "^29.0.5",
|
|
174 | 172 | "typedoc": "^0.5.0",
|
175 | 173 | "typedoc-webpack-plugin": "^1.1.4",
|
176 | 174 | "typescript": "^4.9.0",
|
177 |
| - "webpack": "^4.43.0", |
178 |
| - "webpack-chrome-extension-reloader": "^1.3.0", |
179 |
| - "webpack-cli": "^3.3.12" |
| 175 | + "webpack": "^5.89.0", |
| 176 | + "webpack-cli": "^5.1.4" |
180 | 177 | },
|
181 | 178 | "dependencies": {
|
182 | 179 | "@emotion/react": "^11.11.1",
|
183 | 180 | "@emotion/styled": "^11.11.0",
|
184 | 181 | "@mui/icons-material": "^5.14.1",
|
185 | 182 | "@mui/material": "^5.14.12",
|
186 | 183 | "@mui/system": "^5.14.12",
|
187 |
| - "@reduxjs/toolkit": "^1.9.6", |
188 |
| - "@types/react-dom": "^17.0.14", |
| 184 | + "@reduxjs/toolkit": "^2.0.1", |
| 185 | + "@types/react-dom": "^18.2.0", |
189 | 186 | "@types/react-router-dom": "^5.3.3",
|
190 |
| - "@visx/axis": "^1.0.0", |
191 |
| - "@visx/brush": "^1.2.0", |
192 |
| - "@visx/clip-path": "^1.0.0", |
193 |
| - "@visx/event": "^1.0.0", |
194 |
| - "@visx/glyph": "^1.0.0", |
195 |
| - "@visx/gradient": "^1.0.0", |
196 |
| - "@visx/grid": "^1.0.0", |
197 |
| - "@visx/group": "^3.0.0", |
198 |
| - "@visx/hierarchy": "^1.0.0", |
199 |
| - "@visx/legend": "^1.0.0", |
200 |
| - "@visx/responsive": "^1.0.0", |
201 |
| - "@visx/scale": "^1.0.0", |
202 |
| - "@visx/shape": "^3.0.0", |
203 |
| - "@visx/text": "^3.0.0", |
204 |
| - "@visx/tooltip": "^1.0.0", |
205 |
| - "@visx/zoom": "^1.0.0", |
| 187 | + "@visx/axis": "^3.5.0", |
| 188 | + "@visx/brush": "^3.6.0", |
| 189 | + "@visx/clip-path": "^3.3.0", |
| 190 | + "@visx/event": "^3.3.0", |
| 191 | + "@visx/glyph": "^3.3.0", |
| 192 | + "@visx/gradient": "^3.3.0", |
| 193 | + "@visx/grid": "^3.5.0", |
| 194 | + "@visx/group": "^3.3.0", |
| 195 | + "@visx/hierarchy": "^3.3.0", |
| 196 | + "@visx/legend": "^3.5.0", |
| 197 | + "@visx/responsive": "^3.3.0", |
| 198 | + "@visx/scale": "^3.5.0", |
| 199 | + "@visx/shape": "^3.5.0", |
| 200 | + "@visx/text": "^3.3.0", |
| 201 | + "@visx/tooltip": "^3.3.0", |
| 202 | + "@visx/zoom": "^3.3.0", |
206 | 203 | "acorn": "^7.3.1",
|
207 | 204 | "acorn-jsx": "^5.2.0",
|
208 |
| - "apexcharts": "^3.23.1", |
| 205 | + "apexcharts": "^3.44.2", |
209 | 206 | "d3": "^7.6.1",
|
210 | 207 | "d3-scale-chromatic": "^3.0.0",
|
211 | 208 | "d3-shape": "^2.0.0",
|
|
219 | 216 | "prop-types": "^15.7.2",
|
220 | 217 | "rc-slider": "^8.7.1",
|
221 | 218 | "rc-tooltip": "^3.7.3",
|
222 |
| - "react": "^18.0.0", |
223 |
| - "react-apexcharts": "^1.3.7", |
| 219 | + "react": "^18.2.0", |
| 220 | + "react-apexcharts": "^1.4.1", |
224 | 221 | "react-dom": "^18.2.0",
|
225 |
| - "react-hover": "^2.0.0", |
226 |
| - "react-html-parser": "^2.0.2", |
227 |
| - "react-json-tree": "^0.11.2", |
228 |
| - "react-redux": "^8.1.3", |
229 |
| - "react-router-dom": "^5.2.0", |
230 |
| - "react-select": "^3.2.0", |
231 |
| - "react-spinners": "^0.11.0", |
232 |
| - "redux": "^4.2.1", |
| 222 | + "react-hover": "^3.0.1", |
| 223 | + "html-react-parser": "^5.0.7", |
| 224 | + "react-json-tree": "^0.18.0", |
| 225 | + "react-redux": "^9.0.4", |
| 226 | + "react-router-dom": "^6.21.0", |
| 227 | + "react-select": "^5.8.0", |
| 228 | + "react-spinners": "^0.13.8", |
| 229 | + "redux": "^5.0.0", |
233 | 230 | "redux-mock-store": "^1.5.4",
|
234 | 231 | "styled-components": "^6.0.4",
|
235 | 232 | "util": "^0.12.4",
|
|
0 commit comments