chore: bump up all non-major dependencies (#6069)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@storybook/test-runner](https://togithub.com/storybookjs/test-runner) | [`^0.16.0` -> `^0.17.0`](https://renovatebot.com/diffs/npm/@storybook%2ftest-runner/0.16.0/0.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftest-runner/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftest-runner/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftest-runner/0.16.0/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftest-runner/0.16.0/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [next-themes](https://togithub.com/pacocoursey/next-themes) | [`^0.2.1` -> `^0.3.0`](https://renovatebot.com/diffs/npm/next-themes/0.2.1/0.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-themes/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-themes/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-themes/0.2.1/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-themes/0.2.1/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>storybookjs/test-runner (@&#8203;storybook/test-runner)</summary>

### [`v0.17.0`](https://togithub.com/storybookjs/test-runner/releases/tag/v0.17.0)

[Compare Source](https://togithub.com/storybookjs/test-runner/compare/v0.16.0...v0.17.0)

##### 🚀 Enhancement

-   Release 0.17.0 [#&#8203;438](https://togithub.com/storybookjs/test-runner/pull/438) ([@&#8203;JReinhold](https://togithub.com/JReinhold) [@&#8203;shilman](https://togithub.com/shilman) [@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic) [@&#8203;yannbf](https://togithub.com/yannbf) [@&#8203;ndelangen](https://togithub.com/ndelangen))
-   Support Storybook 8 [#&#8203;429](https://togithub.com/storybookjs/test-runner/pull/429) ([@&#8203;yannbf](https://togithub.com/yannbf))
-   Support unhandled rendering errors [#&#8203;421](https://togithub.com/storybookjs/test-runner/pull/421) ([@&#8203;yannbf](https://togithub.com/yannbf))

##### 🐛 Bug Fix

-   Prebundle dependencies [#&#8203;431](https://togithub.com/storybookjs/test-runner/pull/431) ([@&#8203;yannbf](https://togithub.com/yannbf))
-   Update internal example to Storybook 8 [#&#8203;430](https://togithub.com/storybookjs/test-runner/pull/430) ([@&#8203;yannbf](https://togithub.com/yannbf))
-   swap storybook/jest to storybook/test [#&#8203;427](https://togithub.com/storybookjs/test-runner/pull/427) ([@&#8203;ndelangen](https://togithub.com/ndelangen))
-   Add PR template [#&#8203;428](https://togithub.com/storybookjs/test-runner/pull/428) ([@&#8203;yannbf](https://togithub.com/yannbf))
-   Fix build step [#&#8203;425](https://togithub.com/storybookjs/test-runner/pull/425) ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))
-   Remove --prerelease from sb upgrade CI [#&#8203;423](https://togithub.com/storybookjs/test-runner/pull/423) ([@&#8203;JReinhold](https://togithub.com/JReinhold))
-   Support stories with meta id for permalinking [#&#8203;419](https://togithub.com/storybookjs/test-runner/pull/419) ([@&#8203;yannbf](https://togithub.com/yannbf))

##### 📝 Documentation

-   Docs: Add remark regarding pnp support [#&#8203;432](https://togithub.com/storybookjs/test-runner/pull/432) ([@&#8203;yannbf](https://togithub.com/yannbf))
-   docs: replace postRender(deprecated) with postVisit [#&#8203;418](https://togithub.com/storybookjs/test-runner/pull/418) ([@&#8203;junkisai](https://togithub.com/junkisai))

##### Authors: 6

-   Jeppe Reinhold ([@&#8203;JReinhold](https://togithub.com/JReinhold))
-   Junki Saito ([@&#8203;junkisai](https://togithub.com/junkisai))
-   Michael Shilman ([@&#8203;shilman](https://togithub.com/shilman))
-   Norbert de Langen ([@&#8203;ndelangen](https://togithub.com/ndelangen))
-   Valentin Palkovic ([@&#8203;valentinpalkovic](https://togithub.com/valentinpalkovic))
-   Yann Braga ([@&#8203;yannbf](https://togithub.com/yannbf))

</details>

<details>
<summary>pacocoursey/next-themes (next-themes)</summary>

### [`v0.3.0`](https://togithub.com/pacocoursey/next-themes/releases/tag/v0.3.0)

#### What's

-   `"use client"` was added to the library output so that you can use it as a React Client component without creating a wrapper.

#### New Contributors

-   [@&#8203;MaxLeiter](https://togithub.com/MaxLeiter) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/120](https://togithub.com/pacocoursey/next-themes/pull/120)
-   [@&#8203;gnoff](https://togithub.com/gnoff) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/135](https://togithub.com/pacocoursey/next-themes/pull/135)
-   [@&#8203;WITS](https://togithub.com/WITS) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/168](https://togithub.com/pacocoursey/next-themes/pull/168)
-   [@&#8203;dimaMachina](https://togithub.com/dimaMachina) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/186](https://togithub.com/pacocoursey/next-themes/pull/186)
-   [@&#8203;amrhassab](https://togithub.com/amrhassab) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/192](https://togithub.com/pacocoursey/next-themes/pull/192)
-   [@&#8203;BekzodIsakov](https://togithub.com/BekzodIsakov) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/241](https://togithub.com/pacocoursey/next-themes/pull/241)
-   [@&#8203;BlankParticle](https://togithub.com/BlankParticle) made their first contribution in [https://github.com/pacocoursey/next-themes/pull/253](https://togithub.com/pacocoursey/next-themes/pull/253)

**Full Changelog**: https://github.com/pacocoursey/next-themes/compare/v0.2.0...v0.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5In0=-->
This commit is contained in:
LongYinan
2024-03-13 04:22:42 +00:00
parent 73801ce864
commit 9e1adfed81
4 changed files with 242 additions and 135 deletions
+2 -2
View File
@@ -58,7 +58,7 @@
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"nanoid": "^5.0.6",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
@@ -89,7 +89,7 @@
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/test-runner": "^0.16.0",
"@storybook/test-runner": "^0.17.0",
"@storybook/testing-library": "^0.2.2",
"@testing-library/react": "^14.2.1",
"@types/bytes": "^3.1.4",
+1 -1
View File
@@ -78,7 +78,7 @@
"lottie-web": "^5.12.2",
"mini-css-extract-plugin": "^2.8.0",
"nanoid": "^5.0.6",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"postcss-loader": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
+1 -1
View File
@@ -39,7 +39,7 @@
"@storybook/builder-vite": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/test-runner": "^0.16.0",
"@storybook/test-runner": "^0.17.0",
"@vanilla-extract/esbuild-plugin": "^2.3.5",
"@vitejs/plugin-react": "^4.2.1",
"chromatic": "^11.0.0",
+238 -131
View File
@@ -238,7 +238,7 @@ __metadata:
"@storybook/jest": "npm:^0.2.3"
"@storybook/react": "npm:^7.6.17"
"@storybook/react-vite": "npm:^7.6.17"
"@storybook/test-runner": "npm:^0.16.0"
"@storybook/test-runner": "npm:^0.17.0"
"@storybook/testing-library": "npm:^0.2.2"
"@testing-library/react": "npm:^14.2.1"
"@toeverything/theme": "npm:^0.7.29"
@@ -262,7 +262,7 @@ __metadata:
lottie-react: "npm:^2.4.0"
lottie-web: "npm:^5.12.2"
nanoid: "npm:^5.0.6"
next-themes: "npm:^0.2.1"
next-themes: "npm:^0.3.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-error-boundary: "npm:^4.0.12"
@@ -374,7 +374,7 @@ __metadata:
mime-types: "npm:^2.1.35"
mini-css-extract-plugin: "npm:^2.8.0"
nanoid: "npm:^5.0.6"
next-themes: "npm:^0.2.1"
next-themes: "npm:^0.3.0"
postcss-loader: "npm:^8.1.0"
raw-loader: "npm:^4.0.2"
react: "npm:18.2.0"
@@ -757,7 +757,7 @@ __metadata:
"@storybook/jest": "npm:^0.2.3"
"@storybook/react": "npm:^7.6.17"
"@storybook/react-vite": "npm:^7.6.17"
"@storybook/test-runner": "npm:^0.16.0"
"@storybook/test-runner": "npm:^0.17.0"
"@storybook/testing-library": "npm:^0.2.2"
"@vanilla-extract/esbuild-plugin": "npm:^2.3.5"
"@vitejs/plugin-react": "npm:^4.2.1"
@@ -12351,6 +12351,19 @@ __metadata:
languageName: node
linkType: hard
"@storybook/channels@npm:8.0.0":
version: 8.0.0
resolution: "@storybook/channels@npm:8.0.0"
dependencies:
"@storybook/client-logger": "npm:8.0.0"
"@storybook/core-events": "npm:8.0.0"
"@storybook/global": "npm:^5.0.0"
telejson: "npm:^7.2.0"
tiny-invariant: "npm:^1.3.1"
checksum: 10/8dee7c2fb193af18da52c0b66b75b8ec72290a8001166070453b37072f7ea430a090ee8a02929decb23b7a0df3f28b236ff4711f6b5e933ba1adab8f0d2b7c44
languageName: node
linkType: hard
"@storybook/cli@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/cli@npm:7.6.17"
@@ -12420,6 +12433,15 @@ __metadata:
languageName: node
linkType: hard
"@storybook/client-logger@npm:8.0.0":
version: 8.0.0
resolution: "@storybook/client-logger@npm:8.0.0"
dependencies:
"@storybook/global": "npm:^5.0.0"
checksum: 10/74b10807f806e3f0d25eb6059a7acff76c8712105dbfa5ad071a7ccd8d2b1824e0dfbe990ae446baf69a9745e12a3ff82b36682c515da84edc6f1d93bab4bb70
languageName: node
linkType: hard
"@storybook/codemod@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/codemod@npm:7.6.17"
@@ -12473,7 +12495,7 @@ __metadata:
languageName: node
linkType: hard
"@storybook/core-common@npm:7.6.17, @storybook/core-common@npm:^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0":
"@storybook/core-common@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/core-common@npm:7.6.17"
dependencies:
@@ -12504,6 +12526,42 @@ __metadata:
languageName: node
linkType: hard
"@storybook/core-common@npm:^8.0.0":
version: 8.0.0
resolution: "@storybook/core-common@npm:8.0.0"
dependencies:
"@storybook/core-events": "npm:8.0.0"
"@storybook/csf-tools": "npm:8.0.0"
"@storybook/node-logger": "npm:8.0.0"
"@storybook/types": "npm:8.0.0"
"@yarnpkg/fslib": "npm:2.10.3"
"@yarnpkg/libzip": "npm:2.3.0"
chalk: "npm:^4.1.0"
cross-spawn: "npm:^7.0.3"
esbuild: "npm:^0.18.0 || ^0.19.0 || ^0.20.0"
esbuild-register: "npm:^3.5.0"
execa: "npm:^5.0.0"
file-system-cache: "npm:2.3.0"
find-cache-dir: "npm:^3.0.0"
find-up: "npm:^5.0.0"
fs-extra: "npm:^11.1.0"
glob: "npm:^10.0.0"
handlebars: "npm:^4.7.7"
lazy-universal-dotenv: "npm:^4.0.0"
node-fetch: "npm:^2.0.0"
picomatch: "npm:^2.3.0"
pkg-dir: "npm:^5.0.0"
pretty-hrtime: "npm:^1.0.3"
resolve-from: "npm:^5.0.0"
semver: "npm:^7.3.7"
tempy: "npm:^1.0.1"
tiny-invariant: "npm:^1.3.1"
ts-dedent: "npm:^2.0.0"
util: "npm:^0.12.4"
checksum: 10/4a1e4def30fd85f7cad93562843512c9cdf2c8e9a7bceb874ab72b2a2d3c1e567b53bc4a8656566707ae26fd718db5ac933b8bfcaff63e2dffbacb545d3832c5
languageName: node
linkType: hard
"@storybook/core-events@npm:7.5.3":
version: 7.5.3
resolution: "@storybook/core-events@npm:7.5.3"
@@ -12522,6 +12580,15 @@ __metadata:
languageName: node
linkType: hard
"@storybook/core-events@npm:8.0.0":
version: 8.0.0
resolution: "@storybook/core-events@npm:8.0.0"
dependencies:
ts-dedent: "npm:^2.0.0"
checksum: 10/61287f661e7042b2e6b5baad4fc513c889ddfecc6cd14e3ad5e9f953d19728db81435fba0db12d31b4853031cf9a439102893ff03faf72173ebcfb612d8713ab
languageName: node
linkType: hard
"@storybook/core-server@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/core-server@npm:7.6.17"
@@ -12581,7 +12648,7 @@ __metadata:
languageName: node
linkType: hard
"@storybook/csf-tools@npm:7.6.17, @storybook/csf-tools@npm:^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0":
"@storybook/csf-tools@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/csf-tools@npm:7.6.17"
dependencies:
@@ -12598,7 +12665,24 @@ __metadata:
languageName: node
linkType: hard
"@storybook/csf@npm:^0.1.0, @storybook/csf@npm:^0.1.1, @storybook/csf@npm:^0.1.2":
"@storybook/csf-tools@npm:8.0.0, @storybook/csf-tools@npm:^8.0.0":
version: 8.0.0
resolution: "@storybook/csf-tools@npm:8.0.0"
dependencies:
"@babel/generator": "npm:^7.23.0"
"@babel/parser": "npm:^7.23.0"
"@babel/traverse": "npm:^7.23.2"
"@babel/types": "npm:^7.23.0"
"@storybook/csf": "npm:^0.1.2"
"@storybook/types": "npm:8.0.0"
fs-extra: "npm:^11.1.0"
recast: "npm:^0.23.5"
ts-dedent: "npm:^2.0.0"
checksum: 10/785cbfc16af44ff3ab35d7effceeb61c7e971d5527fc0e1a573a96ec622726a8ebc0279de6a4691292356610c48913d9acf6a66734603b03e6a25192a6349e24
languageName: node
linkType: hard
"@storybook/csf@npm:^0.1.0, @storybook/csf@npm:^0.1.2":
version: 0.1.2
resolution: "@storybook/csf@npm:0.1.2"
dependencies:
@@ -12726,6 +12810,13 @@ __metadata:
languageName: node
linkType: hard
"@storybook/node-logger@npm:8.0.0":
version: 8.0.0
resolution: "@storybook/node-logger@npm:8.0.0"
checksum: 10/39cdc20133f39a354c1801a4705186618f0f7601dedd2dacc3d5a27c0e434f26f7f09213b1dbb914f543f02cb16287b2cc99e56faa136e3e629404ff76645d4f
languageName: node
linkType: hard
"@storybook/postinstall@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/postinstall@npm:7.6.17"
@@ -12755,7 +12846,7 @@ __metadata:
languageName: node
linkType: hard
"@storybook/preview-api@npm:7.6.17, @storybook/preview-api@npm:^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0":
"@storybook/preview-api@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/preview-api@npm:7.6.17"
dependencies:
@@ -12777,6 +12868,28 @@ __metadata:
languageName: node
linkType: hard
"@storybook/preview-api@npm:^8.0.0":
version: 8.0.0
resolution: "@storybook/preview-api@npm:8.0.0"
dependencies:
"@storybook/channels": "npm:8.0.0"
"@storybook/client-logger": "npm:8.0.0"
"@storybook/core-events": "npm:8.0.0"
"@storybook/csf": "npm:^0.1.2"
"@storybook/global": "npm:^5.0.0"
"@storybook/types": "npm:8.0.0"
"@types/qs": "npm:^6.9.5"
dequal: "npm:^2.0.2"
lodash: "npm:^4.17.21"
memoizerific: "npm:^1.11.3"
qs: "npm:^6.10.0"
tiny-invariant: "npm:^1.3.1"
ts-dedent: "npm:^2.0.0"
util-deprecate: "npm:^1.0.2"
checksum: 10/9cc83e485d11a90778174d94f71dccc6652ed2b2a1053dbaac2effa814d596a8467f94d21181ca135ec416da9720b8d25f3fbe57f5b4a17dc38818d268577f5d
languageName: node
linkType: hard
"@storybook/preview@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/preview@npm:7.6.17"
@@ -12903,25 +13016,22 @@ __metadata:
languageName: node
linkType: hard
"@storybook/test-runner@npm:^0.16.0":
version: 0.16.0
resolution: "@storybook/test-runner@npm:0.16.0"
"@storybook/test-runner@npm:^0.17.0":
version: 0.17.0
resolution: "@storybook/test-runner@npm:0.17.0"
dependencies:
"@babel/core": "npm:^7.22.5"
"@babel/generator": "npm:^7.22.5"
"@babel/template": "npm:^7.22.5"
"@babel/types": "npm:^7.22.5"
"@jest/types": "npm:^29.6.3"
"@storybook/core-common": "npm:^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0"
"@storybook/csf": "npm:^0.1.1"
"@storybook/csf-tools": "npm:^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0"
"@storybook/preview-api": "npm:^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0"
"@storybook/core-common": "npm:^8.0.0"
"@storybook/csf": "npm:^0.1.2"
"@storybook/csf-tools": "npm:^8.0.0"
"@storybook/preview-api": "npm:^8.0.0"
"@swc/core": "npm:^1.3.18"
"@swc/jest": "npm:^0.2.23"
can-bind-to-host: "npm:^1.1.1"
commander: "npm:^9.0.0"
expect-playwright: "npm:^0.8.0"
glob: "npm:^10.2.2"
jest: "npm:^29.6.4"
jest-circus: "npm:^29.6.4"
jest-environment-node: "npm:^29.6.4"
@@ -12930,14 +13040,10 @@ __metadata:
jest-runner: "npm:^29.6.4"
jest-serializer-html: "npm:^7.1.0"
jest-watch-typeahead: "npm:^2.0.0"
node-fetch: "npm:^2"
playwright: "npm:^1.14.0"
read-pkg-up: "npm:^7.0.1"
tempy: "npm:^1.0.1"
ts-dedent: "npm:^2.0.0"
bin:
test-storybook: dist/test-storybook.js
checksum: 10/8e73882d3484899e4b964f4cd48afeb5aadd28b8f67f03c0c494294c84ae55dd1f7c0bc164a7ad3478b88e78eff74d4ac4183e603fdba6ddc1e9df2215887b6f
checksum: 10/c3344041e94f26f7fc2061d527fc77def63fbb0b151e0249ec6af3010d87a483f269178f1eab41525d18ab0f599a024530824a99d4439ca493e09d7ef60ef1e2
languageName: node
linkType: hard
@@ -13006,6 +13112,17 @@ __metadata:
languageName: node
linkType: hard
"@storybook/types@npm:8.0.0":
version: 8.0.0
resolution: "@storybook/types@npm:8.0.0"
dependencies:
"@storybook/channels": "npm:8.0.0"
"@types/express": "npm:^4.7.0"
file-system-cache: "npm:2.3.0"
checksum: 10/ef3f01cffba88c1fd4ef8dafe228de76c746002bb17f2566a80481acce9ca129b45d72fa05c9fc987356e2dfbd945a404fedfeca383f52bffaff455853f3cea8
languageName: node
linkType: hard
"@swc/core-darwin-arm64@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-darwin-arm64@npm:1.4.2"
@@ -15913,7 +16030,7 @@ __metadata:
languageName: node
linkType: hard
"assert@npm:^2.0.0, assert@npm:^2.1.0":
"assert@npm:^2.1.0":
version: 2.1.0
resolution: "assert@npm:2.1.0"
dependencies:
@@ -16960,15 +17077,6 @@ __metadata:
languageName: node
linkType: hard
"can-bind-to-host@npm:^1.1.1":
version: 1.1.2
resolution: "can-bind-to-host@npm:1.1.2"
bin:
can-bind-to-host: dist/bin/can-bind-to-host.js
checksum: 10/d2ad6a0719d1d0013df9b70e362da2f3187c86bcbb2987d1d821c381bb9dfe5483ac63ce7f6dd99489c06854c12c5877a279687a09e9909985a802e77ee9c7ab
languageName: node
linkType: hard
"caniuse-api@npm:^3.0.0":
version: 3.0.0
resolution: "caniuse-api@npm:3.0.0"
@@ -17790,7 +17898,7 @@ __metadata:
languageName: node
linkType: hard
"commander@npm:^9.0.0, commander@npm:^9.4.0, commander@npm:^9.4.1":
"commander@npm:^9.4.0, commander@npm:^9.4.1":
version: 9.5.0
resolution: "commander@npm:9.5.0"
checksum: 10/41c49b3d0f94a1fbeb0463c85b13f15aa15a9e0b4d5e10a49c0a1d58d4489b549d62262b052ae0aa6cfda53299bee487bfe337825df15e342114dde543f82906
@@ -20006,6 +20114,86 @@ __metadata:
languageName: node
linkType: hard
"esbuild@npm:^0.18.0 || ^0.19.0 || ^0.20.0, esbuild@npm:^0.20.1":
version: 0.20.1
resolution: "esbuild@npm:0.20.1"
dependencies:
"@esbuild/aix-ppc64": "npm:0.20.1"
"@esbuild/android-arm": "npm:0.20.1"
"@esbuild/android-arm64": "npm:0.20.1"
"@esbuild/android-x64": "npm:0.20.1"
"@esbuild/darwin-arm64": "npm:0.20.1"
"@esbuild/darwin-x64": "npm:0.20.1"
"@esbuild/freebsd-arm64": "npm:0.20.1"
"@esbuild/freebsd-x64": "npm:0.20.1"
"@esbuild/linux-arm": "npm:0.20.1"
"@esbuild/linux-arm64": "npm:0.20.1"
"@esbuild/linux-ia32": "npm:0.20.1"
"@esbuild/linux-loong64": "npm:0.20.1"
"@esbuild/linux-mips64el": "npm:0.20.1"
"@esbuild/linux-ppc64": "npm:0.20.1"
"@esbuild/linux-riscv64": "npm:0.20.1"
"@esbuild/linux-s390x": "npm:0.20.1"
"@esbuild/linux-x64": "npm:0.20.1"
"@esbuild/netbsd-x64": "npm:0.20.1"
"@esbuild/openbsd-x64": "npm:0.20.1"
"@esbuild/sunos-x64": "npm:0.20.1"
"@esbuild/win32-arm64": "npm:0.20.1"
"@esbuild/win32-ia32": "npm:0.20.1"
"@esbuild/win32-x64": "npm:0.20.1"
dependenciesMeta:
"@esbuild/aix-ppc64":
optional: true
"@esbuild/android-arm":
optional: true
"@esbuild/android-arm64":
optional: true
"@esbuild/android-x64":
optional: true
"@esbuild/darwin-arm64":
optional: true
"@esbuild/darwin-x64":
optional: true
"@esbuild/freebsd-arm64":
optional: true
"@esbuild/freebsd-x64":
optional: true
"@esbuild/linux-arm":
optional: true
"@esbuild/linux-arm64":
optional: true
"@esbuild/linux-ia32":
optional: true
"@esbuild/linux-loong64":
optional: true
"@esbuild/linux-mips64el":
optional: true
"@esbuild/linux-ppc64":
optional: true
"@esbuild/linux-riscv64":
optional: true
"@esbuild/linux-s390x":
optional: true
"@esbuild/linux-x64":
optional: true
"@esbuild/netbsd-x64":
optional: true
"@esbuild/openbsd-x64":
optional: true
"@esbuild/sunos-x64":
optional: true
"@esbuild/win32-arm64":
optional: true
"@esbuild/win32-ia32":
optional: true
"@esbuild/win32-x64":
optional: true
bin:
esbuild: bin/esbuild
checksum: 10/b672fd5df28ae917e2b16e77edbbf6b3099c390ab0a9d4cd331f78b4a4567cf33f506a055e1aa272ac90f7f522835b2173abea9bac6c38906acfda68e60a7ab7
languageName: node
linkType: hard
"esbuild@npm:^0.19.3, esbuild@npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.0":
version: 0.19.12
resolution: "esbuild@npm:0.19.12"
@@ -20086,86 +20274,6 @@ __metadata:
languageName: node
linkType: hard
"esbuild@npm:^0.20.1":
version: 0.20.1
resolution: "esbuild@npm:0.20.1"
dependencies:
"@esbuild/aix-ppc64": "npm:0.20.1"
"@esbuild/android-arm": "npm:0.20.1"
"@esbuild/android-arm64": "npm:0.20.1"
"@esbuild/android-x64": "npm:0.20.1"
"@esbuild/darwin-arm64": "npm:0.20.1"
"@esbuild/darwin-x64": "npm:0.20.1"
"@esbuild/freebsd-arm64": "npm:0.20.1"
"@esbuild/freebsd-x64": "npm:0.20.1"
"@esbuild/linux-arm": "npm:0.20.1"
"@esbuild/linux-arm64": "npm:0.20.1"
"@esbuild/linux-ia32": "npm:0.20.1"
"@esbuild/linux-loong64": "npm:0.20.1"
"@esbuild/linux-mips64el": "npm:0.20.1"
"@esbuild/linux-ppc64": "npm:0.20.1"
"@esbuild/linux-riscv64": "npm:0.20.1"
"@esbuild/linux-s390x": "npm:0.20.1"
"@esbuild/linux-x64": "npm:0.20.1"
"@esbuild/netbsd-x64": "npm:0.20.1"
"@esbuild/openbsd-x64": "npm:0.20.1"
"@esbuild/sunos-x64": "npm:0.20.1"
"@esbuild/win32-arm64": "npm:0.20.1"
"@esbuild/win32-ia32": "npm:0.20.1"
"@esbuild/win32-x64": "npm:0.20.1"
dependenciesMeta:
"@esbuild/aix-ppc64":
optional: true
"@esbuild/android-arm":
optional: true
"@esbuild/android-arm64":
optional: true
"@esbuild/android-x64":
optional: true
"@esbuild/darwin-arm64":
optional: true
"@esbuild/darwin-x64":
optional: true
"@esbuild/freebsd-arm64":
optional: true
"@esbuild/freebsd-x64":
optional: true
"@esbuild/linux-arm":
optional: true
"@esbuild/linux-arm64":
optional: true
"@esbuild/linux-ia32":
optional: true
"@esbuild/linux-loong64":
optional: true
"@esbuild/linux-mips64el":
optional: true
"@esbuild/linux-ppc64":
optional: true
"@esbuild/linux-riscv64":
optional: true
"@esbuild/linux-s390x":
optional: true
"@esbuild/linux-x64":
optional: true
"@esbuild/netbsd-x64":
optional: true
"@esbuild/openbsd-x64":
optional: true
"@esbuild/sunos-x64":
optional: true
"@esbuild/win32-arm64":
optional: true
"@esbuild/win32-ia32":
optional: true
"@esbuild/win32-x64":
optional: true
bin:
esbuild: bin/esbuild
checksum: 10/b672fd5df28ae917e2b16e77edbbf6b3099c390ab0a9d4cd331f78b4a4567cf33f506a055e1aa272ac90f7f522835b2173abea9bac6c38906acfda68e60a7ab7
languageName: node
linkType: hard
"escalade@npm:^3.1.1":
version: 3.1.1
resolution: "escalade@npm:3.1.1"
@@ -27633,14 +27741,13 @@ __metadata:
languageName: node
linkType: hard
"next-themes@npm:^0.2.1":
version: 0.2.1
resolution: "next-themes@npm:0.2.1"
"next-themes@npm:^0.3.0":
version: 0.3.0
resolution: "next-themes@npm:0.3.0"
peerDependencies:
next: "*"
react: "*"
react-dom: "*"
checksum: 10/6c955c114b7aa920fc14edd3832d0ea95be245ad33f79f397f613696a7c16c7f4112d6e61893d4977255b270f920811741eafdf8be49bd99cecafabf09e8a499
react: ^16.8 || ^17 || ^18
react-dom: ^16.8 || ^17 || ^18
checksum: 10/4285c4969eac517ad7addd773bcb71e7d14bc6c6e3b24eb97b80a6e06ac03fb6cb345e75dfb448156d14430d06289948eb8cfdeb52402ca7ce786093d01d2878
languageName: node
linkType: hard
@@ -27736,7 +27843,7 @@ __metadata:
languageName: node
linkType: hard
"node-fetch@npm:^2, node-fetch@npm:^2.0.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.2, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9":
"node-fetch@npm:^2.0.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.2, node-fetch@npm:^2.6.7, node-fetch@npm:^2.6.9":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
dependencies:
@@ -30596,16 +30703,16 @@ __metadata:
languageName: node
linkType: hard
"recast@npm:^0.23.1, recast@npm:^0.23.3":
version: 0.23.4
resolution: "recast@npm:0.23.4"
"recast@npm:^0.23.1, recast@npm:^0.23.3, recast@npm:^0.23.5":
version: 0.23.6
resolution: "recast@npm:0.23.6"
dependencies:
assert: "npm:^2.0.0"
ast-types: "npm:^0.16.1"
esprima: "npm:~4.0.0"
source-map: "npm:~0.6.1"
tiny-invariant: "npm:^1.3.3"
tslib: "npm:^2.0.1"
checksum: 10/a82e388ded2154697ea54e6d65d060143c9cf4b521f770232a7483e253d45bdd9080b44dc5874d36fe720ba1a10cb20b95375896bd89f5cab631a751e93979f5
checksum: 10/3b7bfac05a4ec427738f3a9dc3c955a863eb5bdf42817310a2f521da127613f833c648acee95fd11b4c906186a0b283d873b787d72e3d323a0f42abfcaf4b1f9
languageName: node
linkType: hard
@@ -33207,10 +33314,10 @@ __metadata:
languageName: node
linkType: hard
"tiny-invariant@npm:^1.3.1":
version: 1.3.1
resolution: "tiny-invariant@npm:1.3.1"
checksum: 10/872dbd1ff20a21303a2fd20ce3a15602cfa7fcf9b228bd694a52e2938224313b5385a1078cb667ed7375d1612194feaca81c4ecbe93121ca1baebe344de4f84c
"tiny-invariant@npm:^1.3.1, tiny-invariant@npm:^1.3.3":
version: 1.3.3
resolution: "tiny-invariant@npm:1.3.3"
checksum: 10/5e185c8cc2266967984ce3b352a4e57cb89dad5a8abb0dea21468a6ecaa67cd5bb47a3b7a85d08041008644af4f667fb8b6575ba38ba5fb00b3b5068306e59fe
languageName: node
linkType: hard