|
85 | 85 | "@babel/plugin-transform-react-constant-elements": "^7.25.9",
|
86 | 86 | "@babel/plugin-transform-react-inline-elements": "^7.25.9",
|
87 | 87 | "@babel/plugin-transform-runtime": "^7.26.10",
|
88 |
| - "@babel/plugin-transform-typescript": "^7.26.8", |
| 88 | + "@babel/plugin-transform-typescript": "^7.27.0", |
89 | 89 | "@babel/preset-env": "^7.26.9",
|
90 | 90 | "@babel/preset-react": "^7.26.3",
|
91 |
| - "@babel/preset-typescript": "^7.26.0", |
| 91 | + "@babel/preset-typescript": "^7.27.0", |
92 | 92 | "@babel/register": "^7.25.9",
|
93 |
| - "@eslint-react/eslint-plugin": "^1.34.1", |
| 93 | + "@eslint-react/eslint-plugin": "^1.37.3", |
94 | 94 | "@eslint/compat": "^1.2.7",
|
95 | 95 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
96 | 96 | "@testing-library/react": "^16.2.0",
|
|
101 | 101 | "@types/node": "22.0.2",
|
102 | 102 | "@types/papaparse": "^5.3.15",
|
103 | 103 | "@types/prop-types": "^15.7.14",
|
104 |
| - "@types/react": "19.0.10", |
| 104 | + "@types/react": "19.0.12", |
105 | 105 | "@types/react-beautiful-dnd": "^13.1.8",
|
106 | 106 | "@types/react-dnd-multi-backend": "^6.0.6",
|
107 | 107 | "@types/react-dom": "^19.0.4",
|
|
110 | 110 | "@types/webpack": "^5.28.5",
|
111 | 111 | "@types/webpack-env": "^1.18.8",
|
112 | 112 | "@types/webpack-stats-plugin": "^0.3.5",
|
113 |
| - "@typescript-eslint/eslint-plugin": "^8.26.1", |
114 |
| - "@typescript-eslint/parser": "^8.26.1", |
| 113 | + "@typescript-eslint/eslint-plugin": "^8.28.0", |
| 114 | + "@typescript-eslint/parser": "^8.28.0", |
115 | 115 | "autoprefixer": "^10.4.21",
|
116 | 116 | "babel-jest": "^29.7.0",
|
117 | 117 | "babel-loader": "^10.0.0",
|
|
133 | 133 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
134 | 134 | "eslint-plugin-react": "^7.37.4",
|
135 | 135 | "eslint-plugin-react-hooks": "^5.2.0",
|
136 |
| - "eslint-plugin-react-redux": "^4.2.1", |
| 136 | + "eslint-plugin-react-redux": "^4.2.2", |
137 | 137 | "eslint-plugin-regexp": "^2.7.0",
|
138 | 138 | "eslint-plugin-sonarjs": "^1.0.4",
|
139 | 139 | "fontawesome-subset": "^4.5.0",
|
|
165 | 165 | "prettier": "^3.5.3",
|
166 | 166 | "prettier-plugin-organize-imports": "^4.1.0",
|
167 | 167 | "react-refresh": "^0.16.0",
|
168 |
| - "sass": "^1.85.1", |
| 168 | + "sass": "^1.86.0", |
169 | 169 | "sass-loader": "^16.0.5",
|
170 | 170 | "sonda": "^0.7.1",
|
171 | 171 | "source-map-loader": "^5.0.0",
|
|
177 | 177 | "svgo": "^3.3.2",
|
178 | 178 | "svgo-loader": "^4.0.0",
|
179 | 179 | "terser-webpack-plugin": "^5.3.14",
|
180 |
| - "ts-jest": "^29.2.6", |
| 180 | + "ts-jest": "^29.3.0", |
181 | 181 | "ts-loader": "^9.5.2",
|
182 | 182 | "ts-unused-exports": "^11.0.1",
|
183 | 183 | "tsconfig-paths-webpack-plugin": "^4.2.0",
|
184 | 184 | "typescript": "^5.8.2",
|
185 |
| - "typescript-eslint": "^8.26.1", |
| 185 | + "typescript-eslint": "^8.28.0", |
186 | 186 | "webpack": "^5.98.0",
|
187 | 187 | "webpack-cli": "^6.0.1",
|
188 | 188 | "webpack-dev-server": "^5.2.0",
|
|
191 | 191 | "workbox-webpack-plugin": "7.3.0"
|
192 | 192 | },
|
193 | 193 | "dependencies": {
|
194 |
| - "@babel/runtime": "^7.26.10", |
| 194 | + "@babel/runtime": "^7.27.0", |
195 | 195 | "@beyond-js/md5": "^0.0.1",
|
196 | 196 | "@destinyitemmanager/dim-api-types": "^1.35.0",
|
197 | 197 | "@fortawesome/fontawesome-free": "^5.15.4",
|
|
200 | 200 | "@hello-pangea/dnd": "^18.0.1",
|
201 | 201 | "@popperjs/core": "^2.11.8",
|
202 | 202 | "@react-hook/resize-observer": "^2.0.2",
|
203 |
| - "@sentry/browser": "^9.6.0", |
204 |
| - "@sentry/react": "^9.6.0", |
205 |
| - "@sentry/types": "^9.6.0", |
206 |
| - "@tanstack/react-virtual": "^3.13.4", |
| 203 | + "@sentry/browser": "^9.9.0", |
| 204 | + "@sentry/react": "^9.9.0", |
| 205 | + "@sentry/types": "^9.9.0", |
| 206 | + "@tanstack/react-virtual": "^3.13.5", |
207 | 207 | "@textcomplete/core": "^0.1.13",
|
208 | 208 | "@textcomplete/textarea": "^0.1.13",
|
209 | 209 | "@textcomplete/utils": "^0.1.13",
|
210 | 210 | "bungie-api-ts": "^5.2.0",
|
211 |
| - "caniuse-lite": "^1.0.30001705", |
| 211 | + "caniuse-lite": "^1.0.30001707", |
212 | 212 | "clsx": "^2.1.1",
|
213 | 213 | "comlink": "^4.4.2",
|
214 | 214 | "core-js": "^3.41.0",
|
|
231 | 231 | "react-dom": "^19.0.0",
|
232 | 232 | "react-dropzone": "^14.3.8",
|
233 | 233 | "react-redux": "^9.2.0",
|
234 |
| - "react-router": "^7.3.0", |
| 234 | + "react-router": "^7.4.0", |
235 | 235 | "react-textarea-autosize": "^8.5.8",
|
236 | 236 | "redux": "^5.0.1",
|
237 | 237 | "redux-thunk": "^3.1.0",
|
|
0 commit comments