mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
chore: bump up @vanilla-extract/vite-plugin version to v4 (#5730)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vanilla-extract/vite-plugin](https://togithub.com/vanilla-extract-css/vanilla-extract) ([source](https://togithub.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin)) | [`^3.9.2` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fvite-plugin/3.9.2/4.0.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vanilla-extract-css/vanilla-extract (@​vanilla-extract/vite-plugin)</summary> ### [`v4.0.2`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/vite-plugin/CHANGELOG.md#402) [Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/vite-plugin@4.0.1...@vanilla-extract/vite-plugin@4.0.2) ##### Patch Changes - [#​1304](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1304) [`545bf82`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/545bf82f127598ac72265164c72e1a1aad558491) Thanks [@​fukumasuya](https://togithub.com/fukumasuya)! - Pass Vite `resolve` config to vite-node compiler The plugin passes through the project's Vite `resolve` config to the vite-node compiler, which will be used for resolving imports. These options include [`resolve.alias`][resolve.alias], [`resolve.dedupe`][resolve.dedupe], [`resolve.conditions`][resolve.conditions], [`resolve.mainFields`][resolve.mainFields], [`resolve.extensions`][resolve.extensions], and others. [`resolve.alias`]: https://vitejs.dev/config/shared-options.html#resolve-alias [`resolve.dedupe`]: https://vitejs.dev/config/shared-options.html#resolve-dedupe [`resolve.conditions`]: https://vitejs.dev/config/shared-options.html#resolve-conditions [`resolve.mainFields`]: https://vitejs.dev/config/shared-options.html#resolve-mainfields [`resolve.extensions`]: https://vitejs.dev/config/shared-options.html#resolve-extensions - Updated dependencies \[[`545bf82`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/545bf82f127598ac72265164c72e1a1aad558491)]: - [@​vanilla-extract/integration](https://togithub.com/vanilla-extract/integration)[@​6](https://togithub.com/6).5.0 ### [`v4.0.1`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/vite-plugin/CHANGELOG.md#401) [Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/vite-plugin@4.0.0...@vanilla-extract/vite-plugin@4.0.1) ##### Patch Changes - [#​1300](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1300) [`d0b84f6`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/d0b84f6340d34b39414fbead3893a6000f9810fe) Thanks [@​mrm007](https://togithub.com/mrm007)! - Skip loading plugins added by Vitest - [#​1297](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1297) [`85e1131`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/85e11318f0a8b405041e967bd35aaed7f8abe753) Thanks [@​mrm007](https://togithub.com/mrm007)! - Correctly resolve the user's Vite plugins ### [`v4.0.0`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/vite-plugin/CHANGELOG.md#400) [Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/vite-plugin@3.9.5...@vanilla-extract/vite-plugin@4.0.0) ##### Major Changes - [#​1264](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1264) [`e531c41`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/e531c4170da11ba6446e256b3af04a288841491a) Thanks [@​mrm007](https://togithub.com/mrm007)! - The Vite plugin now uses a newer, faster, Vite-based compiler by default. The new compiler uses [`vite-node`](https://togithub.com/vitest-dev/vitest/tree/main/packages/vite-node) to parse and extract CSS from `.css.ts` files. This comes with all the benefits of using Vite, faster builds and the ability to use Vite plugins. The new compiler has been used in Remix ever since support for Vanilla Extract was introduced. - [#​1264](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1264) [`e531c41`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/e531c4170da11ba6446e256b3af04a288841491a) Thanks [@​mrm007](https://togithub.com/mrm007)! - The behaviour previously known as `emitCssInSsr` has been turned on by default. The `emitCssInSsr` option has been removed. This means that the CSS emitted by the plugin is now processed by Vite, so the plugin no longer needs to resolve PostCSS plugins and process the CSS output itself. - [#​1264](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1264) [`e531c41`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/e531c4170da11ba6446e256b3af04a288841491a) Thanks [@​mrm007](https://togithub.com/mrm007)! - The `esbuildOptions` option has been removed as we are no longer using esbuild internally - [#​1264](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1264) [`e531c41`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/e531c4170da11ba6446e256b3af04a288841491a) Thanks [@​mrm007](https://togithub.com/mrm007)! - Drop support for Vite < 4 ##### Patch Changes - [#​1264](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1264) [`e531c41`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/e531c4170da11ba6446e256b3af04a288841491a) Thanks [@​mrm007](https://togithub.com/mrm007)! - Update dependencies - Updated dependencies \[[`e531c41`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/e531c4170da11ba6446e256b3af04a288841491a), [`e531c41`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/e531c4170da11ba6446e256b3af04a288841491a)]: - [@​vanilla-extract/integration](https://togithub.com/vanilla-extract/integration)[@​6](https://togithub.com/6).4.0 ### [`v3.9.5`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/vite-plugin/CHANGELOG.md#395) [Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/vite-plugin@3.9.4...@vanilla-extract/vite-plugin@3.9.5) ##### Patch Changes - [#​1291](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1291) [`00af971`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/00af9715e522d9caf6e90cb138dee13580b8dea1) Thanks [@​mrm007](https://togithub.com/mrm007)! - Update dependency `@vanilla-extract/integration` - [#​1254](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1254) [`f373d7f`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/f373d7f6b59f43236dc713e1b421ef4631f392c0) Thanks [@​EvgenNoskov](https://togithub.com/EvgenNoskov)! - Allow hyphens in class names when using a custom identifier ### [`v3.9.4`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/vite-plugin/CHANGELOG.md#394) [Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/vite-plugin@3.9.3...@vanilla-extract/vite-plugin@3.9.4) ##### Patch Changes - [#​1262](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1262) [`610c50b`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e) Thanks [@​mrm007](https://togithub.com/mrm007)! - Update Babel config to target Node.js 14 - [#​1262](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1262) [`610c50b`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e) Thanks [@​mrm007](https://togithub.com/mrm007)! - Lazy load Vite to avoid the CJS warning - Updated dependencies \[[`610c50b`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e), [`610c50b`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e)]: - [@​vanilla-extract/integration](https://togithub.com/vanilla-extract/integration)[@​6](https://togithub.com/6).2.5 ### [`v3.9.3`](https://togithub.com/vanilla-extract-css/vanilla-extract/blob/HEAD/packages/vite-plugin/CHANGELOG.md#393) [Compare Source](https://togithub.com/vanilla-extract-css/vanilla-extract/compare/@vanilla-extract/vite-plugin@3.9.2...@vanilla-extract/vite-plugin@3.9.3) ##### Patch Changes - [#​1250](https://togithub.com/vanilla-extract-css/vanilla-extract/pull/1250) [`bc349fd`](https://togithub.com/vanilla-extract-css/vanilla-extract/commit/bc349fd7cb3c50488bb1b169418fbb35b7de5c95) Thanks [@​kosmotema](https://togithub.com/kosmotema)! - Prevent unnecessary module invalidations when using PostCSS </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5In0=-->
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@
|
||||
"@types/node": "^20.9.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
||||
"@typescript-eslint/parser": "^6.13.1",
|
||||
"@vanilla-extract/vite-plugin": "^3.9.2",
|
||||
"@vanilla-extract/vite-plugin": "^4.0.0",
|
||||
"@vanilla-extract/webpack-plugin": "^2.3.1",
|
||||
"@vitejs/plugin-react-swc": "^3.5.0",
|
||||
"@vitest/coverage-istanbul": "1.2.2",
|
||||
|
||||
@@ -548,7 +548,7 @@ __metadata:
|
||||
"@types/node": "npm:^20.9.3"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^6.13.1"
|
||||
"@typescript-eslint/parser": "npm:^6.13.1"
|
||||
"@vanilla-extract/vite-plugin": "npm:^3.9.2"
|
||||
"@vanilla-extract/vite-plugin": "npm:^4.0.0"
|
||||
"@vanilla-extract/webpack-plugin": "npm:^2.3.1"
|
||||
"@vitejs/plugin-react-swc": "npm:^3.5.0"
|
||||
"@vitest/coverage-istanbul": "npm:1.2.2"
|
||||
@@ -4518,6 +4518,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/aix-ppc64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/aix-ppc64@npm:0.19.12"
|
||||
conditions: os=aix & cpu=ppc64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/aix-ppc64@npm:0.20.0":
|
||||
version: 0.20.0
|
||||
resolution: "@esbuild/aix-ppc64@npm:0.20.0"
|
||||
@@ -4532,13 +4539,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/android-arm64@npm:0.17.6"
|
||||
conditions: os=android & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/android-arm64@npm:0.18.20"
|
||||
@@ -4546,9 +4546,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/android-arm64@npm:0.19.8"
|
||||
"@esbuild/android-arm64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/android-arm64@npm:0.19.12"
|
||||
conditions: os=android & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4567,13 +4567,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/android-arm@npm:0.17.6"
|
||||
conditions: os=android & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/android-arm@npm:0.18.20"
|
||||
@@ -4581,9 +4574,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-arm@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/android-arm@npm:0.19.8"
|
||||
"@esbuild/android-arm@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/android-arm@npm:0.19.12"
|
||||
conditions: os=android & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4602,13 +4595,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/android-x64@npm:0.17.6"
|
||||
conditions: os=android & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/android-x64@npm:0.18.20"
|
||||
@@ -4616,9 +4602,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/android-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/android-x64@npm:0.19.8"
|
||||
"@esbuild/android-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/android-x64@npm:0.19.12"
|
||||
conditions: os=android & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4637,13 +4623,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-arm64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/darwin-arm64@npm:0.17.6"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-arm64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/darwin-arm64@npm:0.18.20"
|
||||
@@ -4651,9 +4630,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-arm64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/darwin-arm64@npm:0.19.8"
|
||||
"@esbuild/darwin-arm64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/darwin-arm64@npm:0.19.12"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4672,13 +4651,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/darwin-x64@npm:0.17.6"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/darwin-x64@npm:0.18.20"
|
||||
@@ -4686,9 +4658,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/darwin-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/darwin-x64@npm:0.19.8"
|
||||
"@esbuild/darwin-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/darwin-x64@npm:0.19.12"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4707,13 +4679,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-arm64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/freebsd-arm64@npm:0.17.6"
|
||||
conditions: os=freebsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-arm64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/freebsd-arm64@npm:0.18.20"
|
||||
@@ -4721,9 +4686,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-arm64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/freebsd-arm64@npm:0.19.8"
|
||||
"@esbuild/freebsd-arm64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/freebsd-arm64@npm:0.19.12"
|
||||
conditions: os=freebsd & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4742,13 +4707,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/freebsd-x64@npm:0.17.6"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/freebsd-x64@npm:0.18.20"
|
||||
@@ -4756,9 +4714,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/freebsd-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/freebsd-x64@npm:0.19.8"
|
||||
"@esbuild/freebsd-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/freebsd-x64@npm:0.19.12"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4777,13 +4735,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-arm64@npm:0.17.6"
|
||||
conditions: os=linux & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-arm64@npm:0.18.20"
|
||||
@@ -4791,9 +4742,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-arm64@npm:0.19.8"
|
||||
"@esbuild/linux-arm64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-arm64@npm:0.19.12"
|
||||
conditions: os=linux & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4812,13 +4763,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-arm@npm:0.17.6"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-arm@npm:0.18.20"
|
||||
@@ -4826,9 +4770,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-arm@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-arm@npm:0.19.8"
|
||||
"@esbuild/linux-arm@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-arm@npm:0.19.12"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4847,13 +4791,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ia32@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-ia32@npm:0.17.6"
|
||||
conditions: os=linux & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ia32@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-ia32@npm:0.18.20"
|
||||
@@ -4861,9 +4798,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ia32@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-ia32@npm:0.19.8"
|
||||
"@esbuild/linux-ia32@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-ia32@npm:0.19.12"
|
||||
conditions: os=linux & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4882,13 +4819,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-loong64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-loong64@npm:0.17.6"
|
||||
conditions: os=linux & cpu=loong64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-loong64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-loong64@npm:0.18.20"
|
||||
@@ -4896,9 +4826,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-loong64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-loong64@npm:0.19.8"
|
||||
"@esbuild/linux-loong64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-loong64@npm:0.19.12"
|
||||
conditions: os=linux & cpu=loong64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4917,13 +4847,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-mips64el@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-mips64el@npm:0.17.6"
|
||||
conditions: os=linux & cpu=mips64el
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-mips64el@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-mips64el@npm:0.18.20"
|
||||
@@ -4931,9 +4854,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-mips64el@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-mips64el@npm:0.19.8"
|
||||
"@esbuild/linux-mips64el@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-mips64el@npm:0.19.12"
|
||||
conditions: os=linux & cpu=mips64el
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4952,13 +4875,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ppc64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-ppc64@npm:0.17.6"
|
||||
conditions: os=linux & cpu=ppc64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ppc64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-ppc64@npm:0.18.20"
|
||||
@@ -4966,9 +4882,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-ppc64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-ppc64@npm:0.19.8"
|
||||
"@esbuild/linux-ppc64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-ppc64@npm:0.19.12"
|
||||
conditions: os=linux & cpu=ppc64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -4987,13 +4903,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-riscv64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-riscv64@npm:0.17.6"
|
||||
conditions: os=linux & cpu=riscv64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-riscv64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-riscv64@npm:0.18.20"
|
||||
@@ -5001,9 +4910,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-riscv64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-riscv64@npm:0.19.8"
|
||||
"@esbuild/linux-riscv64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-riscv64@npm:0.19.12"
|
||||
conditions: os=linux & cpu=riscv64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5022,13 +4931,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-s390x@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-s390x@npm:0.17.6"
|
||||
conditions: os=linux & cpu=s390x
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-s390x@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-s390x@npm:0.18.20"
|
||||
@@ -5036,9 +4938,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-s390x@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-s390x@npm:0.19.8"
|
||||
"@esbuild/linux-s390x@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-s390x@npm:0.19.12"
|
||||
conditions: os=linux & cpu=s390x
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5057,13 +4959,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/linux-x64@npm:0.17.6"
|
||||
conditions: os=linux & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/linux-x64@npm:0.18.20"
|
||||
@@ -5071,9 +4966,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/linux-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/linux-x64@npm:0.19.8"
|
||||
"@esbuild/linux-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/linux-x64@npm:0.19.12"
|
||||
conditions: os=linux & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5092,13 +4987,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/netbsd-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/netbsd-x64@npm:0.17.6"
|
||||
conditions: os=netbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/netbsd-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/netbsd-x64@npm:0.18.20"
|
||||
@@ -5106,9 +4994,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/netbsd-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/netbsd-x64@npm:0.19.8"
|
||||
"@esbuild/netbsd-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/netbsd-x64@npm:0.19.12"
|
||||
conditions: os=netbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5127,13 +5015,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openbsd-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/openbsd-x64@npm:0.17.6"
|
||||
conditions: os=openbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openbsd-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/openbsd-x64@npm:0.18.20"
|
||||
@@ -5141,9 +5022,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/openbsd-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/openbsd-x64@npm:0.19.8"
|
||||
"@esbuild/openbsd-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/openbsd-x64@npm:0.19.12"
|
||||
conditions: os=openbsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5162,13 +5043,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/sunos-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/sunos-x64@npm:0.17.6"
|
||||
conditions: os=sunos & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/sunos-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/sunos-x64@npm:0.18.20"
|
||||
@@ -5176,9 +5050,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/sunos-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/sunos-x64@npm:0.19.8"
|
||||
"@esbuild/sunos-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/sunos-x64@npm:0.19.12"
|
||||
conditions: os=sunos & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5197,13 +5071,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-arm64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/win32-arm64@npm:0.17.6"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-arm64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/win32-arm64@npm:0.18.20"
|
||||
@@ -5211,9 +5078,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-arm64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/win32-arm64@npm:0.19.8"
|
||||
"@esbuild/win32-arm64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/win32-arm64@npm:0.19.12"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5232,13 +5099,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-ia32@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/win32-ia32@npm:0.17.6"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-ia32@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/win32-ia32@npm:0.18.20"
|
||||
@@ -5246,9 +5106,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-ia32@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/win32-ia32@npm:0.19.8"
|
||||
"@esbuild/win32-ia32@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/win32-ia32@npm:0.19.12"
|
||||
conditions: os=win32 & cpu=ia32
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -5267,13 +5127,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-x64@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "@esbuild/win32-x64@npm:0.17.6"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-x64@npm:0.18.20":
|
||||
version: 0.18.20
|
||||
resolution: "@esbuild/win32-x64@npm:0.18.20"
|
||||
@@ -5281,9 +5134,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@esbuild/win32-x64@npm:0.19.8":
|
||||
version: 0.19.8
|
||||
resolution: "@esbuild/win32-x64@npm:0.19.8"
|
||||
"@esbuild/win32-x64@npm:0.19.12":
|
||||
version: 0.19.12
|
||||
resolution: "@esbuild/win32-x64@npm:0.19.12"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -14573,12 +14426,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vanilla-extract/babel-plugin-debug-ids@npm:^1.0.2":
|
||||
version: 1.0.3
|
||||
resolution: "@vanilla-extract/babel-plugin-debug-ids@npm:1.0.3"
|
||||
"@vanilla-extract/babel-plugin-debug-ids@npm:^1.0.4":
|
||||
version: 1.0.4
|
||||
resolution: "@vanilla-extract/babel-plugin-debug-ids@npm:1.0.4"
|
||||
dependencies:
|
||||
"@babel/core": "npm:^7.20.7"
|
||||
checksum: 10/49bf44ea9bece076eaf0134e01e31b7444373e13d2b127dcab1615b2f591d10bd0b95c83e66e88d2cf94744dd392069669b8e8738a163431cd176669bf661d3f
|
||||
checksum: 10/8d38a477be0c23f829d5bcfec86209c453d0aa62743cbef1d835c313e13b6fe78844c09defb345a0d24eae911b1977562af80fa268cefc0ef9e22ece6dae7256
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -14624,24 +14477,24 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vanilla-extract/integration@npm:^6.0.0, @vanilla-extract/integration@npm:^6.2.0, @vanilla-extract/integration@npm:^6.2.4":
|
||||
version: 6.2.4
|
||||
resolution: "@vanilla-extract/integration@npm:6.2.4"
|
||||
"@vanilla-extract/integration@npm:^6.0.0, @vanilla-extract/integration@npm:^6.2.0, @vanilla-extract/integration@npm:^6.5.0":
|
||||
version: 6.5.0
|
||||
resolution: "@vanilla-extract/integration@npm:6.5.0"
|
||||
dependencies:
|
||||
"@babel/core": "npm:^7.20.7"
|
||||
"@babel/plugin-syntax-typescript": "npm:^7.20.0"
|
||||
"@vanilla-extract/babel-plugin-debug-ids": "npm:^1.0.2"
|
||||
"@vanilla-extract/babel-plugin-debug-ids": "npm:^1.0.4"
|
||||
"@vanilla-extract/css": "npm:^1.14.0"
|
||||
esbuild: "npm:0.17.6"
|
||||
esbuild: "npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.0"
|
||||
eval: "npm:0.1.8"
|
||||
find-up: "npm:^5.0.0"
|
||||
javascript-stringify: "npm:^2.0.1"
|
||||
lodash: "npm:^4.17.21"
|
||||
mlly: "npm:^1.1.0"
|
||||
mlly: "npm:^1.4.2"
|
||||
outdent: "npm:^0.8.0"
|
||||
vite: "npm:^4.1.4"
|
||||
vite-node: "npm:^0.28.5"
|
||||
checksum: 10/9dd2dfe59b9e690480388a813c5ab7efa378dd293c60d7117edc0899c34dd25257926c78c059a97f7aed53976c0ee883da2b5f9ba4f3c7403bd3d98b2d8dc666
|
||||
vite: "npm:^5.0.11"
|
||||
vite-node: "npm:^1.2.0"
|
||||
checksum: 10/1e6df32dee19196d54bd18179001f092afec712133c2855d437ad48eaf63e3d6a74f95735ad9916a1b2c8f290897c17624371a39eeacc64edb2605f901cc569c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -14652,17 +14505,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@vanilla-extract/vite-plugin@npm:^3.9.2":
|
||||
version: 3.9.2
|
||||
resolution: "@vanilla-extract/vite-plugin@npm:3.9.2"
|
||||
"@vanilla-extract/vite-plugin@npm:^4.0.0":
|
||||
version: 4.0.2
|
||||
resolution: "@vanilla-extract/vite-plugin@npm:4.0.2"
|
||||
dependencies:
|
||||
"@vanilla-extract/integration": "npm:^6.2.4"
|
||||
outdent: "npm:^0.8.0"
|
||||
postcss: "npm:^8.3.6"
|
||||
postcss-load-config: "npm:^4.0.1"
|
||||
"@vanilla-extract/integration": "npm:^6.5.0"
|
||||
peerDependencies:
|
||||
vite: ^2.2.3 || ^3.0.0 || ^4.0.3 || ^5.0.0
|
||||
checksum: 10/ec0649678d58a7bef23afdf2a7e8685cf17343cce0a330fb858407d355e80e5372ce6f4a4911326939e90ca4d0024801d40c2590044c61c57c8466b2d50a3365
|
||||
vite: ^4.0.3 || ^5.0.0
|
||||
checksum: 10/187c73200af772c5e0231b0d9036435f62afa6ce393842e21cc6aff17ee9448a838e904feb813ddd9f9cdeb8bebad523d308c107e70557e907c6301077f920c4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -19830,83 +19680,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esbuild@npm:0.17.6":
|
||||
version: 0.17.6
|
||||
resolution: "esbuild@npm:0.17.6"
|
||||
dependencies:
|
||||
"@esbuild/android-arm": "npm:0.17.6"
|
||||
"@esbuild/android-arm64": "npm:0.17.6"
|
||||
"@esbuild/android-x64": "npm:0.17.6"
|
||||
"@esbuild/darwin-arm64": "npm:0.17.6"
|
||||
"@esbuild/darwin-x64": "npm:0.17.6"
|
||||
"@esbuild/freebsd-arm64": "npm:0.17.6"
|
||||
"@esbuild/freebsd-x64": "npm:0.17.6"
|
||||
"@esbuild/linux-arm": "npm:0.17.6"
|
||||
"@esbuild/linux-arm64": "npm:0.17.6"
|
||||
"@esbuild/linux-ia32": "npm:0.17.6"
|
||||
"@esbuild/linux-loong64": "npm:0.17.6"
|
||||
"@esbuild/linux-mips64el": "npm:0.17.6"
|
||||
"@esbuild/linux-ppc64": "npm:0.17.6"
|
||||
"@esbuild/linux-riscv64": "npm:0.17.6"
|
||||
"@esbuild/linux-s390x": "npm:0.17.6"
|
||||
"@esbuild/linux-x64": "npm:0.17.6"
|
||||
"@esbuild/netbsd-x64": "npm:0.17.6"
|
||||
"@esbuild/openbsd-x64": "npm:0.17.6"
|
||||
"@esbuild/sunos-x64": "npm:0.17.6"
|
||||
"@esbuild/win32-arm64": "npm:0.17.6"
|
||||
"@esbuild/win32-ia32": "npm:0.17.6"
|
||||
"@esbuild/win32-x64": "npm:0.17.6"
|
||||
dependenciesMeta:
|
||||
"@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/815a6fb09c4dd718b708437c07ef376302fd1a7b554b4820b88e935612f11c275b121ebe03269b400b5999fd047ec6c4fa811f30ce9acc62cc770dd1c58dee68
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esbuild@npm:^0.18.0":
|
||||
version: 0.18.20
|
||||
resolution: "esbuild@npm:0.18.20"
|
||||
@@ -19984,33 +19757,36 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esbuild@npm:^0.19.3":
|
||||
version: 0.19.8
|
||||
resolution: "esbuild@npm:0.19.8"
|
||||
"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"
|
||||
dependencies:
|
||||
"@esbuild/android-arm": "npm:0.19.8"
|
||||
"@esbuild/android-arm64": "npm:0.19.8"
|
||||
"@esbuild/android-x64": "npm:0.19.8"
|
||||
"@esbuild/darwin-arm64": "npm:0.19.8"
|
||||
"@esbuild/darwin-x64": "npm:0.19.8"
|
||||
"@esbuild/freebsd-arm64": "npm:0.19.8"
|
||||
"@esbuild/freebsd-x64": "npm:0.19.8"
|
||||
"@esbuild/linux-arm": "npm:0.19.8"
|
||||
"@esbuild/linux-arm64": "npm:0.19.8"
|
||||
"@esbuild/linux-ia32": "npm:0.19.8"
|
||||
"@esbuild/linux-loong64": "npm:0.19.8"
|
||||
"@esbuild/linux-mips64el": "npm:0.19.8"
|
||||
"@esbuild/linux-ppc64": "npm:0.19.8"
|
||||
"@esbuild/linux-riscv64": "npm:0.19.8"
|
||||
"@esbuild/linux-s390x": "npm:0.19.8"
|
||||
"@esbuild/linux-x64": "npm:0.19.8"
|
||||
"@esbuild/netbsd-x64": "npm:0.19.8"
|
||||
"@esbuild/openbsd-x64": "npm:0.19.8"
|
||||
"@esbuild/sunos-x64": "npm:0.19.8"
|
||||
"@esbuild/win32-arm64": "npm:0.19.8"
|
||||
"@esbuild/win32-ia32": "npm:0.19.8"
|
||||
"@esbuild/win32-x64": "npm:0.19.8"
|
||||
"@esbuild/aix-ppc64": "npm:0.19.12"
|
||||
"@esbuild/android-arm": "npm:0.19.12"
|
||||
"@esbuild/android-arm64": "npm:0.19.12"
|
||||
"@esbuild/android-x64": "npm:0.19.12"
|
||||
"@esbuild/darwin-arm64": "npm:0.19.12"
|
||||
"@esbuild/darwin-x64": "npm:0.19.12"
|
||||
"@esbuild/freebsd-arm64": "npm:0.19.12"
|
||||
"@esbuild/freebsd-x64": "npm:0.19.12"
|
||||
"@esbuild/linux-arm": "npm:0.19.12"
|
||||
"@esbuild/linux-arm64": "npm:0.19.12"
|
||||
"@esbuild/linux-ia32": "npm:0.19.12"
|
||||
"@esbuild/linux-loong64": "npm:0.19.12"
|
||||
"@esbuild/linux-mips64el": "npm:0.19.12"
|
||||
"@esbuild/linux-ppc64": "npm:0.19.12"
|
||||
"@esbuild/linux-riscv64": "npm:0.19.12"
|
||||
"@esbuild/linux-s390x": "npm:0.19.12"
|
||||
"@esbuild/linux-x64": "npm:0.19.12"
|
||||
"@esbuild/netbsd-x64": "npm:0.19.12"
|
||||
"@esbuild/openbsd-x64": "npm:0.19.12"
|
||||
"@esbuild/sunos-x64": "npm:0.19.12"
|
||||
"@esbuild/win32-arm64": "npm:0.19.12"
|
||||
"@esbuild/win32-ia32": "npm:0.19.12"
|
||||
"@esbuild/win32-x64": "npm:0.19.12"
|
||||
dependenciesMeta:
|
||||
"@esbuild/aix-ppc64":
|
||||
optional: true
|
||||
"@esbuild/android-arm":
|
||||
optional: true
|
||||
"@esbuild/android-arm64":
|
||||
@@ -20057,7 +19833,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
esbuild: bin/esbuild
|
||||
checksum: 10/8c440db4689948626dbc4122a03575c378e86e630e5de3789464504cd474bf3a1fd7c9402ed79eb8aa2f83e5cfd75872c8607d6255a05e540065b42750e89afe
|
||||
checksum: 10/861fa8eb2428e8d6521a4b7c7930139e3f45e8d51a86985cc29408172a41f6b18df7b3401e7e5e2d528cdf83742da601ddfdc77043ddc4f1c715a8ddb2d8a255
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -25205,13 +24981,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lilconfig@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "lilconfig@npm:3.0.0"
|
||||
checksum: 10/55f60f4f9f7b41358cc33875e3696919412683a35aec30c6c60c4f6ecb16fb6d11f7ac856b8458b9b82b21d5f4629649fbfca1de034e8d5b0cc7a70836266db6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lines-and-columns@npm:^1.1.6":
|
||||
version: 1.2.4
|
||||
resolution: "lines-and-columns@npm:1.2.4"
|
||||
@@ -27447,7 +27216,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"mlly@npm:^1.1.0, mlly@npm:^1.2.0, mlly@npm:^1.4.2":
|
||||
"mlly@npm:^1.2.0, mlly@npm:^1.4.2":
|
||||
version: 1.4.2
|
||||
resolution: "mlly@npm:1.4.2"
|
||||
dependencies:
|
||||
@@ -29412,24 +29181,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss-load-config@npm:^4.0.1":
|
||||
version: 4.0.2
|
||||
resolution: "postcss-load-config@npm:4.0.2"
|
||||
dependencies:
|
||||
lilconfig: "npm:^3.0.0"
|
||||
yaml: "npm:^2.3.4"
|
||||
peerDependencies:
|
||||
postcss: ">=8.0.9"
|
||||
ts-node: ">=9.0.0"
|
||||
peerDependenciesMeta:
|
||||
postcss:
|
||||
optional: true
|
||||
ts-node:
|
||||
optional: true
|
||||
checksum: 10/e2c2ed9b7998a5b123e1ce0c124daf6504b1454c67dcc1c8fdbcc5ffb2597b7de245e3ac34f63afc928d3fd3260b1e36492ebbdb01a9ff63f16b3c8b7b925d1b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss-loader@npm:^8.0.0":
|
||||
version: 8.0.0
|
||||
resolution: "postcss-loader@npm:8.0.0"
|
||||
@@ -29735,7 +29486,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"postcss@npm:^8.3.6, postcss@npm:^8.4.21, postcss@npm:^8.4.32":
|
||||
"postcss@npm:^8.4.21, postcss@npm:^8.4.32":
|
||||
version: 8.4.32
|
||||
resolution: "postcss@npm:8.4.32"
|
||||
dependencies:
|
||||
@@ -32284,7 +32035,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"source-map-support@npm:0.5.21, source-map-support@npm:^0.5.13, source-map-support@npm:^0.5.16, source-map-support@npm:^0.5.21, source-map-support@npm:~0.5.20":
|
||||
"source-map-support@npm:0.5.21, source-map-support@npm:^0.5.13, source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20":
|
||||
version: 0.5.21
|
||||
resolution: "source-map-support@npm:0.5.21"
|
||||
dependencies:
|
||||
@@ -34702,7 +34453,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite-node@npm:1.2.2":
|
||||
"vite-node@npm:1.2.2, vite-node@npm:^1.2.0":
|
||||
version: 1.2.2
|
||||
resolution: "vite-node@npm:1.2.2"
|
||||
dependencies:
|
||||
@@ -34717,24 +34468,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite-node@npm:^0.28.5":
|
||||
version: 0.28.5
|
||||
resolution: "vite-node@npm:0.28.5"
|
||||
dependencies:
|
||||
cac: "npm:^6.7.14"
|
||||
debug: "npm:^4.3.4"
|
||||
mlly: "npm:^1.1.0"
|
||||
pathe: "npm:^1.1.0"
|
||||
picocolors: "npm:^1.0.0"
|
||||
source-map: "npm:^0.6.1"
|
||||
source-map-support: "npm:^0.5.21"
|
||||
vite: "npm:^3.0.0 || ^4.0.0"
|
||||
bin:
|
||||
vite-node: vite-node.mjs
|
||||
checksum: 10/8ddd11a7615f52c9fd3b59f27554c263b480bb64c7ca0b1ec3b22b14439038876c7edbde79fdf8678e211be8a1d3883c79a140207bd84a4ef815faf3da09cbbb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite-plugin-dts@npm:3.7.2":
|
||||
version: 3.7.2
|
||||
resolution: "vite-plugin-dts@npm:3.7.2"
|
||||
@@ -35775,7 +35508,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yaml@npm:2.3.4, yaml@npm:^2.3.1, yaml@npm:^2.3.4":
|
||||
"yaml@npm:2.3.4, yaml@npm:^2.3.1":
|
||||
version: 2.3.4
|
||||
resolution: "yaml@npm:2.3.4"
|
||||
checksum: 10/f8207ce43065a22268a2806ea6a0fa3974c6fde92b4b2fa0082357e487bc333e85dc518910007e7ac001b532c7c84bd3eccb6c7757e94182b564028b0008f44b
|
||||
|
||||
Reference in New Issue
Block a user