aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-06-29 12:37:54 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-06-29 13:06:10 +0530
commitb7470155724c6fe02b1b546e41a94114b14bc08c (patch)
tree5b1f7ea6dab2eead81aacefbbea93f1b55cbf624
parentReset version to '6.7.6-nightly.0' [skip ci] (diff)
downloadferdium-app-b7470155724c6fe02b1b546e41a94114b14bc08c.tar.gz
ferdium-app-b7470155724c6fe02b1b546e41a94114b14bc08c.tar.zst
ferdium-app-b7470155724c6fe02b1b546e41a94114b14bc08c.zip
Upgrade node, pnpm and deps
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile2
-rw-r--r--package.json22
-rw-r--r--pnpm-lock.yaml224
m---------recipes0
6 files changed, 127 insertions, 127 deletions
diff --git a/.nvmrc b/.nvmrc
index 48b14e6b2..907565957 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
20.14.0 20.15.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7e0a98c45..410ac752e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,8 +62,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
64{ 64{
65 "node": "20.14.0", 65 "node": "20.15.0",
66 "pnpm": "9.1.4" 66 "pnpm": "9.4.0"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index 672d560e1..fe472fbaf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture 1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture
2 2
3FROM docker.io/library/node:20.14.0-buster AS builder 3FROM docker.io/library/node:20.15.0-buster AS builder
4 4
5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" 5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share"
6 6
diff --git a/package.json b/package.json
index 733fec8ff..52ddaaee1 100644
--- a/package.json
+++ b/package.json
@@ -13,15 +13,15 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "20.14.0", 16 "node": "20.15.0",
17 "pnpm": "9.1.4" 17 "pnpm": "9.4.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.14.0", 21 "node": "20.15.0",
22 "pnpm": "9.1.4" 22 "pnpm": "9.4.0"
23 }, 23 },
24 "packageManager": "pnpm@9.1.4", 24 "packageManager": "pnpm@9.4.0",
25 "scripts": { 25 "scripts": {
26 "prepare": "is-ci || husky", 26 "prepare": "is-ci || husky",
27 "start": "electron ./build", 27 "start": "electron ./build",
@@ -65,8 +65,8 @@
65 "@emotion/styled": "11.11.5", 65 "@emotion/styled": "11.11.5",
66 "@mdi/js": "7.4.47", 66 "@mdi/js": "7.4.47",
67 "@mdi/react": "1.6.1", 67 "@mdi/react": "1.6.1",
68 "@mui/icons-material": "5.15.20", 68 "@mui/icons-material": "5.15.21",
69 "@mui/material": "5.15.20", 69 "@mui/material": "5.15.21",
70 "@octokit/core": "5.1.0", 70 "@octokit/core": "5.1.0",
71 "@sentry/electron": "4.14.0", 71 "@sentry/electron": "4.14.0",
72 "@superwf/mobx-react-router": "7.4.0", 72 "@superwf/mobx-react-router": "7.4.0",
@@ -75,7 +75,7 @@
75 "classnames": "2.5.1", 75 "classnames": "2.5.1",
76 "color": "4.2.3", 76 "color": "4.2.3",
77 "csstype": "3.1.3", 77 "csstype": "3.1.3",
78 "darkreader": "4.9.86", 78 "darkreader": "4.9.87",
79 "dbus-next": "0.10.2", 79 "dbus-next": "0.10.2",
80 "debug": "4.3.5", 80 "debug": "4.3.5",
81 "electron-dl": "3.5.2", 81 "electron-dl": "3.5.2",
@@ -116,7 +116,7 @@
116 "react-jss": "10.10.0", 116 "react-jss": "10.10.0",
117 "react-loader-spinner": "5.4.5", 117 "react-loader-spinner": "5.4.5",
118 "react-modal": "3.16.1", 118 "react-modal": "3.16.1",
119 "react-router-dom": "6.23.1", 119 "react-router-dom": "6.24.0",
120 "react-sortable-hoc": "2.0.0", 120 "react-sortable-hoc": "2.0.0",
121 "react-tooltip": "5.27.0", 121 "react-tooltip": "5.27.0",
122 "react-topbar-progress-indicator": "4.1.1", 122 "react-topbar-progress-indicator": "4.1.1",
@@ -143,10 +143,10 @@
143 "@types/color": "3.0.6", 143 "@types/color": "3.0.6",
144 "@types/fs-extra": "11.0.4", 144 "@types/fs-extra": "11.0.4",
145 "@types/jest": "29.5.12", 145 "@types/jest": "29.5.12",
146 "@types/lodash": "4.17.5", 146 "@types/lodash": "4.17.6",
147 "@types/minimist": "1.2.5", 147 "@types/minimist": "1.2.5",
148 "@types/ms": "0.7.34", 148 "@types/ms": "0.7.34",
149 "@types/node": "20.14.8", 149 "@types/node": "20.14.9",
150 "@types/prop-types": "15.7.12", 150 "@types/prop-types": "15.7.12",
151 "@types/react": "18.3.3", 151 "@types/react": "18.3.3",
152 "@types/react-color": "3.0.12", 152 "@types/react-color": "3.0.12",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 67f813825..fe747a2d5 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -57,11 +57,11 @@ importers:
57 specifier: 1.6.1 57 specifier: 1.6.1
58 version: 1.6.1 58 version: 1.6.1
59 '@mui/icons-material': 59 '@mui/icons-material':
60 specifier: 5.15.20 60 specifier: 5.15.21
61 version: 5.15.20(@mui/material@5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) 61 version: 5.15.21(@mui/material@5.15.21(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)
62 '@mui/material': 62 '@mui/material':
63 specifier: 5.15.20 63 specifier: 5.15.21
64 version: 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 64 version: 5.15.21(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
65 '@octokit/core': 65 '@octokit/core':
66 specifier: 5.1.0 66 specifier: 5.1.0
67 version: 5.1.0 67 version: 5.1.0
@@ -87,8 +87,8 @@ importers:
87 specifier: 3.1.3 87 specifier: 3.1.3
88 version: 3.1.3 88 version: 3.1.3
89 darkreader: 89 darkreader:
90 specifier: 4.9.86 90 specifier: 4.9.87
91 version: 4.9.86 91 version: 4.9.87
92 dbus-next: 92 dbus-next:
93 specifier: 0.10.2 93 specifier: 0.10.2
94 version: 0.10.2 94 version: 0.10.2
@@ -210,8 +210,8 @@ importers:
210 specifier: 3.16.1 210 specifier: 3.16.1
211 version: 3.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 211 version: 3.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
212 react-router-dom: 212 react-router-dom:
213 specifier: 6.23.1 213 specifier: 6.24.0
214 version: 6.23.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 214 version: 6.24.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
215 react-sortable-hoc: 215 react-sortable-hoc:
216 specifier: 2.0.0 216 specifier: 2.0.0
217 version: 2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 217 version: 2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -264,7 +264,7 @@ importers:
264 version: 1.6.1 264 version: 1.6.1
265 '@commitlint/cli': 265 '@commitlint/cli':
266 specifier: 19.3.0 266 specifier: 19.3.0
267 version: 19.3.0(@types/node@20.14.8)(typescript@5.4.5) 267 version: 19.3.0(@types/node@20.14.9)(typescript@5.4.5)
268 '@commitlint/config-conventional': 268 '@commitlint/config-conventional':
269 specifier: 19.2.2 269 specifier: 19.2.2
270 version: 19.2.2 270 version: 19.2.2
@@ -293,8 +293,8 @@ importers:
293 specifier: 29.5.12 293 specifier: 29.5.12
294 version: 29.5.12 294 version: 29.5.12
295 '@types/lodash': 295 '@types/lodash':
296 specifier: 4.17.5 296 specifier: 4.17.6
297 version: 4.17.5 297 version: 4.17.6
298 '@types/minimist': 298 '@types/minimist':
299 specifier: 1.2.5 299 specifier: 1.2.5
300 version: 1.2.5 300 version: 1.2.5
@@ -302,8 +302,8 @@ importers:
302 specifier: 0.7.34 302 specifier: 0.7.34
303 version: 0.7.34 303 version: 0.7.34
304 '@types/node': 304 '@types/node':
305 specifier: 20.14.8 305 specifier: 20.14.9
306 version: 20.14.8 306 version: 20.14.9
307 '@types/prop-types': 307 '@types/prop-types':
308 specifier: 15.7.12 308 specifier: 15.7.12
309 version: 15.7.12 309 version: 15.7.12
@@ -387,7 +387,7 @@ importers:
387 version: 2.29.1(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) 387 version: 2.29.1(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)
388 eslint-plugin-jest: 388 eslint-plugin-jest:
389 specifier: 27.9.0 389 specifier: 27.9.0
390 version: 27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)))(typescript@5.4.5) 390 version: 27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)))(typescript@5.4.5)
391 eslint-plugin-jsx-a11y: 391 eslint-plugin-jsx-a11y:
392 specifier: 6.8.0 392 specifier: 6.8.0
393 version: 6.8.0(eslint@8.57.0) 393 version: 6.8.0(eslint@8.57.0)
@@ -417,7 +417,7 @@ importers:
417 version: 3.0.1 417 version: 3.0.1
418 jest: 418 jest:
419 specifier: 29.7.0 419 specifier: 29.7.0
420 version: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 420 version: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
421 prettier: 421 prettier:
422 specifier: 3.3.2 422 specifier: 3.3.2
423 version: 3.3.2 423 version: 3.3.2
@@ -435,7 +435,7 @@ importers:
435 version: 0.2.9 435 version: 0.2.9
436 ts-node: 436 ts-node:
437 specifier: 10.9.2 437 specifier: 10.9.2
438 version: 10.9.2(@types/node@20.14.8)(typescript@5.4.5) 438 version: 10.9.2(@types/node@20.14.9)(typescript@5.4.5)
439 typescript: 439 typescript:
440 specifier: 5.4.5 440 specifier: 5.4.5
441 version: 5.4.5 441 version: 5.4.5
@@ -1342,11 +1342,11 @@ packages:
1342 '@types/react': 1342 '@types/react':
1343 optional: true 1343 optional: true
1344 1344
1345 '@mui/core-downloads-tracker@5.15.20': 1345 '@mui/core-downloads-tracker@5.15.21':
1346 resolution: {integrity: sha512-DoL2ppgldL16utL8nNyj/P12f8mCNdx/Hb/AJnX9rLY4b52hCMIx1kH83pbXQ6uMy6n54M3StmEbvSGoj2OFuA==} 1346 resolution: {integrity: sha512-dp9lXBaJZzJYeJfQY3Ow4Rb49QaCEdkl2KKYscdQHQm6bMJ+l4XPY3Cd9PCeeJTsHPIDJ60lzXbeRgs6sx/rpw==}
1347 1347
1348 '@mui/icons-material@5.15.20': 1348 '@mui/icons-material@5.15.21':
1349 resolution: {integrity: sha512-oGcKmCuHaYbAAoLN67WKSXtHmEgyWcJToT1uRtmPyxMj9N5uqwc/mRtEnst4Wj/eGr+zYH2FiZQ79v9k7kSk1Q==} 1349 resolution: {integrity: sha512-yqkq1MbdkmX5ZHyvZTBuAaA6RkvoqkoAgwBSx9Oh0L0jAfj9T/Ih/NhMNjkl8PWVSonjfDUkKroBnjRyo/1M9Q==}
1350 engines: {node: '>=12.0.0'} 1350 engines: {node: '>=12.0.0'}
1351 peerDependencies: 1351 peerDependencies:
1352 '@mui/material': ^5.0.0 1352 '@mui/material': ^5.0.0
@@ -1356,8 +1356,8 @@ packages:
1356 '@types/react': 1356 '@types/react':
1357 optional: true 1357 optional: true
1358 1358
1359 '@mui/material@5.15.20': 1359 '@mui/material@5.15.21':
1360 resolution: {integrity: sha512-tVq3l4qoXx/NxUgIx/x3lZiPn/5xDbdTE8VrLczNpfblLYZzlrbxA7kb9mI8NoBF6+w9WE9IrxWnKK5KlPI2bg==} 1360 resolution: {integrity: sha512-nTyCcgduKwHqiuQ/B03EQUa+utSMzn2sQp0QAibsnYe4tvc3zkMbO0amKpl48vhABIY3IvT6w9615BFIgMt0YA==}
1361 engines: {node: '>=12.0.0'} 1361 engines: {node: '>=12.0.0'}
1362 peerDependencies: 1362 peerDependencies:
1363 '@emotion/react': ^11.5.0 1363 '@emotion/react': ^11.5.0
@@ -1506,8 +1506,8 @@ packages:
1506 '@popperjs/core@2.11.8': 1506 '@popperjs/core@2.11.8':
1507 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} 1507 resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==}
1508 1508
1509 '@remix-run/router@1.16.1': 1509 '@remix-run/router@1.17.0':
1510 resolution: {integrity: sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==} 1510 resolution: {integrity: sha512-2D6XaHEVvkCn682XBnipbJjgZUU7xjLtA4dGJRBVUKpEaDYOZMENZoZjAOSb7qirxt5RupjzZxz4fK2FO+EFPw==}
1511 engines: {node: '>=14.0.0'} 1511 engines: {node: '>=14.0.0'}
1512 1512
1513 '@sentry-internal/tracing@7.74.0': 1513 '@sentry-internal/tracing@7.74.0':
@@ -1675,8 +1675,8 @@ packages:
1675 '@types/keyv@3.1.4': 1675 '@types/keyv@3.1.4':
1676 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 1676 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
1677 1677
1678 '@types/lodash@4.17.5': 1678 '@types/lodash@4.17.6':
1679 resolution: {integrity: sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==} 1679 resolution: {integrity: sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==}
1680 1680
1681 '@types/minimist@1.2.5': 1681 '@types/minimist@1.2.5':
1682 resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} 1682 resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==}
@@ -1684,8 +1684,8 @@ packages:
1684 '@types/ms@0.7.34': 1684 '@types/ms@0.7.34':
1685 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} 1685 resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==}
1686 1686
1687 '@types/node@20.14.8': 1687 '@types/node@20.14.9':
1688 resolution: {integrity: sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==} 1688 resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==}
1689 1689
1690 '@types/normalize-package-data@2.4.4': 1690 '@types/normalize-package-data@2.4.4':
1691 resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} 1691 resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -2939,8 +2939,8 @@ packages:
2939 resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==} 2939 resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==}
2940 engines: {node: '>=12'} 2940 engines: {node: '>=12'}
2941 2941
2942 darkreader@4.9.86: 2942 darkreader@4.9.87:
2943 resolution: {integrity: sha512-PfenQKfv6gxGbknCNs7+ccGlP1HZy+8j3L0GVx3e0Pi0lxiZLZuNO1SVgKnBPZ4h3Lvr5nzgVkWw3E703/zZKQ==} 2943 resolution: {integrity: sha512-fPlKHpXqbtVTDD/rTtRxyr5OnGj2oLvIy6J2dhkN0cNPi9u27uz43UEx0VaHlO6+q9trIEbL41Bq309nR2yxkQ==}
2944 2944
2945 dashdash@1.14.1: 2945 dashdash@1.14.1:
2946 resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} 2946 resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==}
@@ -6208,15 +6208,15 @@ packages:
6208 react: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 6208 react: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18
6209 react-dom: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18 6209 react-dom: ^0.14.0 || ^15.0.0 || ^16 || ^17 || ^18
6210 6210
6211 react-router-dom@6.23.1: 6211 react-router-dom@6.24.0:
6212 resolution: {integrity: sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==} 6212 resolution: {integrity: sha512-960sKuau6/yEwS8e+NVEidYQb1hNjAYM327gjEyXlc6r3Skf2vtwuJ2l7lssdegD2YjoKG5l8MsVyeTDlVeY8g==}
6213 engines: {node: '>=14.0.0'} 6213 engines: {node: '>=14.0.0'}
6214 peerDependencies: 6214 peerDependencies:
6215 react: '>=16.8' 6215 react: '>=16.8'
6216 react-dom: '>=16.8' 6216 react-dom: '>=16.8'
6217 6217
6218 react-router@6.23.1: 6218 react-router@6.24.0:
6219 resolution: {integrity: sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==} 6219 resolution: {integrity: sha512-sQrgJ5bXk7vbcC4BxQxeNa5UmboFm35we1AFK0VvQaz9g0LzxEIuLOhHIoZ8rnu9BO21ishGeL9no1WB76W/eg==}
6220 engines: {node: '>=14.0.0'} 6220 engines: {node: '>=14.0.0'}
6221 peerDependencies: 6221 peerDependencies:
6222 react: '>=16.8' 6222 react: '>=16.8'
@@ -8017,11 +8017,11 @@ snapshots:
8017 8017
8018 '@colors/colors@1.5.0': {} 8018 '@colors/colors@1.5.0': {}
8019 8019
8020 '@commitlint/cli@19.3.0(@types/node@20.14.8)(typescript@5.4.5)': 8020 '@commitlint/cli@19.3.0(@types/node@20.14.9)(typescript@5.4.5)':
8021 dependencies: 8021 dependencies:
8022 '@commitlint/format': 19.3.0 8022 '@commitlint/format': 19.3.0
8023 '@commitlint/lint': 19.2.2 8023 '@commitlint/lint': 19.2.2
8024 '@commitlint/load': 19.2.0(@types/node@20.14.8)(typescript@5.4.5) 8024 '@commitlint/load': 19.2.0(@types/node@20.14.9)(typescript@5.4.5)
8025 '@commitlint/read': 19.2.1 8025 '@commitlint/read': 19.2.1
8026 '@commitlint/types': 19.0.3 8026 '@commitlint/types': 19.0.3
8027 execa: 8.0.1 8027 execa: 8.0.1
@@ -8068,7 +8068,7 @@ snapshots:
8068 '@commitlint/rules': 19.0.3 8068 '@commitlint/rules': 19.0.3
8069 '@commitlint/types': 19.0.3 8069 '@commitlint/types': 19.0.3
8070 8070
8071 '@commitlint/load@19.2.0(@types/node@20.14.8)(typescript@5.4.5)': 8071 '@commitlint/load@19.2.0(@types/node@20.14.9)(typescript@5.4.5)':
8072 dependencies: 8072 dependencies:
8073 '@commitlint/config-validator': 19.0.3 8073 '@commitlint/config-validator': 19.0.3
8074 '@commitlint/execute-rule': 19.0.0 8074 '@commitlint/execute-rule': 19.0.0
@@ -8076,7 +8076,7 @@ snapshots:
8076 '@commitlint/types': 19.0.3 8076 '@commitlint/types': 19.0.3
8077 chalk: 5.3.0 8077 chalk: 5.3.0
8078 cosmiconfig: 9.0.0(typescript@5.4.5) 8078 cosmiconfig: 9.0.0(typescript@5.4.5)
8079 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.8)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5) 8079 cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.9)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5)
8080 lodash.isplainobject: 4.0.6 8080 lodash.isplainobject: 4.0.6
8081 lodash.merge: 4.6.2 8081 lodash.merge: 4.6.2
8082 lodash.uniq: 4.5.0 8082 lodash.uniq: 4.5.0
@@ -8620,27 +8620,27 @@ snapshots:
8620 '@jest/console@29.7.0': 8620 '@jest/console@29.7.0':
8621 dependencies: 8621 dependencies:
8622 '@jest/types': 29.6.3 8622 '@jest/types': 29.6.3
8623 '@types/node': 20.14.8 8623 '@types/node': 20.14.9
8624 chalk: 4.1.2 8624 chalk: 4.1.2
8625 jest-message-util: 29.7.0 8625 jest-message-util: 29.7.0
8626 jest-util: 29.7.0 8626 jest-util: 29.7.0
8627 slash: 3.0.0 8627 slash: 3.0.0
8628 8628
8629 '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5))': 8629 '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))':
8630 dependencies: 8630 dependencies:
8631 '@jest/console': 29.7.0 8631 '@jest/console': 29.7.0
8632 '@jest/reporters': 29.7.0 8632 '@jest/reporters': 29.7.0
8633 '@jest/test-result': 29.7.0 8633 '@jest/test-result': 29.7.0
8634 '@jest/transform': 29.7.0 8634 '@jest/transform': 29.7.0
8635 '@jest/types': 29.6.3 8635 '@jest/types': 29.6.3
8636 '@types/node': 20.14.8 8636 '@types/node': 20.14.9
8637 ansi-escapes: 4.3.2 8637 ansi-escapes: 4.3.2
8638 chalk: 4.1.2 8638 chalk: 4.1.2
8639 ci-info: 3.8.0 8639 ci-info: 3.8.0
8640 exit: 0.1.2 8640 exit: 0.1.2
8641 graceful-fs: 4.2.11 8641 graceful-fs: 4.2.11
8642 jest-changed-files: 29.7.0 8642 jest-changed-files: 29.7.0
8643 jest-config: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 8643 jest-config: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
8644 jest-haste-map: 29.7.0 8644 jest-haste-map: 29.7.0
8645 jest-message-util: 29.7.0 8645 jest-message-util: 29.7.0
8646 jest-regex-util: 29.6.3 8646 jest-regex-util: 29.6.3
@@ -8665,7 +8665,7 @@ snapshots:
8665 dependencies: 8665 dependencies:
8666 '@jest/fake-timers': 29.7.0 8666 '@jest/fake-timers': 29.7.0
8667 '@jest/types': 29.6.3 8667 '@jest/types': 29.6.3
8668 '@types/node': 20.14.8 8668 '@types/node': 20.14.9
8669 jest-mock: 29.7.0 8669 jest-mock: 29.7.0
8670 8670
8671 '@jest/expect-utils@29.7.0': 8671 '@jest/expect-utils@29.7.0':
@@ -8683,7 +8683,7 @@ snapshots:
8683 dependencies: 8683 dependencies:
8684 '@jest/types': 29.6.3 8684 '@jest/types': 29.6.3
8685 '@sinonjs/fake-timers': 10.2.0 8685 '@sinonjs/fake-timers': 10.2.0
8686 '@types/node': 20.14.8 8686 '@types/node': 20.14.9
8687 jest-message-util: 29.7.0 8687 jest-message-util: 29.7.0
8688 jest-mock: 29.7.0 8688 jest-mock: 29.7.0
8689 jest-util: 29.7.0 8689 jest-util: 29.7.0
@@ -8705,7 +8705,7 @@ snapshots:
8705 '@jest/transform': 29.7.0 8705 '@jest/transform': 29.7.0
8706 '@jest/types': 29.6.3 8706 '@jest/types': 29.6.3
8707 '@jridgewell/trace-mapping': 0.3.20 8707 '@jridgewell/trace-mapping': 0.3.20
8708 '@types/node': 20.14.8 8708 '@types/node': 20.14.9
8709 chalk: 4.1.2 8709 chalk: 4.1.2
8710 collect-v8-coverage: 1.0.1 8710 collect-v8-coverage: 1.0.1
8711 exit: 0.1.2 8711 exit: 0.1.2
@@ -8775,7 +8775,7 @@ snapshots:
8775 '@jest/schemas': 29.6.3 8775 '@jest/schemas': 29.6.3
8776 '@types/istanbul-lib-coverage': 2.0.4 8776 '@types/istanbul-lib-coverage': 2.0.4
8777 '@types/istanbul-reports': 3.0.1 8777 '@types/istanbul-reports': 3.0.1
8778 '@types/node': 20.14.8 8778 '@types/node': 20.14.9
8779 '@types/yargs': 17.0.24 8779 '@types/yargs': 17.0.24
8780 chalk: 4.1.2 8780 chalk: 4.1.2
8781 8781
@@ -8857,21 +8857,21 @@ snapshots:
8857 optionalDependencies: 8857 optionalDependencies:
8858 '@types/react': 18.3.3 8858 '@types/react': 18.3.3
8859 8859
8860 '@mui/core-downloads-tracker@5.15.20': {} 8860 '@mui/core-downloads-tracker@5.15.21': {}
8861 8861
8862 '@mui/icons-material@5.15.20(@mui/material@5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)': 8862 '@mui/icons-material@5.15.21(@mui/material@5.15.21(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)':
8863 dependencies: 8863 dependencies:
8864 '@babel/runtime': 7.24.4 8864 '@babel/runtime': 7.24.4
8865 '@mui/material': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8865 '@mui/material': 5.15.21(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
8866 react: 18.3.1 8866 react: 18.3.1
8867 optionalDependencies: 8867 optionalDependencies:
8868 '@types/react': 18.3.3 8868 '@types/react': 18.3.3
8869 8869
8870 '@mui/material@5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 8870 '@mui/material@5.15.21(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
8871 dependencies: 8871 dependencies:
8872 '@babel/runtime': 7.24.4 8872 '@babel/runtime': 7.24.4
8873 '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8873 '@mui/base': 5.0.0-beta.40(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
8874 '@mui/core-downloads-tracker': 5.15.20 8874 '@mui/core-downloads-tracker': 5.15.21
8875 '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1) 8875 '@mui/system': 5.15.20(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1))(@types/react@18.3.3)(react@18.3.1)
8876 '@mui/types': 7.2.14(@types/react@18.3.3) 8876 '@mui/types': 7.2.14(@types/react@18.3.3)
8877 '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1) 8877 '@mui/utils': 5.15.20(@types/react@18.3.3)(react@18.3.1)
@@ -9040,7 +9040,7 @@ snapshots:
9040 9040
9041 '@popperjs/core@2.11.8': {} 9041 '@popperjs/core@2.11.8': {}
9042 9042
9043 '@remix-run/router@1.16.1': {} 9043 '@remix-run/router@1.17.0': {}
9044 9044
9045 '@sentry-internal/tracing@7.74.0': 9045 '@sentry-internal/tracing@7.74.0':
9046 dependencies: 9046 dependencies:
@@ -9185,7 +9185,7 @@ snapshots:
9185 dependencies: 9185 dependencies:
9186 '@types/http-cache-semantics': 4.0.4 9186 '@types/http-cache-semantics': 4.0.4
9187 '@types/keyv': 3.1.4 9187 '@types/keyv': 3.1.4
9188 '@types/node': 20.14.8 9188 '@types/node': 20.14.9
9189 '@types/responselike': 1.0.3 9189 '@types/responselike': 1.0.3
9190 9190
9191 '@types/color-convert@2.0.3': 9191 '@types/color-convert@2.0.3':
@@ -9200,7 +9200,7 @@ snapshots:
9200 9200
9201 '@types/conventional-commits-parser@5.0.0': 9201 '@types/conventional-commits-parser@5.0.0':
9202 dependencies: 9202 dependencies:
9203 '@types/node': 20.14.8 9203 '@types/node': 20.14.9
9204 9204
9205 '@types/debug@4.1.12': 9205 '@types/debug@4.1.12':
9206 dependencies: 9206 dependencies:
@@ -9209,15 +9209,15 @@ snapshots:
9209 '@types/fs-extra@11.0.4': 9209 '@types/fs-extra@11.0.4':
9210 dependencies: 9210 dependencies:
9211 '@types/jsonfile': 6.1.4 9211 '@types/jsonfile': 6.1.4
9212 '@types/node': 20.14.8 9212 '@types/node': 20.14.9
9213 9213
9214 '@types/fs-extra@9.0.13': 9214 '@types/fs-extra@9.0.13':
9215 dependencies: 9215 dependencies:
9216 '@types/node': 20.14.8 9216 '@types/node': 20.14.9
9217 9217
9218 '@types/graceful-fs@4.1.5': 9218 '@types/graceful-fs@4.1.5':
9219 dependencies: 9219 dependencies:
9220 '@types/node': 20.14.8 9220 '@types/node': 20.14.9
9221 9221
9222 '@types/hoist-non-react-statics@3.3.5': 9222 '@types/hoist-non-react-statics@3.3.5':
9223 dependencies: 9223 dependencies:
@@ -9247,19 +9247,19 @@ snapshots:
9247 9247
9248 '@types/jsonfile@6.1.4': 9248 '@types/jsonfile@6.1.4':
9249 dependencies: 9249 dependencies:
9250 '@types/node': 20.14.8 9250 '@types/node': 20.14.9
9251 9251
9252 '@types/keyv@3.1.4': 9252 '@types/keyv@3.1.4':
9253 dependencies: 9253 dependencies:
9254 '@types/node': 20.14.8 9254 '@types/node': 20.14.9
9255 9255
9256 '@types/lodash@4.17.5': {} 9256 '@types/lodash@4.17.6': {}
9257 9257
9258 '@types/minimist@1.2.5': {} 9258 '@types/minimist@1.2.5': {}
9259 9259
9260 '@types/ms@0.7.34': {} 9260 '@types/ms@0.7.34': {}
9261 9261
9262 '@types/node@20.14.8': 9262 '@types/node@20.14.9':
9263 dependencies: 9263 dependencies:
9264 undici-types: 5.26.5 9264 undici-types: 5.26.5
9265 9265
@@ -9269,7 +9269,7 @@ snapshots:
9269 9269
9270 '@types/plist@3.0.5': 9270 '@types/plist@3.0.5':
9271 dependencies: 9271 dependencies:
9272 '@types/node': 20.14.8 9272 '@types/node': 20.14.9
9273 xmlbuilder: 15.1.1 9273 xmlbuilder: 15.1.1
9274 optional: true 9274 optional: true
9275 9275
@@ -9299,7 +9299,7 @@ snapshots:
9299 9299
9300 '@types/responselike@1.0.3': 9300 '@types/responselike@1.0.3':
9301 dependencies: 9301 dependencies:
9302 '@types/node': 20.14.8 9302 '@types/node': 20.14.9
9303 9303
9304 '@types/route-parser@0.1.7': {} 9304 '@types/route-parser@0.1.7': {}
9305 9305
@@ -9311,7 +9311,7 @@ snapshots:
9311 9311
9312 '@types/tar@6.1.13': 9312 '@types/tar@6.1.13':
9313 dependencies: 9313 dependencies:
9314 '@types/node': 20.14.8 9314 '@types/node': 20.14.9
9315 minipass: 4.2.8 9315 minipass: 4.2.8
9316 9316
9317 '@types/uuid@9.0.8': {} 9317 '@types/uuid@9.0.8': {}
@@ -9329,7 +9329,7 @@ snapshots:
9329 9329
9330 '@types/yauzl@2.10.3': 9330 '@types/yauzl@2.10.3':
9331 dependencies: 9331 dependencies:
9332 '@types/node': 20.14.8 9332 '@types/node': 20.14.9
9333 optional: true 9333 optional: true
9334 9334
9335 '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': 9335 '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)':
@@ -10152,7 +10152,7 @@ snapshots:
10152 10152
10153 babel-plugin-macros@3.1.0: 10153 babel-plugin-macros@3.1.0:
10154 dependencies: 10154 dependencies:
10155 '@babel/runtime': 7.23.9 10155 '@babel/runtime': 7.24.4
10156 cosmiconfig: 7.1.0 10156 cosmiconfig: 7.1.0
10157 resolve: 1.22.8 10157 resolve: 1.22.8
10158 10158
@@ -10727,9 +10727,9 @@ snapshots:
10727 10727
10728 core-util-is@1.0.3: {} 10728 core-util-is@1.0.3: {}
10729 10729
10730 cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.8)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5): 10730 cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.9)(cosmiconfig@9.0.0(typescript@5.4.5))(typescript@5.4.5):
10731 dependencies: 10731 dependencies:
10732 '@types/node': 20.14.8 10732 '@types/node': 20.14.9
10733 cosmiconfig: 9.0.0(typescript@5.4.5) 10733 cosmiconfig: 9.0.0(typescript@5.4.5)
10734 jiti: 1.21.0 10734 jiti: 1.21.0
10735 typescript: 5.4.5 10735 typescript: 5.4.5
@@ -10763,13 +10763,13 @@ snapshots:
10763 buffer: 5.7.1 10763 buffer: 5.7.1
10764 optional: true 10764 optional: true
10765 10765
10766 create-jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)): 10766 create-jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)):
10767 dependencies: 10767 dependencies:
10768 '@jest/types': 29.6.3 10768 '@jest/types': 29.6.3
10769 chalk: 4.1.2 10769 chalk: 4.1.2
10770 exit: 0.1.2 10770 exit: 0.1.2
10771 graceful-fs: 4.2.11 10771 graceful-fs: 4.2.11
10772 jest-config: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 10772 jest-config: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
10773 jest-util: 29.7.0 10773 jest-util: 29.7.0
10774 prompts: 2.4.2 10774 prompts: 2.4.2
10775 transitivePeerDependencies: 10775 transitivePeerDependencies:
@@ -10842,7 +10842,7 @@ snapshots:
10842 10842
10843 dargs@8.1.0: {} 10843 dargs@8.1.0: {}
10844 10844
10845 darkreader@4.9.86: {} 10845 darkreader@4.9.87: {}
10846 10846
10847 dashdash@1.14.1: 10847 dashdash@1.14.1:
10848 dependencies: 10848 dependencies:
@@ -11218,7 +11218,7 @@ snapshots:
11218 electron@31.1.0: 11218 electron@31.1.0:
11219 dependencies: 11219 dependencies:
11220 '@electron/get': 2.0.3 11220 '@electron/get': 2.0.3
11221 '@types/node': 20.14.8 11221 '@types/node': 20.14.9
11222 extract-zip: 2.0.1 11222 extract-zip: 2.0.1
11223 transitivePeerDependencies: 11223 transitivePeerDependencies:
11224 - supports-color 11224 - supports-color
@@ -11576,13 +11576,13 @@ snapshots:
11576 - eslint-import-resolver-webpack 11576 - eslint-import-resolver-webpack
11577 - supports-color 11577 - supports-color
11578 11578
11579 eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)))(typescript@5.4.5): 11579 eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)))(typescript@5.4.5):
11580 dependencies: 11580 dependencies:
11581 '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) 11581 '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5)
11582 eslint: 8.57.0 11582 eslint: 8.57.0
11583 optionalDependencies: 11583 optionalDependencies:
11584 '@typescript-eslint/eslint-plugin': 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) 11584 '@typescript-eslint/eslint-plugin': 7.10.0(@typescript-eslint/parser@7.10.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)
11585 jest: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 11585 jest: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
11586 transitivePeerDependencies: 11586 transitivePeerDependencies:
11587 - supports-color 11587 - supports-color
11588 - typescript 11588 - typescript
@@ -13071,7 +13071,7 @@ snapshots:
13071 '@jest/expect': 29.7.0 13071 '@jest/expect': 29.7.0
13072 '@jest/test-result': 29.7.0 13072 '@jest/test-result': 29.7.0
13073 '@jest/types': 29.6.3 13073 '@jest/types': 29.6.3
13074 '@types/node': 20.14.8 13074 '@types/node': 20.14.9
13075 chalk: 4.1.2 13075 chalk: 4.1.2
13076 co: 4.6.0 13076 co: 4.6.0
13077 dedent: 1.5.1(babel-plugin-macros@3.1.0) 13077 dedent: 1.5.1(babel-plugin-macros@3.1.0)
@@ -13091,16 +13091,16 @@ snapshots:
13091 - babel-plugin-macros 13091 - babel-plugin-macros
13092 - supports-color 13092 - supports-color
13093 13093
13094 jest-cli@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)): 13094 jest-cli@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)):
13095 dependencies: 13095 dependencies:
13096 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 13096 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
13097 '@jest/test-result': 29.7.0 13097 '@jest/test-result': 29.7.0
13098 '@jest/types': 29.6.3 13098 '@jest/types': 29.6.3
13099 chalk: 4.1.2 13099 chalk: 4.1.2
13100 create-jest: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 13100 create-jest: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
13101 exit: 0.1.2 13101 exit: 0.1.2
13102 import-local: 3.1.0 13102 import-local: 3.1.0
13103 jest-config: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 13103 jest-config: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
13104 jest-util: 29.7.0 13104 jest-util: 29.7.0
13105 jest-validate: 29.7.0 13105 jest-validate: 29.7.0
13106 yargs: 17.7.2 13106 yargs: 17.7.2
@@ -13110,7 +13110,7 @@ snapshots:
13110 - supports-color 13110 - supports-color
13111 - ts-node 13111 - ts-node
13112 13112
13113 jest-config@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)): 13113 jest-config@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)):
13114 dependencies: 13114 dependencies:
13115 '@babel/core': 7.23.5 13115 '@babel/core': 7.23.5
13116 '@jest/test-sequencer': 29.7.0 13116 '@jest/test-sequencer': 29.7.0
@@ -13135,8 +13135,8 @@ snapshots:
13135 slash: 3.0.0 13135 slash: 3.0.0
13136 strip-json-comments: 3.1.1 13136 strip-json-comments: 3.1.1
13137 optionalDependencies: 13137 optionalDependencies:
13138 '@types/node': 20.14.8 13138 '@types/node': 20.14.9
13139 ts-node: 10.9.2(@types/node@20.14.8)(typescript@5.4.5) 13139 ts-node: 10.9.2(@types/node@20.14.9)(typescript@5.4.5)
13140 transitivePeerDependencies: 13140 transitivePeerDependencies:
13141 - babel-plugin-macros 13141 - babel-plugin-macros
13142 - supports-color 13142 - supports-color
@@ -13165,7 +13165,7 @@ snapshots:
13165 '@jest/environment': 29.7.0 13165 '@jest/environment': 29.7.0
13166 '@jest/fake-timers': 29.7.0 13166 '@jest/fake-timers': 29.7.0
13167 '@jest/types': 29.6.3 13167 '@jest/types': 29.6.3
13168 '@types/node': 20.14.8 13168 '@types/node': 20.14.9
13169 jest-mock: 29.7.0 13169 jest-mock: 29.7.0
13170 jest-util: 29.7.0 13170 jest-util: 29.7.0
13171 13171
@@ -13175,7 +13175,7 @@ snapshots:
13175 dependencies: 13175 dependencies:
13176 '@jest/types': 29.6.3 13176 '@jest/types': 29.6.3
13177 '@types/graceful-fs': 4.1.5 13177 '@types/graceful-fs': 4.1.5
13178 '@types/node': 20.14.8 13178 '@types/node': 20.14.9
13179 anymatch: 3.1.3 13179 anymatch: 3.1.3
13180 fb-watchman: 2.0.2 13180 fb-watchman: 2.0.2
13181 graceful-fs: 4.2.11 13181 graceful-fs: 4.2.11
@@ -13214,7 +13214,7 @@ snapshots:
13214 jest-mock@29.7.0: 13214 jest-mock@29.7.0:
13215 dependencies: 13215 dependencies:
13216 '@jest/types': 29.6.3 13216 '@jest/types': 29.6.3
13217 '@types/node': 20.14.8 13217 '@types/node': 20.14.9
13218 jest-util: 29.7.0 13218 jest-util: 29.7.0
13219 13219
13220 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): 13220 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
@@ -13249,7 +13249,7 @@ snapshots:
13249 '@jest/test-result': 29.7.0 13249 '@jest/test-result': 29.7.0
13250 '@jest/transform': 29.7.0 13250 '@jest/transform': 29.7.0
13251 '@jest/types': 29.6.3 13251 '@jest/types': 29.6.3
13252 '@types/node': 20.14.8 13252 '@types/node': 20.14.9
13253 chalk: 4.1.2 13253 chalk: 4.1.2
13254 emittery: 0.13.1 13254 emittery: 0.13.1
13255 graceful-fs: 4.2.11 13255 graceful-fs: 4.2.11
@@ -13277,7 +13277,7 @@ snapshots:
13277 '@jest/test-result': 29.7.0 13277 '@jest/test-result': 29.7.0
13278 '@jest/transform': 29.7.0 13278 '@jest/transform': 29.7.0
13279 '@jest/types': 29.6.3 13279 '@jest/types': 29.6.3
13280 '@types/node': 20.14.8 13280 '@types/node': 20.14.9
13281 chalk: 4.1.2 13281 chalk: 4.1.2
13282 cjs-module-lexer: 1.2.2 13282 cjs-module-lexer: 1.2.2
13283 collect-v8-coverage: 1.0.1 13283 collect-v8-coverage: 1.0.1
@@ -13323,7 +13323,7 @@ snapshots:
13323 jest-util@29.7.0: 13323 jest-util@29.7.0:
13324 dependencies: 13324 dependencies:
13325 '@jest/types': 29.6.3 13325 '@jest/types': 29.6.3
13326 '@types/node': 20.14.8 13326 '@types/node': 20.14.9
13327 chalk: 4.1.2 13327 chalk: 4.1.2
13328 ci-info: 3.8.0 13328 ci-info: 3.8.0
13329 graceful-fs: 4.2.11 13329 graceful-fs: 4.2.11
@@ -13342,7 +13342,7 @@ snapshots:
13342 dependencies: 13342 dependencies:
13343 '@jest/test-result': 29.7.0 13343 '@jest/test-result': 29.7.0
13344 '@jest/types': 29.6.3 13344 '@jest/types': 29.6.3
13345 '@types/node': 20.14.8 13345 '@types/node': 20.14.9
13346 ansi-escapes: 4.3.2 13346 ansi-escapes: 4.3.2
13347 chalk: 4.1.2 13347 chalk: 4.1.2
13348 emittery: 0.13.1 13348 emittery: 0.13.1
@@ -13351,17 +13351,17 @@ snapshots:
13351 13351
13352 jest-worker@29.7.0: 13352 jest-worker@29.7.0:
13353 dependencies: 13353 dependencies:
13354 '@types/node': 20.14.8 13354 '@types/node': 20.14.9
13355 jest-util: 29.7.0 13355 jest-util: 29.7.0
13356 merge-stream: 2.0.0 13356 merge-stream: 2.0.0
13357 supports-color: 8.1.1 13357 supports-color: 8.1.1
13358 13358
13359 jest@29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)): 13359 jest@29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5)):
13360 dependencies: 13360 dependencies:
13361 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 13361 '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
13362 '@jest/types': 29.6.3 13362 '@jest/types': 29.6.3
13363 import-local: 3.1.0 13363 import-local: 3.1.0
13364 jest-cli: 29.7.0(@types/node@20.14.8)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5)) 13364 jest-cli: 29.7.0(@types/node@20.14.9)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5))
13365 transitivePeerDependencies: 13365 transitivePeerDependencies:
13366 - '@types/node' 13366 - '@types/node'
13367 - babel-plugin-macros 13367 - babel-plugin-macros
@@ -13459,69 +13459,69 @@ snapshots:
13459 13459
13460 jss-plugin-camel-case@10.10.0: 13460 jss-plugin-camel-case@10.10.0:
13461 dependencies: 13461 dependencies:
13462 '@babel/runtime': 7.23.9 13462 '@babel/runtime': 7.24.4
13463 hyphenate-style-name: 1.0.4 13463 hyphenate-style-name: 1.0.4
13464 jss: 10.10.0 13464 jss: 10.10.0
13465 13465
13466 jss-plugin-compose@10.10.0: 13466 jss-plugin-compose@10.10.0:
13467 dependencies: 13467 dependencies:
13468 '@babel/runtime': 7.23.9 13468 '@babel/runtime': 7.24.4
13469 jss: 10.10.0 13469 jss: 10.10.0
13470 tiny-warning: 1.0.3 13470 tiny-warning: 1.0.3
13471 13471
13472 jss-plugin-default-unit@10.10.0: 13472 jss-plugin-default-unit@10.10.0:
13473 dependencies: 13473 dependencies:
13474 '@babel/runtime': 7.23.9 13474 '@babel/runtime': 7.24.4
13475 jss: 10.10.0 13475 jss: 10.10.0
13476 13476
13477 jss-plugin-expand@10.10.0: 13477 jss-plugin-expand@10.10.0:
13478 dependencies: 13478 dependencies:
13479 '@babel/runtime': 7.23.9 13479 '@babel/runtime': 7.24.4
13480 jss: 10.10.0 13480 jss: 10.10.0
13481 13481
13482 jss-plugin-extend@10.10.0: 13482 jss-plugin-extend@10.10.0:
13483 dependencies: 13483 dependencies:
13484 '@babel/runtime': 7.23.9 13484 '@babel/runtime': 7.24.4
13485 jss: 10.10.0 13485 jss: 10.10.0
13486 tiny-warning: 1.0.3 13486 tiny-warning: 1.0.3
13487 13487
13488 jss-plugin-global@10.10.0: 13488 jss-plugin-global@10.10.0:
13489 dependencies: 13489 dependencies:
13490 '@babel/runtime': 7.23.9 13490 '@babel/runtime': 7.24.4
13491 jss: 10.10.0 13491 jss: 10.10.0
13492 13492
13493 jss-plugin-nested@10.10.0: 13493 jss-plugin-nested@10.10.0:
13494 dependencies: 13494 dependencies:
13495 '@babel/runtime': 7.23.9 13495 '@babel/runtime': 7.24.4
13496 jss: 10.10.0 13496 jss: 10.10.0
13497 tiny-warning: 1.0.3 13497 tiny-warning: 1.0.3
13498 13498
13499 jss-plugin-props-sort@10.10.0: 13499 jss-plugin-props-sort@10.10.0:
13500 dependencies: 13500 dependencies:
13501 '@babel/runtime': 7.23.9 13501 '@babel/runtime': 7.24.4
13502 jss: 10.10.0 13502 jss: 10.10.0
13503 13503
13504 jss-plugin-rule-value-function@10.10.0: 13504 jss-plugin-rule-value-function@10.10.0:
13505 dependencies: 13505 dependencies:
13506 '@babel/runtime': 7.23.9 13506 '@babel/runtime': 7.24.4
13507 jss: 10.10.0 13507 jss: 10.10.0
13508 tiny-warning: 1.0.3 13508 tiny-warning: 1.0.3
13509 13509
13510 jss-plugin-rule-value-observable@10.10.0: 13510 jss-plugin-rule-value-observable@10.10.0:
13511 dependencies: 13511 dependencies:
13512 '@babel/runtime': 7.23.9 13512 '@babel/runtime': 7.24.4
13513 jss: 10.10.0 13513 jss: 10.10.0
13514 symbol-observable: 1.2.0 13514 symbol-observable: 1.2.0
13515 13515
13516 jss-plugin-template@10.10.0: 13516 jss-plugin-template@10.10.0:
13517 dependencies: 13517 dependencies:
13518 '@babel/runtime': 7.23.9 13518 '@babel/runtime': 7.24.4
13519 jss: 10.10.0 13519 jss: 10.10.0
13520 tiny-warning: 1.0.3 13520 tiny-warning: 1.0.3
13521 13521
13522 jss-plugin-vendor-prefixer@10.10.0: 13522 jss-plugin-vendor-prefixer@10.10.0:
13523 dependencies: 13523 dependencies:
13524 '@babel/runtime': 7.23.9 13524 '@babel/runtime': 7.24.4
13525 css-vendor: 2.0.8 13525 css-vendor: 2.0.8
13526 jss: 10.10.0 13526 jss: 10.10.0
13527 13527
@@ -14916,16 +14916,16 @@ snapshots:
14916 react-lifecycles-compat: 3.0.4 14916 react-lifecycles-compat: 3.0.4
14917 warning: 4.0.3 14917 warning: 4.0.3
14918 14918
14919 react-router-dom@6.23.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14919 react-router-dom@6.24.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
14920 dependencies: 14920 dependencies:
14921 '@remix-run/router': 1.16.1 14921 '@remix-run/router': 1.17.0
14922 react: 18.3.1 14922 react: 18.3.1
14923 react-dom: 18.3.1(react@18.3.1) 14923 react-dom: 18.3.1(react@18.3.1)
14924 react-router: 6.23.1(react@18.3.1) 14924 react-router: 6.24.0(react@18.3.1)
14925 14925
14926 react-router@6.23.1(react@18.3.1): 14926 react-router@6.24.0(react@18.3.1):
14927 dependencies: 14927 dependencies:
14928 '@remix-run/router': 1.16.1 14928 '@remix-run/router': 1.17.0
14929 react: 18.3.1 14929 react: 18.3.1
14930 14930
14931 react-sortable-hoc@2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 14931 react-sortable-hoc@2.0.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
@@ -16026,14 +16026,14 @@ snapshots:
16026 dependencies: 16026 dependencies:
16027 typescript: 5.4.5 16027 typescript: 5.4.5
16028 16028
16029 ts-node@10.9.2(@types/node@20.14.8)(typescript@5.4.5): 16029 ts-node@10.9.2(@types/node@20.14.9)(typescript@5.4.5):
16030 dependencies: 16030 dependencies:
16031 '@cspotcode/source-map-support': 0.8.1 16031 '@cspotcode/source-map-support': 0.8.1
16032 '@tsconfig/node10': 1.0.9 16032 '@tsconfig/node10': 1.0.9
16033 '@tsconfig/node12': 1.0.11 16033 '@tsconfig/node12': 1.0.11
16034 '@tsconfig/node14': 1.0.3 16034 '@tsconfig/node14': 1.0.3
16035 '@tsconfig/node16': 1.0.4 16035 '@tsconfig/node16': 1.0.4
16036 '@types/node': 20.14.8 16036 '@types/node': 20.14.9
16037 acorn: 8.11.2 16037 acorn: 8.11.2
16038 acorn-walk: 8.2.0 16038 acorn-walk: 8.2.0
16039 arg: 4.1.3 16039 arg: 4.1.3
diff --git a/recipes b/recipes
Subproject 4d0ea5e6362b455c571c704e6a30fd930df3384 Subproject 7ce6da3f052c80f43400ab06121b6189c91246c