Skip to content

Commit 330313e

Browse files
chore(deps): bump react and @types/react (#1369)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aviv <avivabachi@gmail.com>
1 parent b94a0bb commit 330313e

File tree

3 files changed

+51
-44
lines changed

3 files changed

+51
-44
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"leaflet.markercluster": "^1.5.3",
3030
"lodash.debounce": "^4.0.8",
3131
"lodash.uniqby": "^4.7.0",
32-
"react": "^19.1.0",
33-
"react-dom": "^19.1.1",
32+
"react": "^19.2.0",
33+
"react-dom": "^19.2.0",
3434
"react-ga4": "^2.1.0",
3535
"react-i18next": "^16.3.5",
3636
"react-leaflet": "^5.0.0",
@@ -101,8 +101,8 @@
101101
"@types/lodash.debounce": "^4.0.9",
102102
"@types/lodash.uniqby": "^4.7.9",
103103
"@types/node": "^24.2.0",
104-
"@types/react": "^19.1.15",
105-
"@types/react-dom": "^19.1.7",
104+
"@types/react": "^19.2.7",
105+
"@types/react-dom": "^19.2.3",
106106
"@types/styled-components": "^5.1.35",
107107
"@types/underscore.string": "^0.0.41",
108108
"@typescript-eslint/eslint-plugin": "^8.37.0",

public/mockServiceWorker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.11.2'
10+
const PACKAGE_VERSION = '2.12.3'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()
@@ -205,6 +205,7 @@ async function resolveMainClient(event) {
205205
* @param {FetchEvent} event
206206
* @param {Client | undefined} client
207207
* @param {string} requestId
208+
* @param {number} requestInterceptedAt
208209
* @returns {Promise<Response>}
209210
*/
210211
async function getResponse(event, client, requestId, requestInterceptedAt) {

0 commit comments

Comments
 (0)