From 643ab40cd428ba6fbf4690b48e00ff972f4a27f8 Mon Sep 17 00:00:00 2001
From: Giuseppe Ciotola <30926550+gciotola@users.noreply.github.com>
Date: Thu, 2 May 2024 16:01:08 +0200
Subject: [PATCH] chore: update dependencies
---
package.json | 2 +-
packages/app/package.json | 12 +--
packages/app/src/main.tsx | 5 +-
pnpm-lock.yaml | 177 ++++++++++++++++++--------------------
4 files changed, 93 insertions(+), 103 deletions(-)
diff --git a/package.json b/package.json
index 1427230..e33a7e9 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
- "npm-check-updates": "^16.14.18"
+ "npm-check-updates": "^16.14.20"
},
"resolutions": {
"tar": "^6.2.1"
diff --git a/packages/app/package.json b/packages/app/package.json
index 59150d3..d282689 100644
--- a/packages/app/package.json
+++ b/packages/app/package.json
@@ -15,7 +15,7 @@
"prepare": "touch ./public/config.local.js"
},
"dependencies": {
- "@commercelayer/app-elements": "^1.23.2",
+ "@commercelayer/app-elements": "^1.24.0",
"@commercelayer/sdk": "5.38.0",
"@hookform/resolvers": "^3.3.4",
"lodash": "^4.17.21",
@@ -23,14 +23,14 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"swr": "^2.2.5",
- "type-fest": "^4.16.0",
+ "type-fest": "^4.18.1",
"wouter": "^3.1.2",
- "zod": "^3.23.3"
+ "zod": "^3.23.5"
},
"devDependencies": {
"@commercelayer/eslint-config-ts-react": "^1.4.5",
"@types/lodash": "^4.17.0",
- "@types/node": "20.12.7",
+ "@types/node": "20.12.8",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
@@ -38,8 +38,8 @@
"jsdom": "^24.0.0",
"rollup-plugin-external-globals": "^0.10.0",
"typescript": "^5.4.5",
- "vite": "^5.2.10",
+ "vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
- "vitest": "^1.5.0"
+ "vitest": "^1.5.3"
}
}
diff --git a/packages/app/src/main.tsx b/packages/app/src/main.tsx
index f0a5394..3e91343 100644
--- a/packages/app/src/main.tsx
+++ b/packages/app/src/main.tsx
@@ -2,7 +2,6 @@ import {
CoreSdkProvider,
ErrorBoundary,
MetaTags,
- PageSkeleton,
TokenProvider,
createApp
} from '@commercelayer/app-elements'
@@ -27,9 +26,7 @@ createApp(
appSlug='orders'
devMode={isDev}
reauthenticateOnInvalidAuth={!isDev && props?.onInvalidAuth == null}
- loadingElement={
- props?.isInDashboard === true ? :
- }
+ loadingElement={}
{...props}
>
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index abcd88e..812a970 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -21,14 +21,14 @@ importers:
specifier: ^15.2.2
version: 15.2.2
npm-check-updates:
- specifier: ^16.14.18
- version: 16.14.18
+ specifier: ^16.14.20
+ version: 16.14.20
packages/app:
dependencies:
'@commercelayer/app-elements':
- specifier: ^1.23.2
- version: 1.23.2(@commercelayer/sdk@5.38.0)(query-string@8.2.0)(react-dom@18.2.0(react@18.2.0))(react-gtm-module@2.0.11)(react-hook-form@7.51.3(react@18.2.0))(react@18.2.0)(wouter@3.1.2(react@18.2.0))
+ specifier: ^1.24.0
+ version: 1.24.0(@commercelayer/sdk@5.38.0)(query-string@8.2.0)(react-dom@18.2.0(react@18.2.0))(react-gtm-module@2.0.11)(react-hook-form@7.51.3(react@18.2.0))(react@18.2.0)(wouter@3.1.2(react@18.2.0))
'@commercelayer/sdk':
specifier: 5.38.0
version: 5.38.0
@@ -51,14 +51,14 @@ importers:
specifier: ^2.2.5
version: 2.2.5(react@18.2.0)
type-fest:
- specifier: ^4.16.0
- version: 4.16.0
+ specifier: ^4.18.1
+ version: 4.18.1
wouter:
specifier: ^3.1.2
version: 3.1.2(react@18.2.0)
zod:
- specifier: ^3.23.3
- version: 3.23.3
+ specifier: ^3.23.5
+ version: 3.23.5
devDependencies:
'@commercelayer/eslint-config-ts-react':
specifier: ^1.4.5
@@ -67,8 +67,8 @@ importers:
specifier: ^4.17.0
version: 4.17.0
'@types/node':
- specifier: 20.12.7
- version: 20.12.7
+ specifier: 20.12.8
+ version: 20.12.8
'@types/react':
specifier: ^18.2.79
version: 18.2.79
@@ -77,7 +77,7 @@ importers:
version: 18.2.25
'@vitejs/plugin-react':
specifier: ^4.2.1
- version: 4.2.1(vite@5.2.10(@types/node@20.12.7))
+ version: 4.2.1(vite@5.2.11(@types/node@20.12.8))
eslint:
specifier: ^8.57.0
version: 8.57.0
@@ -91,14 +91,14 @@ importers:
specifier: ^5.4.5
version: 5.4.5
vite:
- specifier: ^5.2.10
- version: 5.2.10(@types/node@20.12.7)
+ specifier: ^5.2.11
+ version: 5.2.11(@types/node@20.12.8)
vite-tsconfig-paths:
specifier: ^4.3.2
- version: 4.3.2(typescript@5.4.5)(vite@5.2.10(@types/node@20.12.7))
+ version: 4.3.2(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.8))
vitest:
- specifier: ^1.5.0
- version: 1.5.0(@types/node@20.12.7)(jsdom@24.0.0)
+ specifier: ^1.5.3
+ version: 1.5.3(@types/node@20.12.8)(jsdom@24.0.0)
packages:
@@ -234,8 +234,8 @@ packages:
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
engines: {node: '>=0.1.90'}
- '@commercelayer/app-elements@1.23.2':
- resolution: {integrity: sha512-IxNGFpsm37Z59uo8z3g43VqgapMC3yAeI4hdUpSIrUXdwKJWZSHuB6JZKZsx7TSo2bYW/kpnTl432GtFCCkX2A==}
+ '@commercelayer/app-elements@1.24.0':
+ resolution: {integrity: sha512-2bW5+x7iRwyjrM5dhJPGVP0ViYlwX8H/JT+xmLLqO12f/Akq1dqpfF0aWJl+yYXMPxTyP+FapqB1Puk7Rx605w==}
engines: {node: '>=18', pnpm: '>=7'}
peerDependencies:
'@commercelayer/sdk': ^5.x
@@ -923,8 +923,8 @@ packages:
'@types/minimist@1.2.2':
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
- '@types/node@20.12.7':
- resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==}
+ '@types/node@20.12.8':
+ resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==}
'@types/normalize-package-data@2.4.1':
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -1051,20 +1051,20 @@ packages:
peerDependencies:
vite: ^4.2.0 || ^5.0.0
- '@vitest/expect@1.5.0':
- resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==}
+ '@vitest/expect@1.5.3':
+ resolution: {integrity: sha512-y+waPz31pOFr3rD7vWTbwiLe5+MgsMm40jTZbQE8p8/qXyBX3CQsIXRx9XK12IbY7q/t5a5aM/ckt33b4PxK2g==}
- '@vitest/runner@1.5.0':
- resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==}
+ '@vitest/runner@1.5.3':
+ resolution: {integrity: sha512-7PlfuReN8692IKQIdCxwir1AOaP5THfNkp0Uc4BKr2na+9lALNit7ub9l3/R7MP8aV61+mHKRGiqEKRIwu6iiQ==}
- '@vitest/snapshot@1.5.0':
- resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==}
+ '@vitest/snapshot@1.5.3':
+ resolution: {integrity: sha512-K3mvIsjyKYBhNIDujMD2gfQEzddLe51nNOAf45yKRt/QFJcUIeTQd2trRvv6M6oCBHNVnZwFWbQ4yj96ibiDsA==}
- '@vitest/spy@1.5.0':
- resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==}
+ '@vitest/spy@1.5.3':
+ resolution: {integrity: sha512-Llj7Jgs6lbnL55WoshJUUacdJfjU2honvGcAJBxhra5TPEzTJH8ZuhI3p/JwqqfnTr4PmP7nDmOXP53MS7GJlg==}
- '@vitest/utils@1.5.0':
- resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==}
+ '@vitest/utils@1.5.3':
+ resolution: {integrity: sha512-rE9DTN1BRhzkzqNQO+kw8ZgfeEBCLXiHJwetk668shmNBpSagQxneT5eSqEBLP+cqSiAeecvQmbpFfdMyLcIQA==}
'@yarnpkg/lockfile@1.1.0':
resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==}
@@ -1733,8 +1733,8 @@ packages:
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
- ejs@3.1.9:
- resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==}
+ ejs@3.1.10:
+ resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==}
engines: {node: '>=0.10.0'}
hasBin: true
@@ -2838,9 +2838,6 @@ packages:
resolution: {integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==}
engines: {node: '>=18'}
- keyv@4.5.3:
- resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==}
-
keyv@4.5.4:
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
@@ -3214,8 +3211,8 @@ packages:
resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- npm-check-updates@16.14.18:
- resolution: {integrity: sha512-9iaRe9ohx9ykdbLjPRIYcq1A0RkrPYUx9HmQK1JIXhfxtJCNE/+497H9Z4PGH6GWRALbz5KF+1iZoySK2uSEpQ==}
+ npm-check-updates@16.14.20:
+ resolution: {integrity: sha512-sYbIhun4DrjO7NFOTdvs11nCar0etEhZTsEjL47eM0TuiGMhmYughRCxG2SpGRmGAQ7AkwN7bw2lWzoE7q6yOQ==}
engines: {node: '>=14.14'}
hasBin: true
@@ -3675,8 +3672,8 @@ packages:
peerDependencies:
react: ^16.9.0 || ^17.0.0 || ^18.0.0
- react-datepicker@6.8.0:
- resolution: {integrity: sha512-/h3IXzAbwXVbhBhsXx57B94in0ECzYayijwHbAbB0QIyXaHTGnICNgldjiYIqQFimROP1h/SunoY1pHkLplJtw==}
+ react-datepicker@6.9.0:
+ resolution: {integrity: sha512-QTxuzeem7BUfVFWv+g5WuvzT0c5BPo+XTCNbMTZKSZQLU+cMMwSUHwspaxuIcDlwNcOH0tiJ+bh1fJ2yxOGYWA==}
peerDependencies:
react: ^16.9.0 || ^17 || ^18
react-dom: ^16.9.0 || ^17 || ^18
@@ -4378,8 +4375,8 @@ packages:
resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==}
engines: {node: '>=14.16'}
- type-fest@4.16.0:
- resolution: {integrity: sha512-z7Rf5PXxIhbI6eJBTwdqe5bO02nUUmctq4WqviFSstBAWV0YNtEQRhEnZw73WJ8sZOqgFG6Jdl8gYZu7NBJZnA==}
+ type-fest@4.18.1:
+ resolution: {integrity: sha512-qXhgeNsX15bM63h5aapNFcQid9jRF/l3ojDoDFmekDQEUufZ9U4ErVt6SjDxnHp48Ltrw616R8yNc3giJ3KvVQ==}
engines: {node: '>=16'}
typed-array-buffer@1.0.0:
@@ -4516,8 +4513,8 @@ packages:
resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- vite-node@1.5.0:
- resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==}
+ vite-node@1.5.3:
+ resolution: {integrity: sha512-axFo00qiCpU/JLd8N1gu9iEYL3xTbMbMrbe5nDp9GL0nb6gurIdZLkkFogZXWnE8Oyy5kfSLwNVIcVsnhE7lgQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -4529,8 +4526,8 @@ packages:
vite:
optional: true
- vite@5.2.10:
- resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==}
+ vite@5.2.11:
+ resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -4557,15 +4554,15 @@ packages:
terser:
optional: true
- vitest@1.5.0:
- resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==}
+ vitest@1.5.3:
+ resolution: {integrity: sha512-2oM7nLXylw3mQlW6GXnRriw+7YvZFk/YNV8AxIC3Z3MfFbuziLGWP9GPxxu/7nRlXhqyxBikpamr+lEEj1sUEw==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/node': ^18.0.0 || >=20.0.0
- '@vitest/browser': 1.5.0
- '@vitest/ui': 1.5.0
+ '@vitest/browser': 1.5.3
+ '@vitest/ui': 1.5.3
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -4766,8 +4763,8 @@ packages:
resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
engines: {node: '>=12.20'}
- zod@3.23.3:
- resolution: {integrity: sha512-tPvq1B/2Yu/dh2uAIH2/BhUlUeLIUvAjr6dpL/75I0pCYefHgjhXk1o1Kob3kTU8C7yU1j396jFHlsVWFi9ogg==}
+ zod@3.23.5:
+ resolution: {integrity: sha512-fkwiq0VIQTksNNA131rDOsVJcns0pfVUjHzLrNBiF/O/Xxb5lQyEXkhZWcJ7npWsYlvs+h0jFWXXy4X46Em1JA==}
snapshots:
@@ -4934,7 +4931,7 @@ snapshots:
'@colors/colors@1.5.0':
optional: true
- '@commercelayer/app-elements@1.23.2(@commercelayer/sdk@5.38.0)(query-string@8.2.0)(react-dom@18.2.0(react@18.2.0))(react-gtm-module@2.0.11)(react-hook-form@7.51.3(react@18.2.0))(react@18.2.0)(wouter@3.1.2(react@18.2.0))':
+ '@commercelayer/app-elements@1.24.0(@commercelayer/sdk@5.38.0)(query-string@8.2.0)(react-dom@18.2.0(react@18.2.0))(react-gtm-module@2.0.11)(react-hook-form@7.51.3(react@18.2.0))(react@18.2.0)(wouter@3.1.2(react@18.2.0))':
dependencies:
'@commercelayer/sdk': 5.38.0
'@types/lodash': 4.17.0
@@ -4948,7 +4945,7 @@ snapshots:
query-string: 8.2.0
react: 18.2.0
react-currency-input-field: 3.8.0(react@18.2.0)
- react-datepicker: 6.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ react-datepicker: 6.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react-dom: 18.2.0(react@18.2.0)
react-gtm-module: 2.0.11
react-hook-form: 7.51.3(react@18.2.0)
@@ -4956,9 +4953,9 @@ snapshots:
react-tooltip: 5.26.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
swr: 2.2.5(react@18.2.0)
ts-invariant: 0.10.3
- type-fest: 4.16.0
+ type-fest: 4.18.1
wouter: 3.1.2(react@18.2.0)
- zod: 3.23.3
+ zod: 3.23.5
'@commercelayer/eslint-config-ts-react@1.4.5(eslint@8.57.0)(react@18.2.0)(typescript@5.4.5)':
dependencies:
@@ -5412,7 +5409,7 @@ snapshots:
'@nx/devkit@17.3.2(nx@17.3.2)':
dependencies:
'@nrwl/devkit': 17.3.2(nx@17.3.2)
- ejs: 3.1.9
+ ejs: 3.1.10
enquirer: 2.3.6
ignore: 5.2.4
nx: 17.3.2
@@ -5704,7 +5701,7 @@ snapshots:
'@types/minimist@1.2.2': {}
- '@types/node@20.12.7':
+ '@types/node@20.12.8':
dependencies:
undici-types: 5.26.5
@@ -5867,40 +5864,40 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@vitejs/plugin-react@4.2.1(vite@5.2.10(@types/node@20.12.7))':
+ '@vitejs/plugin-react@4.2.1(vite@5.2.11(@types/node@20.12.8))':
dependencies:
'@babel/core': 7.23.6
'@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.6)
'@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.6)
'@types/babel__core': 7.20.5
react-refresh: 0.14.0
- vite: 5.2.10(@types/node@20.12.7)
+ vite: 5.2.11(@types/node@20.12.8)
transitivePeerDependencies:
- supports-color
- '@vitest/expect@1.5.0':
+ '@vitest/expect@1.5.3':
dependencies:
- '@vitest/spy': 1.5.0
- '@vitest/utils': 1.5.0
+ '@vitest/spy': 1.5.3
+ '@vitest/utils': 1.5.3
chai: 4.3.10
- '@vitest/runner@1.5.0':
+ '@vitest/runner@1.5.3':
dependencies:
- '@vitest/utils': 1.5.0
+ '@vitest/utils': 1.5.3
p-limit: 5.0.0
pathe: 1.1.2
- '@vitest/snapshot@1.5.0':
+ '@vitest/snapshot@1.5.3':
dependencies:
magic-string: 0.30.6
pathe: 1.1.2
pretty-format: 29.7.0
- '@vitest/spy@1.5.0':
+ '@vitest/spy@1.5.3':
dependencies:
tinyspy: 2.2.0
- '@vitest/utils@1.5.0':
+ '@vitest/utils@1.5.3':
dependencies:
diff-sequences: 29.6.3
estree-walker: 3.0.3
@@ -6232,7 +6229,7 @@ snapshots:
'@types/http-cache-semantics': 4.0.1
get-stream: 6.0.1
http-cache-semantics: 4.1.1
- keyv: 4.5.3
+ keyv: 4.5.4
mimic-response: 4.0.0
normalize-url: 8.0.0
responselike: 3.0.0
@@ -6638,7 +6635,7 @@ snapshots:
eastasianwidth@0.2.0: {}
- ejs@3.1.9:
+ ejs@3.1.10:
dependencies:
jake: 10.8.7
@@ -7941,10 +7938,6 @@ snapshots:
jwt-decode@4.0.0: {}
- keyv@4.5.3:
- dependencies:
- json-buffer: 3.0.1
-
keyv@4.5.4:
dependencies:
json-buffer: 3.0.1
@@ -8463,7 +8456,7 @@ snapshots:
dependencies:
npm-normalize-package-bin: 3.0.1
- npm-check-updates@16.14.18:
+ npm-check-updates@16.14.20:
dependencies:
'@types/semver-utils': 1.1.3
chalk: 5.3.0
@@ -9052,7 +9045,7 @@ snapshots:
dependencies:
react: 18.2.0
- react-datepicker@6.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
+ react-datepicker@6.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
dependencies:
'@floating-ui/react': 0.26.12(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
clsx: 2.1.0
@@ -9822,7 +9815,7 @@ snapshots:
type-fest@3.13.1: {}
- type-fest@4.16.0: {}
+ type-fest@4.18.1: {}
typed-array-buffer@1.0.0:
dependencies:
@@ -9986,13 +9979,13 @@ snapshots:
dependencies:
builtins: 5.0.1
- vite-node@1.5.0(@types/node@20.12.7):
+ vite-node@1.5.3(@types/node@20.12.8):
dependencies:
cac: 6.7.14
debug: 4.3.4
pathe: 1.1.2
picocolors: 1.0.0
- vite: 5.2.10(@types/node@20.12.7)
+ vite: 5.2.11(@types/node@20.12.8)
transitivePeerDependencies:
- '@types/node'
- less
@@ -10003,33 +9996,33 @@ snapshots:
- supports-color
- terser
- vite-tsconfig-paths@4.3.2(typescript@5.4.5)(vite@5.2.10(@types/node@20.12.7)):
+ vite-tsconfig-paths@4.3.2(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.8)):
dependencies:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 3.0.3(typescript@5.4.5)
optionalDependencies:
- vite: 5.2.10(@types/node@20.12.7)
+ vite: 5.2.11(@types/node@20.12.8)
transitivePeerDependencies:
- supports-color
- typescript
- vite@5.2.10(@types/node@20.12.7):
+ vite@5.2.11(@types/node@20.12.8):
dependencies:
esbuild: 0.20.2
postcss: 8.4.38
rollup: 4.13.2
optionalDependencies:
- '@types/node': 20.12.7
+ '@types/node': 20.12.8
fsevents: 2.3.3
- vitest@1.5.0(@types/node@20.12.7)(jsdom@24.0.0):
+ vitest@1.5.3(@types/node@20.12.8)(jsdom@24.0.0):
dependencies:
- '@vitest/expect': 1.5.0
- '@vitest/runner': 1.5.0
- '@vitest/snapshot': 1.5.0
- '@vitest/spy': 1.5.0
- '@vitest/utils': 1.5.0
+ '@vitest/expect': 1.5.3
+ '@vitest/runner': 1.5.3
+ '@vitest/snapshot': 1.5.3
+ '@vitest/spy': 1.5.3
+ '@vitest/utils': 1.5.3
acorn-walk: 8.3.2
chai: 4.3.10
debug: 4.3.4
@@ -10042,11 +10035,11 @@ snapshots:
strip-literal: 2.0.0
tinybench: 2.6.0
tinypool: 0.8.4
- vite: 5.2.10(@types/node@20.12.7)
- vite-node: 1.5.0(@types/node@20.12.7)
+ vite: 5.2.11(@types/node@20.12.8)
+ vite-node: 1.5.3(@types/node@20.12.8)
why-is-node-running: 2.2.2
optionalDependencies:
- '@types/node': 20.12.7
+ '@types/node': 20.12.8
jsdom: 24.0.0
transitivePeerDependencies:
- less
@@ -10266,4 +10259,4 @@ snapshots:
yocto-queue@1.0.0: {}
- zod@3.23.3: {}
+ zod@3.23.5: {}