diff --git a/package.json b/package.json
index 0b3bab8..2225ea0 100644
--- a/package.json
+++ b/package.json
@@ -21,17 +21,17 @@
"@auto-it/git-tag": "^11.1.6",
"@auto-it/version-file": "^11.1.6",
"@plasmohq/storage": "^1.10.0",
- "@player-tools/devtools-client": "0.9.0-next.0",
- "@player-tools/devtools-types": "0.9.0-next.0",
- "@player-ui/pubsub-plugin": "0.7.2-next.4",
- "@player-ui/react": "0.7.2-next.4",
+ "@player-tools/devtools-client": "0.10.0",
+ "@player-tools/devtools-types": "0.10.0",
+ "@player-ui/pubsub-plugin": "0.10.4",
+ "@player-ui/react": "0.10.4",
"dequal": "^2.0.3",
"dset": "^3.1.3",
"immer": "^10.0.3",
"plasmo": "0.84.0",
"react": "18.2.0",
"react-dom": "18.2.0",
- "react-error-boundary": "^4.0.12",
+ "react-error-boundary": "^4.1.2",
"sharp": "^0.33.5",
"tiny-uid": "^1.1.2"
},
diff --git a/panels/devtools/index.tsx b/panels/devtools/index.tsx
index 649e881..52d1603 100644
--- a/panels/devtools/index.tsx
+++ b/panels/devtools/index.tsx
@@ -1,7 +1,9 @@
import { Panel } from "@player-tools/devtools-client"
import type { CommunicationLayerMethods } from "@player-tools/devtools-types"
import React from "react"
-import ReactDOM from "react-dom"
+import { ErrorBoundary } from "react-error-boundary";
+import { createRoot } from 'react-dom/client';
+
import browser from "webextension-polyfill"
const port = browser.runtime.connect()
@@ -20,7 +22,12 @@ const communicationLayer: CommunicationLayerMethods = {
}
}
-ReactDOM.render(
- ,
- document.getElementById("root")
-)
+const container = document.getElementById("root");
+const root = createRoot(container);
+
+
+root.render(
+
+
+
+);
\ No newline at end of file
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 67fe31e..04a1683 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -10,40 +10,40 @@ importers:
dependencies:
'@auto-it/chrome':
specifier: ^11.1.6
- version: 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ version: 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
'@auto-it/git-tag':
specifier: ^11.1.6
- version: 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ version: 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
'@auto-it/version-file':
specifier: ^11.1.6
- version: 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ version: 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
'@plasmohq/storage':
specifier: ^1.10.0
- version: 1.10.0(react@18.2.0)
+ version: 1.15.0(react@18.2.0)
'@player-tools/devtools-client':
- specifier: 0.9.0-next.0
- version: 0.9.0-next.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@emotion/is-prop-valid@1.2.2)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0))(@player-ui/player@0.7.2-next.4)(@player-ui/types@0.7.3)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(codemirror@6.0.1(@lezer/common@1.2.1))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ specifier: 0.10.0
+ version: 0.10.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@emotion/is-prop-valid@1.3.1)(@emotion/react@11.14.0(@types/react@18.3.20)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0))(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(codemirror@6.0.1)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
'@player-tools/devtools-types':
- specifier: 0.9.0-next.0
- version: 0.9.0-next.0
+ specifier: 0.10.0
+ version: 0.10.0
'@player-ui/pubsub-plugin':
- specifier: 0.7.2-next.4
- version: 0.7.2-next.4(@player-ui/player@0.7.2-next.4)
+ specifier: 0.10.4
+ version: 0.10.4(@player-ui/player@0.10.4)
'@player-ui/react':
- specifier: 0.7.2-next.4
- version: 0.7.2-next.4(@player-ui/types@0.7.3)(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ specifier: 0.10.4
+ version: 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
dequal:
specifier: ^2.0.3
version: 2.0.3
dset:
specifier: ^3.1.3
- version: 3.1.3
+ version: 3.1.4
immer:
specifier: ^10.0.3
- version: 10.0.4
+ version: 10.1.1
plasmo:
specifier: 0.84.0
- version: 0.84.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/helpers@0.5.10)(lodash@4.17.21)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(srcset@4.0.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))
+ version: 0.84.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@swc/helpers@0.5.17)(lodash@4.17.21)(postcss@8.5.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))
react:
specifier: 18.2.0
version: 18.2.0
@@ -51,8 +51,8 @@ importers:
specifier: 18.2.0
version: 18.2.0(react@18.2.0)
react-error-boundary:
- specifier: ^4.0.12
- version: 4.0.13(react@18.2.0)
+ specifier: ^4.1.2
+ version: 4.1.2(react@18.2.0)
sharp:
specifier: ^0.33.5
version: 0.33.5
@@ -80,13 +80,13 @@ importers:
version: 0.10.7
auto:
specifier: ^11.1.6
- version: 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ version: 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
install:
specifier: ^0.13.0
version: 0.13.0
npm:
specifier: ^10.8.1
- version: 10.8.1
+ version: 10.9.2
prettier:
specifier: 3.0.3
version: 3.0.3
@@ -95,30 +95,26 @@ importers:
version: 5.2.2
web-ext:
specifier: ^7.9.0
- version: 7.11.0
+ version: 7.12.0
webextension-polyfill:
specifier: ^0.10.0
version: 0.10.0
packages:
- '@aashutoshrathi/word-wrap@1.2.6':
- resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==}
- engines: {node: '>=0.10.0'}
-
'@ampproject/remapping@2.3.0':
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@auto-it/bot-list@11.1.6':
- resolution: {integrity: sha512-3Qdphiw9JlzYX15moLZSaP+jNuM3UAFDHTgIpsfnfIQwQDNSjZhM4rwxqsAY/r1mJAyxt16c6wbqisi7KNFD/A==}
+ '@auto-it/bot-list@11.3.0':
+ resolution: {integrity: sha512-+izoqAyOSiDVt3WcjVkSvLBV9c82VXLSf3oSWWcCeoxW/YDQ2AoInQ3M3EEyuBP+Yw9KQwGTTYHqpR7ZFkZpDQ==}
engines: {node: '>=10.x'}
- '@auto-it/chrome@11.1.6':
- resolution: {integrity: sha512-Ofp+SEaQLL3liv7vHNqD6YDgLiC7NRzFfyKENzt0Sx31iY5CV870KwsBqK4x0V6hTdDszINC7aFDb/tLenjXmg==}
+ '@auto-it/chrome@11.3.0':
+ resolution: {integrity: sha512-10RiRC5S4yu7zHmWEhAqMbYR8RzkKqR3qyv3l+qU3f8OAei9OIDeU1NyPhExHziQsdpiebQ1xDcMIzx/mqPbUw==}
- '@auto-it/core@11.1.6':
- resolution: {integrity: sha512-bxiUXJVyRYs7Bf4DH/JLT5pdR14RYSpoX0eBw0ilkU9qNqylTCbThuKofM7Bqn7jaQF2PDUoC72c8xCkqvHGQg==}
+ '@auto-it/core@11.3.0':
+ resolution: {integrity: sha512-3i7ooAhQJulVDG3gmdOioTXLhpFoS75Z/OsLV8ZkrEaEH/sfxlslqFx20VjWva7gMLl2iO8IjbRnlLhkXy5geg==}
peerDependencies:
'@types/node': '*'
typescript: '>=2.7'
@@ -126,94 +122,70 @@ packages:
'@types/node':
optional: true
- '@auto-it/git-tag@11.1.6':
- resolution: {integrity: sha512-yxLba2W9WBAR4OSaSIezU3TSi9qMWKblwOGkJLyMrwHKXCqCM5EAk1ixiBpzlaqVWvD9RA23X7vZ1U4ohT6Udw==}
+ '@auto-it/git-tag@11.3.0':
+ resolution: {integrity: sha512-5V+evSVKRmYMvh7dwPQvo+ERA8cleDarl+9kEFlRmSk0ErDBAMQ30WL7jLTrEVH1BtgaoHl4qgKTYnCcp80BRQ==}
- '@auto-it/npm@11.1.6':
- resolution: {integrity: sha512-eFWzR+6N1lMSXi32BunnlIdXIFikX6mieaFLmPk9VNM4vOXqsfkc7BQ0xhsZRsn5sxSR/XBwlQXoExAHybjs3g==}
+ '@auto-it/npm@11.3.0':
+ resolution: {integrity: sha512-II7u1trzi2hSd1Vww635DmvHqHlgtVPqr4VPJlq1M7zqPwi9+FcaMW5J/DSqlwJgWRWviWqepIhasUQhj69p0A==}
- '@auto-it/package-json-utils@11.1.6':
- resolution: {integrity: sha512-RSXmO+KegaEY7uw1vt8iXL9FShiinFigKNFuIWM9oLSaSHJfeQ2ZD291i9nV+tz86bPGySBb5ktdJ3uo2pAZ+Q==}
+ '@auto-it/package-json-utils@11.3.0':
+ resolution: {integrity: sha512-wZQLfxYCzqNTlqgYhgm1mZaasA35tuOhGl0npWMZlq0HJ4rbNvUYnjb8bXlyfm/dxTYtYp70IhoV5kv1NmPX8Q==}
engines: {node: '>=10.x'}
- '@auto-it/released@11.1.6':
- resolution: {integrity: sha512-RHTSjq5fAQxkhcC84aWItotyPGH67o+bzSxzr9H4mzvP8OrIxj7Jsfmk8wT4rjgupCTl9fu8DiGoCGjcQpCdCw==}
-
- '@auto-it/version-file@11.1.6':
- resolution: {integrity: sha512-iDAK0IrCYFPDgkX4DGB97VFbiFEfxN+IMW1NiF+Qk7Kd3SX2899vwuFxyVvGwovX7ssuCi/4tSTrvx6PLhH6zw==}
-
- '@babel/code-frame@7.24.2':
- resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/compat-data@7.24.4':
- resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==}
- engines: {node: '>=6.9.0'}
+ '@auto-it/released@11.3.0':
+ resolution: {integrity: sha512-8Aw8WGuTi3giKU9+KEutebLhhX+4eNVa7SmVLaRIFECUxI/+PS20yMbWsYjsyk5qju1MdpEQGPOW/4U5OZ6Bdw==}
- '@babel/core@7.24.4':
- resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==}
- engines: {node: '>=6.9.0'}
+ '@auto-it/version-file@11.3.0':
+ resolution: {integrity: sha512-+ax5/oXKLc5moXrSJuGm3eC10YFapWFwS5MEVwdspPM2YJn1ImuhagXOq5FJ1XK8aeHILZI+2iA+YB5wI1bcLA==}
- '@babel/generator@7.24.4':
- resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==}
+ '@babel/code-frame@7.26.2':
+ resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.23.6':
- resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
+ '@babel/compat-data@7.26.8':
+ resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-environment-visitor@7.22.20':
- resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
+ '@babel/core@7.26.10':
+ resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-function-name@7.23.0':
- resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
+ '@babel/generator@7.27.0':
+ resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-hoist-variables@7.22.5':
- resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
+ '@babel/helper-compilation-targets@7.27.0':
+ resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.24.3':
- resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==}
+ '@babel/helper-module-imports@7.25.9':
+ resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.23.3':
- resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==}
+ '@babel/helper-module-transforms@7.26.0':
+ resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-simple-access@7.22.5':
- resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-split-export-declaration@7.22.6':
- resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-string-parser@7.24.1':
- resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==}
- engines: {node: '>=6.9.0'}
-
- '@babel/helper-validator-identifier@7.22.20':
- resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
+ '@babel/helper-string-parser@7.25.9':
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.23.5':
- resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==}
+ '@babel/helper-validator-identifier@7.25.9':
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.24.4':
- resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==}
+ '@babel/helper-validator-option@7.25.9':
+ resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
engines: {node: '>=6.9.0'}
- '@babel/highlight@7.24.2':
- resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==}
+ '@babel/helpers@7.27.0':
+ resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.24.4':
- resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==}
+ '@babel/parser@7.27.0':
+ resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -225,8 +197,8 @@ packages:
resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==}
engines: {node: '>=6.9.0'}
- '@babel/runtime@7.24.4':
- resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==}
+ '@babel/runtime@7.27.0':
+ resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==}
engines: {node: '>=6.9.0'}
'@babel/runtime@7.5.5':
@@ -235,16 +207,16 @@ packages:
'@babel/runtime@7.7.2':
resolution: {integrity: sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==}
- '@babel/template@7.24.0':
- resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==}
+ '@babel/template@7.27.0':
+ resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.24.1':
- resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==}
+ '@babel/traverse@7.27.0':
+ resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.0':
- resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==}
+ '@babel/types@7.27.0':
+ resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==}
engines: {node: '>=6.9.0'}
'@chakra-ui/accordion@2.3.1':
@@ -720,37 +692,32 @@ packages:
'@chakra-ui/system': '>=2.0.0'
react: '>=18'
- '@codemirror/autocomplete@6.16.0':
- resolution: {integrity: sha512-P/LeCTtZHRTCU4xQsa89vSKWecYv1ZqwzOd5topheGRf+qtacFgBeIMQi3eL8Kt/BUNvxUWkx+5qP2jlGoARrg==}
- peerDependencies:
- '@codemirror/language': ^6.0.0
- '@codemirror/state': ^6.0.0
- '@codemirror/view': ^6.0.0
- '@lezer/common': ^1.0.0
+ '@codemirror/autocomplete@6.18.6':
+ resolution: {integrity: sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg==}
- '@codemirror/commands@6.5.0':
- resolution: {integrity: sha512-rK+sj4fCAN/QfcY9BEzYMgp4wwL/q5aj/VfNSoH1RWPF9XS/dUwBkvlL3hpWgEjOqlpdN1uLC9UkjJ4tmyjJYg==}
+ '@codemirror/commands@6.8.1':
+ resolution: {integrity: sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==}
'@codemirror/lang-json@6.0.1':
resolution: {integrity: sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==}
- '@codemirror/language@6.10.1':
- resolution: {integrity: sha512-5GrXzrhq6k+gL5fjkAwt90nYDmjlzTIJV8THnxNFtNKWotMIlzzN+CpqxqwXOECnUdOndmSeWntVrVcv5axWRQ==}
+ '@codemirror/language@6.11.0':
+ resolution: {integrity: sha512-A7+f++LodNNc1wGgoRDTt78cOwWm9KVezApgjOMp1W4hM0898nsqBXwF+sbePE7ZRcjN7Sa1Z5m2oN27XkmEjQ==}
- '@codemirror/lint@6.7.0':
- resolution: {integrity: sha512-LTLOL2nT41ADNSCCCCw8Q/UmdAFzB23OUYSjsHTdsVaH0XEo+orhuqbDNWzrzodm14w6FOxqxpmy4LF8Lixqjw==}
+ '@codemirror/lint@6.8.5':
+ resolution: {integrity: sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA==}
- '@codemirror/search@6.5.6':
- resolution: {integrity: sha512-rpMgcsh7o0GuCDUXKPvww+muLA1pDJaFrpq/CCHtpQJYz8xopu4D1hPcKRoDD0YlF8gZaqTNIRa4VRBWyhyy7Q==}
+ '@codemirror/search@6.5.10':
+ resolution: {integrity: sha512-RMdPdmsrUf53pb2VwflKGHEe1XVM07hI7vV2ntgw1dmqhimpatSJKva4VA9h4TLUDOD4EIF02201oZurpnEFsg==}
- '@codemirror/state@6.4.1':
- resolution: {integrity: sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A==}
+ '@codemirror/state@6.5.2':
+ resolution: {integrity: sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==}
'@codemirror/theme-one-dark@6.1.2':
resolution: {integrity: sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==}
- '@codemirror/view@6.26.3':
- resolution: {integrity: sha512-gmqxkPALZjkgSxIeeweY/wGQXBfwTUaLs8h7OKtSwfbj9Ct3L11lD+u1sS7XHppxFQoMDiMDp07P9f3I2jWOHw==}
+ '@codemirror/view@6.36.6':
+ resolution: {integrity: sha512-uxugGLet+Nzp0Jcit8Hn3LypM8ioMLKTsdf8FRoT3HWvZtb9GhaWMe0Cc15rz90Ljab4YFJiAulmIVB74OY0IQ==}
'@cspotcode/source-map-support@0.8.1':
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
@@ -804,74 +771,160 @@ packages:
peerDependencies:
react: '>= 16.8.6'
- '@devtools-ui/action@0.3.0':
- resolution: {integrity: sha512-lRGlgi+4LCvVmsGkdwGqQya9QE0+a3uPmz2+oK/XAXWUCxRZ1gOBmkiw9czT7UEb1ImhGCihR5xvcRs7S3hakA==}
+ '@devtools-ui/action@0.4.0':
+ resolution: {integrity: sha512-kTKmVgS7fY9CsDKr1G4fgPcBn+fePCK3twVeDIQOkzojboR2cn8La+uDVwtfMzkVOeiiaEpoXYWJcDUHtOMi4A==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
+
+ '@devtools-ui/code-editor@0.4.0':
+ resolution: {integrity: sha512-JTO8JVvnbQdtEBv1d4xpgLpW+jLfzZzCdaFJHUSuyi7PA75qo+WEe3eftp9PzBfKOQc2dQ9nYcIN6do51yPJzQ==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
+
+ '@devtools-ui/collection@0.4.0':
+ resolution: {integrity: sha512-S+X8qdPRA80c8wGhYJT4FxA9ISiv6lETD61devF1cT3BlcEYV0oAI7xVwe+q+uPQ8LkWsysNfNB+KrMZ1aARYQ==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/code-editor@0.3.0':
- resolution: {integrity: sha512-oEsDc5Wr7m7RLQvNgoqbTvX7Gk+hOW24Y5Pl7xBRg15It3pSysLibSAlfDMFIipmPiRVv+sHXEsITwxVCcnqcg==}
-
- '@devtools-ui/collection@0.3.0':
- resolution: {integrity: sha512-EPeuTvDJdrkKMeiCX7GkhG9qEsOW2LqDdGkXgrvNvgSWeQVSbM+lOT/XFiouV3XMmGDaCCvtMDJjyuWlZbY5Zw==}
-
- '@devtools-ui/console@0.3.0':
- resolution: {integrity: sha512-jLFSSSd7Dnoqd1DnxTQFhxSy0Gx8k/ORO3yQxoZbC9R9yDrfMUgFrqjFgIJnTUzTaWkeYaC5OkLZqNiCTa0+vg==}
-
- '@devtools-ui/copy-to-clipboard@0.3.0':
- resolution: {integrity: sha512-34qSHPu4lm8brSdXvtcOOGNHZ7+//AEiCZ/O/Px4KFhfKkEsuVQGmgPjv5SklFCgVNGi5aolqt/y+7Mcqf1WEA==}
+ '@devtools-ui/console@0.4.0':
+ resolution: {integrity: sha512-RbvGH8tB8b1FG1nC4iBaiRPPgJYRoKxDiinRa7keVWgVG8uOF3J9LounUFVetji/12r0hV/JDMarvtfHQ1gwAA==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
+
+ '@devtools-ui/copy-to-clipboard@0.4.0':
+ resolution: {integrity: sha512-pXAb0jVSTC4Kd2FTyQ2RLmQLCNvQPc8sgGcsitC/+CGRKNkZ0rzpvve94EqngSVFPTLNJJvxiXUeAYwrm+V1Bg==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/flame-graph@0.3.0':
- resolution: {integrity: sha512-Fyg1LwOJmUwHXfFqS+KxDWllv5ZjZWWdOWvy0hX+PRFof9fmw4efLWoMfmZQfnKFYvoxxbezAdvOrOCdo0UU+Q==}
+ '@devtools-ui/flame-graph@0.4.0':
+ resolution: {integrity: sha512-Q/FEg/7950HMXPmJdq1oYD+NWluiOhcEnvnzeEWat+dOmTJqheSAQMNGH6NrUcf5eAbAQRlYbkPS2nGjnuHc8A==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/input@0.3.0':
- resolution: {integrity: sha512-aLFdAL4U1DAQdO2GYBgVtSo6tzN/Hk+Q4lqH6UBF7UEsNSxNfk+BgLaZwlIIUdW6bvZAcdtWOmqm8S75ud3AOg==}
+ '@devtools-ui/input@0.4.0':
+ resolution: {integrity: sha512-GmgCs7u3m7v+rGTF4VPSYAE05cEUcRiAMT/sjdUCvKnH89JJsIqZVkTihGkasiyuTUPygef6MVJFej4jL4VetQ==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/list@0.3.0':
- resolution: {integrity: sha512-pVgjCQSk3qz1sqssLhfsQOry50GpuB4iUP2QO1H+dJcgb0XBPUR6+OtNqZqzuGQwoVLZdEcugkm+OsDwjuejag==}
+ '@devtools-ui/list@0.4.0':
+ resolution: {integrity: sha512-8muud0/9JupvMokWImo5tTz6lxYax7BNmwODxTXTg43n3AmXiTYgUTcaZ3HBdNV6dTKzTIqV10GO5rc4Rh7Zng==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/navigation@0.3.0':
- resolution: {integrity: sha512-vZOsmTh1pkbd5BJMYDpyyLhJzXgjWj62MZbmu1WBGwD0TOiBIhD9aDExcfR1h8TZhdSVGmzF2Orcfi5pCLPSJQ==}
+ '@devtools-ui/navigation@0.4.0':
+ resolution: {integrity: sha512-RUic+jyGa9v33F1m6h8JRIBBv3Zy7S6vFXmje3Py9/pSBPJKdu3L37dMgVW3aASZZu7shUP1TgBvVZPCWlrhfw==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/object-inspector@0.3.0':
- resolution: {integrity: sha512-xfsIA404u2hoIerGtgtcvomvrVq6LYRxh1+U6oHpy+KHhg5eqH4an5SaSuQv6AAHESp8nkyqnPdtxsRwHDhuSg==}
+ '@devtools-ui/object-inspector@0.4.0':
+ resolution: {integrity: sha512-Ub/NvNV3dawZ0DjStcfr7VFesPoxavwvT4aem4qL84qV0Eo2/Uof9evoVpTkYrCgFqwmKvBkJDCOn5IarX4M7w==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/plugin@0.3.0':
- resolution: {integrity: sha512-h6s6dIYEWlH+aWrRdaGkMKqZq2gd/0MLAGGnytKZdQj+0Nb3ZJkGI22wAVqpgyWixUQ3y8e/5tdzgZXMmX8qsQ==}
+ '@devtools-ui/plugin@0.4.0':
+ resolution: {integrity: sha512-iHYRp36ADtM4ZLY3NHTuv9j8S5sNdDMT2HadJQA4IU9UGFRGjEsgrkyB4Aitdk2y/dpz6Udv208iEiAe1HpNdw==}
+ peerDependencies:
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
- '@devtools-ui/radio-group@0.3.0':
- resolution: {integrity: sha512-x19tN2jrgdMUrhssYkZ7EusbZ0SCpx8dj6KePQe+X7D1yuM2CnCaDAYlDn0AgE2Cd0LdR9l5q1DDr7PBnNbNNQ==}
+ '@devtools-ui/radio-group@0.4.0':
+ resolution: {integrity: sha512-jdMxhyQtV+JBX84Sg1YwojlNfSFMpjhhied+NN3U5K+C0LJB4kUjMzHWkooZHupsNPXSx0JyTJ6AoQ83Hpk4NQ==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/stacked-view@0.3.0':
- resolution: {integrity: sha512-3UJJ5vEADPAGJ0Q0YD8+7Zfytudftw1Ox01D9cJJj1CRD7UDA95zVQE3EF9gP+oFmZTJfSp3EiiUVqynPyb9pQ==}
+ '@devtools-ui/stacked-view@0.4.0':
+ resolution: {integrity: sha512-eaVAweqbqpDwg3chdwxH1z6qiXwYMf/2l2NhaIv8vCq5pxVu017g31bCQwbTV2SQWzuVgVJYRpkKB66UkgQ26g==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/table@0.3.0':
- resolution: {integrity: sha512-Ek9NokAPb09myTOXHdQUIU2FTSyk+hcQVVGcA4TOUQXYfZB+ptoetF/Pe2zbN6Mt+gAp0aToVwrIcxKPBmMBKA==}
+ '@devtools-ui/table@0.4.0':
+ resolution: {integrity: sha512-o+f04HPt9RgeSouKvsGV5sel4aRL+quqkbqncvIUKStl23Johnr74wOshRonGLD9wNsd8RYTV02kZejUWhkhtw==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/text@0.3.0':
- resolution: {integrity: sha512-YtybIXxn/bmqG2qhVPN+5JqhwLhZefM7jxp/Ncl6dN1d7zaCoQvOAtJWGxRmr3pOaOcSQHKG/T0t7/EiYMyVCw==}
+ '@devtools-ui/text@0.4.0':
+ resolution: {integrity: sha512-zYcrlFynOpQi2o5pk5LSRnHuu1QhFVuyUwJNkYTKU1siBncf4Vo+Cpkxv8C1T2JUESGcRP/lARljtMQSNnnVdA==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/types': 0.9.1-next.0
- '@devtools-ui/toggle@0.3.0':
- resolution: {integrity: sha512-fMb55gJjWvrVerkUSms/A/3MFItHASETdNXNdbK/xNaIPgH1FnIyf+0cY9m53Ib+4ZXiaKdeiEOX3os1mxoytQ==}
+ '@devtools-ui/toggle@0.4.0':
+ resolution: {integrity: sha512-/SLx0jjhkhIz4kMzxpUAxt6FhlePvPdXb/+IzidBTpawyEXG3kdLTf1W6C4EdADQ+rQWuzeyhNlYe7O4bv+BDg==}
+ peerDependencies:
+ '@player-tools/dsl': 0.7.0-next.3
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/react': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@emnapi/runtime@1.2.0':
- resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==}
+ '@emnapi/runtime@1.4.3':
+ resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==}
- '@emotion/babel-plugin@11.11.0':
- resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==}
+ '@emotion/babel-plugin@11.13.5':
+ resolution: {integrity: sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==}
- '@emotion/cache@11.11.0':
- resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==}
+ '@emotion/cache@11.14.0':
+ resolution: {integrity: sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==}
- '@emotion/hash@0.9.1':
- resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==}
+ '@emotion/hash@0.9.2':
+ resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==}
- '@emotion/is-prop-valid@1.2.2':
- resolution: {integrity: sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==}
+ '@emotion/is-prop-valid@1.3.1':
+ resolution: {integrity: sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==}
- '@emotion/memoize@0.8.1':
- resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==}
+ '@emotion/memoize@0.9.0':
+ resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==}
- '@emotion/react@11.11.4':
- resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==}
+ '@emotion/react@11.14.0':
+ resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==}
peerDependencies:
'@types/react': '*'
react: '>=16.8.0'
@@ -879,14 +932,14 @@ packages:
'@types/react':
optional: true
- '@emotion/serialize@1.1.4':
- resolution: {integrity: sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==}
+ '@emotion/serialize@1.3.3':
+ resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==}
- '@emotion/sheet@1.2.2':
- resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==}
+ '@emotion/sheet@1.4.0':
+ resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==}
- '@emotion/styled@11.11.5':
- resolution: {integrity: sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==}
+ '@emotion/styled@11.14.0':
+ resolution: {integrity: sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==}
peerDependencies:
'@emotion/react': ^11.0.0-rc.0
'@types/react': '*'
@@ -895,19 +948,19 @@ packages:
'@types/react':
optional: true
- '@emotion/unitless@0.8.1':
- resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==}
+ '@emotion/unitless@0.10.0':
+ resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==}
- '@emotion/use-insertion-effect-with-fallbacks@1.0.1':
- resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==}
+ '@emotion/use-insertion-effect-with-fallbacks@1.2.0':
+ resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==}
peerDependencies:
react: '>=16.8.0'
- '@emotion/utils@1.2.1':
- resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==}
+ '@emotion/utils@1.4.2':
+ resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==}
- '@emotion/weak-memoize@0.3.1':
- resolution: {integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==}
+ '@emotion/weak-memoize@0.4.0':
+ resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==}
'@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2':
resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==}
@@ -1047,22 +1100,22 @@ packages:
cpu: [x64]
os: [win32]
- '@eslint-community/eslint-utils@4.4.0':
- resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
+ '@eslint-community/eslint-utils@4.6.1':
+ resolution: {integrity: sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.0':
- resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
+ '@eslint-community/regexpp@4.12.1':
+ resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
'@eslint/eslintrc@2.1.4':
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@eslint/js@8.56.0':
- resolution: {integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==}
+ '@eslint/js@8.57.0':
+ resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@expo/spawn-async@1.7.2':
@@ -1076,6 +1129,7 @@ packages:
'@humanwhocodes/config-array@0.11.14':
resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==}
engines: {node: '>=10.10.0'}
+ deprecated: Use @eslint/config-array instead
'@humanwhocodes/module-importer@1.0.1':
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
@@ -1083,6 +1137,7 @@ packages:
'@humanwhocodes/object-schema@2.0.3':
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
+ deprecated: Use @eslint/object-schema instead
'@ianvs/prettier-plugin-sort-imports@4.1.1':
resolution: {integrity: sha512-kJhXq63ngpTQ2dxgf5GasbPJWsJA3LgoOdd7WGhpUSzLgLgI4IsIzYkbJf9kmpOHe7Vdm/o3PcRA3jmizXUuAQ==}
@@ -1202,8 +1257,8 @@ packages:
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
engines: {node: '>=12'}
- '@jridgewell/gen-mapping@0.3.5':
- resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
+ '@jridgewell/gen-mapping@0.3.8':
+ resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
engines: {node: '>=6.0.0'}
'@jridgewell/resolve-uri@3.1.2':
@@ -1214,8 +1269,8 @@ packages:
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
engines: {node: '>=6.0.0'}
- '@jridgewell/sourcemap-codec@1.4.15':
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
@@ -1226,23 +1281,23 @@ packages:
'@lezer/common@0.15.12':
resolution: {integrity: sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==}
- '@lezer/common@1.2.1':
- resolution: {integrity: sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==}
+ '@lezer/common@1.2.3':
+ resolution: {integrity: sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==}
- '@lezer/highlight@1.2.0':
- resolution: {integrity: sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA==}
+ '@lezer/highlight@1.2.1':
+ resolution: {integrity: sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==}
- '@lezer/json@1.0.2':
- resolution: {integrity: sha512-xHT2P4S5eeCYECyKNPhr4cbEL9tc8w83SPwRC373o9uEdrvGKTZoJVAGxpOsZckMlEh9W23Pc72ew918RWQOBQ==}
+ '@lezer/json@1.0.3':
+ resolution: {integrity: sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==}
'@lezer/lr@0.15.8':
resolution: {integrity: sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==}
- '@lezer/lr@1.4.0':
- resolution: {integrity: sha512-Wst46p51km8gH0ZUmeNrtpRYmdlRHUpN1DQd3GFAyKANi8WVz8c2jHYTf1CVScFaCjQw1iO3ZZdqGDxQPRErTg==}
+ '@lezer/lr@1.4.2':
+ resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==}
- '@ljharb/through@2.3.13':
- resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==}
+ '@ljharb/through@2.3.14':
+ resolution: {integrity: sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A==}
engines: {node: '>= 0.4'}
'@lmdb/lmdb-darwin-arm64@2.5.2':
@@ -1305,8 +1360,11 @@ packages:
cpu: [x64]
os: [win32]
- '@mdn/browser-compat-data@5.5.7':
- resolution: {integrity: sha512-DoHTZ/TjtNfUu9eiqJd+x3IcCQrhS+yOYU436TKUnlE36jZwNbK535D1CmTsSYdi/UcdCWNm5KRQZ9g1tlZCPw==}
+ '@marijn/find-cluster-break@1.0.2':
+ resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==}
+
+ '@mdn/browser-compat-data@5.5.29':
+ resolution: {integrity: sha512-NHdG3QOiAsxh8ygBSKMa/WaNJwpNt87uVqW+S2RlnSqgeRdk+L3foNWTX6qd0I3NHSlCFb47rgopeNCJtRDY5A==}
'@mischnic/json-sourcemap@0.1.0':
resolution: {integrity: sha512-dQb3QnfNqmQNYA4nFSN/uLaByIic58gOXq4Y4XqLOWmOrw73KmJPt/HLyG0wvn1bnR6mBKs/Uwvkh+Hns1T0XA==}
@@ -1316,33 +1374,33 @@ packages:
resolution: {integrity: sha512-iA7+tyVqfrATAIsIRWQG+a7ZLLD0VaOCKV2Wd/v4mqIU3J9c4jx9p7S0nw1XH3gJCKNBOOwACOPYYSUu9pgT+w==}
engines: {node: '>=12.0.0'}
- '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.2':
- resolution: {integrity: sha512-9bfjwDxIDWmmOKusUcqdS4Rw+SETlp9Dy39Xui9BEGEk19dDwH0jhipwFzEff/pFg95NKymc6TOTbRKcWeRqyQ==}
+ '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
+ resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==}
cpu: [arm64]
os: [darwin]
- '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.2':
- resolution: {integrity: sha512-lwriRAHm1Yg4iDf23Oxm9n/t5Zpw1lVnxYU3HnJPTi2lJRkKTrps1KVgvL6m7WvmhYVt/FIsssWay+k45QHeuw==}
+ '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3':
+ resolution: {integrity: sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==}
cpu: [x64]
os: [darwin]
- '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.2':
- resolution: {integrity: sha512-FU20Bo66/f7He9Fp9sP2zaJ1Q8L9uLPZQDub/WlUip78JlPeMbVL8546HbZfcW9LNciEXc8d+tThSJjSC+tmsg==}
+ '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3':
+ resolution: {integrity: sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==}
cpu: [arm64]
os: [linux]
- '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.2':
- resolution: {integrity: sha512-MOI9Dlfrpi2Cuc7i5dXdxPbFIgbDBGgKR5F2yWEa6FVEtSWncfVNKW5AKjImAQ6CZlBK9tympdsZJ2xThBiWWA==}
+ '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3':
+ resolution: {integrity: sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==}
cpu: [arm]
os: [linux]
- '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.2':
- resolution: {integrity: sha512-gsWNDCklNy7Ajk0vBBf9jEx04RUxuDQfBse918Ww+Qb9HCPoGzS+XJTLe96iN3BVK7grnLiYghP/M4L8VsaHeA==}
+ '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3':
+ resolution: {integrity: sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==}
cpu: [x64]
os: [linux]
- '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.2':
- resolution: {integrity: sha512-O+6Gs8UeDbyFpbSh2CPEz/UOrrdWPTBYNblZK5CxxLisYt4kGX3Sc+czffFonyjiGSq3jWLwJS/CCJc7tBr4sQ==}
+ '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
+ resolution: {integrity: sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==}
cpu: [x64]
os: [win32]
@@ -1718,64 +1776,146 @@ packages:
cpu: [arm64]
os: [android]
+ '@parcel/watcher-android-arm64@2.5.1':
+ resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [android]
+
'@parcel/watcher-darwin-arm64@2.2.0':
resolution: {integrity: sha512-cJl0UZDcodciy3TDMomoK/Huxpjlkkim3SyMgWzjovHGOZKNce9guLz2dzuFwfObBFCjfznbFMIvAZ5syXotYw==}
engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [darwin]
+ '@parcel/watcher-darwin-arm64@2.5.1':
+ resolution: {integrity: sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
'@parcel/watcher-darwin-x64@2.2.0':
resolution: {integrity: sha512-QI77zxaGrCV1StKcoRYfsUfmUmvPMPfQrubkBBy5XujV2fwaLgZivQOTQMBgp5K2+E19u1ufpspKXAPqSzpbyg==}
engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [darwin]
+ '@parcel/watcher-darwin-x64@2.5.1':
+ resolution: {integrity: sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@parcel/watcher-freebsd-x64@2.5.1':
+ resolution: {integrity: sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [freebsd]
+
'@parcel/watcher-linux-arm-glibc@2.2.0':
resolution: {integrity: sha512-I2GPBcAXazPzabCmfsa3HRRW+MGlqxYd8g8RIueJU+a4o5nyNZDz0CR1cu0INT0QSQXEZV7w6UE8Hz9CF8u3Pg==}
engines: {node: '>= 10.0.0'}
cpu: [arm]
os: [linux]
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
+ resolution: {integrity: sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+
+ '@parcel/watcher-linux-arm-musl@2.5.1':
+ resolution: {integrity: sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+
'@parcel/watcher-linux-arm64-glibc@2.2.0':
resolution: {integrity: sha512-St5mlfp+2lS9AmgixUqfwJa/DwVmTCJxC1HcOubUTz6YFOKIlkHCeUa1Bxi4E/tR/HSez8+heXHL8HQkJ4Bd8g==}
engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [linux]
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
+ resolution: {integrity: sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+
'@parcel/watcher-linux-arm64-musl@2.2.0':
resolution: {integrity: sha512-jS+qfhhoOBVWwMLP65MaG8xdInMK30pPW8wqTCg2AAuVJh5xepMbzkhHJ4zURqHiyY3EiIRuYu4ONJKCxt8iqA==}
engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [linux]
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
+ resolution: {integrity: sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+
'@parcel/watcher-linux-x64-glibc@2.2.0':
resolution: {integrity: sha512-xJvJ7R2wJdi47WZBFS691RDOWvP1j/IAs3EXaWVhDI8FFITbWrWaln7KoNcR0Y3T+ZwimFY/cfb0PNht1q895g==}
engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [linux]
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
+ resolution: {integrity: sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+
'@parcel/watcher-linux-x64-musl@2.2.0':
resolution: {integrity: sha512-D+NMpgr23a+RI5mu8ZPKWy7AqjBOkURFDgP5iIXXEf/K3hm0jJ3ogzi0Ed2237B/CdYREimCgXyeiAlE/FtwyA==}
engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [linux]
+ '@parcel/watcher-linux-x64-musl@2.5.1':
+ resolution: {integrity: sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+
'@parcel/watcher-win32-arm64@2.2.0':
resolution: {integrity: sha512-z225cPn3aygJsyVUOWwfyW+fY0Tvk7N3XCOl66qUPFxpbuXeZuiuuJemmtm8vxyqa3Ur7peU/qJxrpC64aeI7Q==}
engines: {node: '>= 10.0.0'}
cpu: [arm64]
os: [win32]
+ '@parcel/watcher-win32-arm64@2.5.1':
+ resolution: {integrity: sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@parcel/watcher-win32-ia32@2.5.1':
+ resolution: {integrity: sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [ia32]
+ os: [win32]
+
'@parcel/watcher-win32-x64@2.2.0':
resolution: {integrity: sha512-JqGW0RJ61BkKx+yYzIURt9s53P7xMVbv0uxYPzAXLBINGaFmkIKSuUPyBVfy8TMbvp93lvF4SPBNDzVRJfvgOw==}
engines: {node: '>= 10.0.0'}
cpu: [x64]
os: [win32]
+ '@parcel/watcher-win32-x64@2.5.1':
+ resolution: {integrity: sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [win32]
+
'@parcel/watcher@2.2.0':
resolution: {integrity: sha512-71S4TF+IMyAn24PK4KSkdKtqJDR3zRzb0HE3yXpacItqTM7XfF2f5q9NEGLEVl0dAaBAGfNwDCjH120y25F6Tg==}
engines: {node: '>= 10.0.0'}
+ '@parcel/watcher@2.5.1':
+ resolution: {integrity: sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==}
+ engines: {node: '>= 10.0.0'}
+
'@parcel/workers@2.8.3':
resolution: {integrity: sha512-+AxBnKgjqVpUHBcHLWIHcjYgKIvHIpZjN33mG5LG9XXvrZiqdWvouEzqEXlVLq5VzzVbKIQQcmsvRy138YErkg==}
engines: {node: '>= 12.0.0'}
@@ -2002,112 +2142,122 @@ packages:
resolution: {integrity: sha512-/3oVbajt+DRqtbM0RkKFtfyZR8DVjcsYpj1jHqPParGVBiXwgP0D/8Bj5p5/5Iqihs08gzasTcjKcwQKKdj0og==}
engines: {parcel: '>= 2.7.0'}
- '@plasmohq/storage@1.10.0':
- resolution: {integrity: sha512-qvxD7M/k5BNcluyFHyabm21500tRJs1itUkO4bFad0SeaSFtSmAFtNzYCpQ9ormqJAk2j9xkd5DfWHcuCSQmog==}
+ '@plasmohq/storage@1.15.0':
+ resolution: {integrity: sha512-zBZ2NyVyvZlql2XHsjkZDL0+bqF6lir9RygeTnkYGF253M8DZttuSvjpsmpK6OWYmRXjhEqJeubd3+Zq9kuZ0w==}
peerDependencies:
- react: ^16.8.6 || ^17 || ^18
+ react: ^16.8.6 || ^17 || ^18 || ^19.0.0
peerDependenciesMeta:
react:
optional: true
- '@player-tools/devtools-client@0.9.0-next.0':
- resolution: {integrity: sha512-cQt45e7xMDKYOtwe09o0CdabRl3ARdbjnXb0xVnD339R6i8pG13tnPeIp5IT6+m8c02ze4XEGQK8kIJTQAkh0Q==}
+ '@player-tools/devtools-client@0.10.0':
+ resolution: {integrity: sha512-Uj/2XY7xWVYCEXE9H211HZsZ2ORcFfWrcE9XapbseqvHQI5gLNqIug+gyBrgEy8BDGgbcUTzrN0UrElFvZR14g==}
- '@player-tools/devtools-messenger@0.9.0-next.0':
- resolution: {integrity: sha512-nyHvvvtNqc5xgIJBTu8nxJ2iikIr0VamjZ3+Hf5UyMAjxG53xEW00U5zteyzYtJjgeAfQPdRCiGZoiuTjRnA5g==}
+ '@player-tools/devtools-messenger@0.10.0':
+ resolution: {integrity: sha512-k9YXCjsgDucsqphm5yGkWGoTC68QIcJoI19RAT2KOC6R9kzhdA0J/JLll8FedeQjTE2Wmni/d5cgf6UxFqeRcA==}
- '@player-tools/devtools-types@0.9.0-next.0':
- resolution: {integrity: sha512-b9iKFKWZfRGgq/FBYPGbZZVc2adRwBDzJbCtN1exeLdY1RprpImWPosyWMmODpdE6t44vDej6ivUB0fkrzVSOg==}
+ '@player-tools/devtools-types@0.10.0':
+ resolution: {integrity: sha512-X/lPGL0RlJZ5WOgiXJyIAqIhywCv3uopY2MgVcNbcVC2RcBOYZmWaK4You1YyYVHho1ZJC5bsrMRNxTkie882w==}
- '@player-tools/dsl@0.6.0-next.2':
- resolution: {integrity: sha512-0zb8R/aWYJE2YqLOpSvSBYQpkJDcpiW8oEW0x1kyBcjhuegNtKC/gs2xt3BBDSzV/kAGaieTaIHlX+FFDTb2gg==}
+ '@player-tools/dsl@0.7.0-next.3':
+ resolution: {integrity: sha512-5N9VTMYvwz5IzcZWnc8PiixclwDU/EsrVtEAXiiJQI6sWNfvkIVv1yPbvAExz6arej5apb3Hu24kfwtJDYTkLw==}
peerDependencies:
'@types/react': ^18.2.51
react: ^18.2.0
- '@player-ui/asset-provider-plugin-react@0.7.3':
- resolution: {integrity: sha512-ndfnNLOphXVT7XnMhrR9wCHiL9/E8Ve/pzLrQeZgNeaH1TpfTQFh2TjmUsCjrmoZqavnR3Zik0bynlGUiIZfZA==}
+ '@player-ui/asset-provider-plugin-react@0.9.1-next.0':
+ resolution: {integrity: sha512-PhDXnED2KoHKLED2EhbvNh6/egaz78h3i0ChEwAIgp8hxliyQatdTWl1LX2sx4HxKMFvBC55wlgf4vjoHMCAGg==}
+ peerDependencies:
+ '@player-ui/react': 0.9.1-next.0
+ '@types/react': ^18.2.39
+ react: ^18.2.0
+
+ '@player-ui/asset-transform-plugin@0.9.1-next.0':
+ resolution: {integrity: sha512-w04b6Z4k82Io1fG8oBgS2CUAEOryA3ZRf9zD4jep3lAxXwZHER0lsdh0DiBRciWUI67orSNjM1RlIJOiMROUaA==}
peerDependencies:
- '@player-ui/react': 0.7.3
+ '@player-ui/player': 0.9.1-next.0
+ '@player-ui/types': 0.9.1-next.0
- '@player-ui/asset-transform-plugin@0.7.3':
- resolution: {integrity: sha512-8ppp0hvazUsaYWO9pjW4t+BphepmAi7ZaNHwGhTFZ/7id3p+7Hu2Bu7jSInZO653wpt7yYIko0iXJyypkxevgQ==}
+ '@player-ui/beacon-plugin@0.10.4':
+ resolution: {integrity: sha512-VfXZek/S3xJtwd4XMD2yw8BF2eO5Cpa/SfS7WCqQkAyiXbhU6d0w7or1lBwQOmFzbieSia9BexgdbSzpKJtwbQ==}
peerDependencies:
- '@player-ui/player': 0.7.3
- '@player-ui/types': 0.7.3
+ '@player-ui/player': 0.10.4
+ '@player-ui/types': 0.10.4
- '@player-ui/beacon-plugin@0.7.2-next.4':
- resolution: {integrity: sha512-zElCp510Vz8vTVI+vWW4BqrJzmN57yGwDVnBPkMh5ZXSaI5CVF2zuyNvFw2awujUo0ryHgTfUj7s23whVfqedQ==}
+ '@player-ui/common-expressions-plugin@0.10.4':
+ resolution: {integrity: sha512-VsmnBPQ65UJSiceMd4Bzgx9y6ZyV44nNpWXYyUIBmtzJuTcBFampAQw/Hlvm4LLM47xk92/lO/qnMotbxSapXg==}
peerDependencies:
- '@player-ui/player': 0.7.2-next.4
- '@player-ui/types': 0.7.2-next.4
+ '@player-ui/player': 0.10.4
- '@player-ui/beacon-plugin@0.7.3':
- resolution: {integrity: sha512-U+OxmpzrBdFswQFD3jbuNwYwuiKtIRJxsc29o5f39qC/KtDZZp+xoMBTmDz5esQb2WfZtHl7VFBd4Wxx9yQ9Ng==}
+ '@player-ui/common-types-plugin@0.10.4':
+ resolution: {integrity: sha512-yQnNxxZs4CQZ6HSHxmxS4iT4oYRpUhAoGH88Og55vxnOYBBPY/l1MNBt2xD6MLvGmbp7rl6PbjJXEc36Vfwilg==}
peerDependencies:
- '@player-ui/player': 0.7.3
- '@player-ui/types': 0.7.3
+ '@player-ui/player': 0.10.4
- '@player-ui/metrics-plugin@0.7.2-next.4':
- resolution: {integrity: sha512-D8oqZ3bH1etrKtP367DkAV7H8VgeaSrqDISxAJEV70KUxvs8+LxICGb1sJbPAfyxyxst29tTwwtWWgGj3uaUyA==}
+ '@player-ui/data-change-listener-plugin@0.10.4':
+ resolution: {integrity: sha512-rOWxM7bqwhlaKQSiba/K8jxycTgMRWj3tjxWdP+Gu1zoH+7tRTYU/tcHBVcP+2fCXxmAvj0CwGI2ekHAsxumdw==}
peerDependencies:
- '@player-ui/player': 0.7.2-next.4
+ '@player-ui/player': 0.10.4
- '@player-ui/metrics-plugin@0.7.3':
- resolution: {integrity: sha512-qZTCJYrzjLmGKOoejWGZfJeGc5vOPlpN2wCuql2R9cf/dcKubYrGYhBVM2DZD4N59O0jEuawOHHTKrTMydlnNA==}
+ '@player-ui/expression-plugin@0.10.4':
+ resolution: {integrity: sha512-mjRH0/Gf7h0eBb6AoTYutSx33M6hvIRRjX6IAK0fZLLYL17ywZBZY4sga/4DyWA0p1ZIEsR32Pns7SKhywRNVQ==}
peerDependencies:
- '@player-ui/player': 0.7.3
+ '@player-ui/player': 0.10.4
+
+ '@player-ui/make-flow@0.10.4':
+ resolution: {integrity: sha512-zCB+/lTfgNGkXOkBh02h2YE2xCMnHzRJ2sGe1Ujoiic41qrC9fEbOrJyyMoBje62NAjw8zVOmtri6s/G0mH2+g==}
- '@player-ui/partial-match-registry@0.7.2-next.4':
- resolution: {integrity: sha512-7I2YorvboXBbv4l6f9Bh95/CrRDkDsPw0Angh6B+UVntR2F6UJBMEhCNMG/rnv2Xv1nQpTzDCGK6SYuA+k1DxQ==}
+ '@player-ui/metrics-plugin@0.10.4':
+ resolution: {integrity: sha512-b+R+GyPUpcM2vVJVYbUSvNc9xJmfTTZvWzuTTMiiIOLnlht4AGkXLdTSpu6csFOqoODpOGmDlC8R//iAVP8Jqw==}
+ peerDependencies:
+ '@player-ui/player': 0.10.4
+
+ '@player-ui/partial-match-registry@0.10.4':
+ resolution: {integrity: sha512-8MKNkB9n8TP7WcqF5fJVpw1zQk7kjj/AW29ZM/F04UbYVJ5XALodj74DCMYGWWipBXHtG/zc7OzRhgbG8k6SmA==}
'@player-ui/partial-match-registry@0.7.3':
resolution: {integrity: sha512-3Lo5jFKGQ6QkUagrhu9guAepA5eChz2YRDNru+5SSxR2CfcMfDUdTfPAkhUyjU/fB9Re7FUPtNSX4FOyt4YKPg==}
- '@player-ui/player@0.7.2-next.4':
- resolution: {integrity: sha512-TqdoMz/GDYPBeAEIIoK7GM3+oRJTN4g71HG8lOV2BxzTb2cwvyddRlUz6A0E/JSnkG9D0lR8ommv3w7bcKYpqA==}
+ '@player-ui/partial-match-registry@0.9.1-next.0':
+ resolution: {integrity: sha512-Alwm5tUGQWQeOybh56LeQt6AlSEJHFcIMSLPoLbKlCNaHC5l0xL6H5wB49fMr7hokFXFs7rGS6k/CE4Ygl2N1A==}
+
+ '@player-ui/player@0.10.4':
+ resolution: {integrity: sha512-gmeVHWxC/s/412Pc2t5c+YsNRnVilCkS/zwOvmPiFJIjMy4M/Eh1w9VUl4RaIYpKo2EyfrW5KMqLJQQjFLR0Kg==}
'@player-ui/player@0.7.3':
resolution: {integrity: sha512-nZ9KdGgnVVZwxNHM9pzcgiH7ikUSAVcGS5CCNMJQflUlM4C+thhlytGtMUMuSjgnFN7q7ZFzWL4qQlsVgmgOqg==}
- '@player-ui/pubsub-plugin@0.7.2-next.4':
- resolution: {integrity: sha512-D1wr9BcUrgPFFCg6/KJJZ4ZndF5PmHVWi748NYW8+OJaQhL8mSMdPcUYbLUncLG1RaeT+7PFFOG8EQG3VaK1Xg==}
- peerDependencies:
- '@player-ui/player': 0.7.2-next.4
-
- '@player-ui/pubsub-plugin@0.7.3':
- resolution: {integrity: sha512-kDV8z0Y7YBPXXrUvFNrPpNTXqaqCQEnKxlu6nOOBkArBnlUjmnL/8zbORsH+GruXBubeoTKEaHGUkr3hMrEQyg==}
+ '@player-ui/pubsub-plugin@0.10.4':
+ resolution: {integrity: sha512-NHnbuWXxMExDHeXt/VL4+G0mabHPt+51H+RtlcDP//gK9vzAO8yEDplxWLoyqOXEtWx7v/YC5nac9wOG6ULutA==}
peerDependencies:
- '@player-ui/player': 0.7.3
+ '@player-ui/player': 0.10.4
- '@player-ui/react-subscribe@0.7.2-next.4':
- resolution: {integrity: sha512-uLzeHhEd2nGy+6kNkqrx0Bqq8azEfuWb8zFy7sPvhKqPncEcmt3QkrOajNS9HqjZX+rkE/y2aOyD6von6jhuhg==}
+ '@player-ui/react-subscribe@0.10.4':
+ resolution: {integrity: sha512-f5IKtIDJ8aXYBAmhOXMY9UDWa0GOert7RK6I6qlj4tFVT/mklcomc2m15dh+r0D7b8ctXPQZ9rmVfXB7g85/jA==}
peerDependencies:
- '@types/react': ^17.0.25
- react: ^17.0.2
+ '@types/react': ^18.2.39
+ react: ^18.2.0
- '@player-ui/react-subscribe@0.7.3':
- resolution: {integrity: sha512-b1m6LcHy9BOAsEhdvT5SZu9oDFVXzmth9rq9FqV5wPgGJ9HaLCgJZZhuPYweYTQVj4qeUNeXgEv4xuIhUBAX/A==}
+ '@player-ui/react-subscribe@0.9.1-next.0':
+ resolution: {integrity: sha512-m4C6i+5PfleM+CBdNg3z9IJNnbZtSF02w3cBvZpDtcADH/K2xrvmzKwIrdmG1uLP8WovEXtCfML4kq+POAak1w==}
peerDependencies:
- '@types/react': ^17.0.25
- react: ^17.0.2
+ '@types/react': ^18.2.39
+ react: ^18.2.0
- '@player-ui/react@0.7.2-next.4':
- resolution: {integrity: sha512-ers2SnR6Tn8Z5MNzhGzQ3wvgMisirAaVCeAw5lWB3T9zZ9weMT5lJmbTfz+fqPWMsHCsd+5az62YGys7Av6yYw==}
+ '@player-ui/react@0.10.4':
+ resolution: {integrity: sha512-V608qqONp20TnzWUHer0mq1Usk9XEUFrlemasviWextqRroZyPGlAzYj+HLPPHkfOG51Y4vvvwb+SBMJLnuLDg==}
peerDependencies:
- '@types/react': ^17.0.25
- react: ^17.0.2
- react-dom: ^17.0.2
+ '@types/react': ^18.2.39
+ react: ^18.2.0
+ react-dom: ^18.2.0
- '@player-ui/react@0.7.3':
- resolution: {integrity: sha512-IPxWom+l84jKSfZxn6TKufyxYfFuHPZA79+4IV+dsk2BakVmUZvuGSGqW1PInY6H+SmCno7RCvxZmsdil9b0XA==}
+ '@player-ui/types-provider-plugin@0.10.4':
+ resolution: {integrity: sha512-/9IYzSuS1ozOIRcm1VwX1cfPtgYsBewuk+3BI9/kHe6NiS8WYJ5XoB87/ukrwf0gbJ17n43kJHZoUfu6oGE5EA==}
peerDependencies:
- '@types/react': ^17.0.25
- react: ^17.0.2
- react-dom: ^17.0.2
+ '@player-ui/player': 0.10.4
- '@player-ui/types@0.7.2-next.4':
- resolution: {integrity: sha512-wvKlmu+ZJSVT5fs/vHHwpv4KhgZmqinJBvHhttU4LHzqrEauaRcS/DVCItABXt6ABxhIakPInnxQtH1xCwdDyQ==}
+ '@player-ui/types@0.10.4':
+ resolution: {integrity: sha512-8omsUh4Ib6ZwgS0rFSoCH+j4TjPMFzUvCa/ri9h7fefkohvd+Ocr3eYJpmDdYiFxc0rSxez7haJPUXGERZUizg==}
'@player-ui/types@0.7.3':
resolution: {integrity: sha512-Uqk14S4UmMM3O36TXt/PwYI9JY5aNYF1A3v/2wT9+gKv0RPZTXrs2N6MFXW8RopH/XeUwuunThVCpRZCsFiUMg==}
@@ -2120,8 +2270,8 @@ packages:
resolution: {integrity: sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==}
engines: {node: '>=12.22.0'}
- '@pnpm/npm-conf@2.2.2':
- resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==}
+ '@pnpm/npm-conf@2.3.1':
+ resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==}
engines: {node: '>=12'}
'@popperjs/core@2.11.8':
@@ -2209,16 +2359,22 @@ packages:
peerDependencies:
'@svgr/core': '*'
+ '@swc/core-darwin-arm64@1.11.22':
+ resolution: {integrity: sha512-upSiFQfo1TE2QM3+KpBcp5SrOdKKjoc+oUoD1mmBDU2Wv4Bjjv16Z2I5ADvIqMV+b87AhYW+4Qu6iVrQD7j96Q==}
+ engines: {node: '>=10'}
+ cpu: [arm64]
+ os: [darwin]
+
'@swc/core-darwin-arm64@1.3.82':
resolution: {integrity: sha512-JfsyDW34gVKD3uE0OUpUqYvAD3yseEaicnFP6pB292THtLJb0IKBBnK50vV/RzEJtc1bR3g1kNfxo2PeurZTrA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-arm64@1.4.16':
- resolution: {integrity: sha512-UOCcH1GvjRnnM/LWT6VCGpIk0OhHRq6v1U6QXuPt5wVsgXnXQwnf5k3sG5Cm56hQHDvhRPY6HCsHi/p0oek8oQ==}
+ '@swc/core-darwin-x64@1.11.22':
+ resolution: {integrity: sha512-8PEuF/gxIMJVK21DjuCOtzdqstn2DqnxVhpAYfXEtm3WmMqLIOIZBypF/xafAozyaHws4aB/5xmz8/7rPsjavw==}
engines: {node: '>=10'}
- cpu: [arm64]
+ cpu: [x64]
os: [darwin]
'@swc/core-darwin-x64@1.3.82':
@@ -2227,11 +2383,11 @@ packages:
cpu: [x64]
os: [darwin]
- '@swc/core-darwin-x64@1.4.16':
- resolution: {integrity: sha512-t3bgqFoYLWvyVtVL6KkFNCINEoOrIlyggT/kJRgi1y0aXSr0oVgcrQ4ezJpdeahZZ4N+Q6vT3ffM30yIunELNA==}
+ '@swc/core-linux-arm-gnueabihf@1.11.22':
+ resolution: {integrity: sha512-NIPTXvqtn9e7oQHgdaxM9Z/anHoXC3Fg4ZAgw5rSGa1OlnKKupt5sdfJamNggSi+eAtyoFcyfkgqHnfe2u63HA==}
engines: {node: '>=10'}
- cpu: [x64]
- os: [darwin]
+ cpu: [arm]
+ os: [linux]
'@swc/core-linux-arm-gnueabihf@1.3.82':
resolution: {integrity: sha512-7TMXG1lXlNhD0kUiEqs+YlGV4irAdBa2quuy+XI3oJf2fBK6dQfEq4xBy65B3khrorzQS3O0oDGQ+cmdpHExHA==}
@@ -2239,10 +2395,10 @@ packages:
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm-gnueabihf@1.4.16':
- resolution: {integrity: sha512-DvHuwvEF86YvSd0lwnzVcjOTZ0jcxewIbsN0vc/0fqm9qBdMMjr9ox6VCam1n3yYeRtj4VFgrjeNFksqbUejdQ==}
+ '@swc/core-linux-arm64-gnu@1.11.22':
+ resolution: {integrity: sha512-xZ+bgS60c5r8kAeYsLNjJJhhQNkXdidQ277pUabSlu5GjR0CkQUPQ+L9hFeHf8DITEqpPBPRiAiiJsWq5eqMBg==}
engines: {node: '>=10'}
- cpu: [arm]
+ cpu: [arm64]
os: [linux]
'@swc/core-linux-arm64-gnu@1.3.82':
@@ -2251,8 +2407,8 @@ packages:
cpu: [arm64]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.4.16':
- resolution: {integrity: sha512-9Uu5YlPbyCvbidjKtYEsPpyZlu16roOZ5c2tP1vHfnU9bgf5Tz5q5VovSduNxPHx+ed2iC1b1URODHvDzbbDuQ==}
+ '@swc/core-linux-arm64-musl@1.11.22':
+ resolution: {integrity: sha512-JhrP/q5VqQl2eJR0xKYIkKTPjgf8CRsAmRnjJA2PtZhfQ543YbYvUqxyXSRyBOxdyX8JwzuAxIPEAlKlT7PPuQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
@@ -2263,10 +2419,10 @@ packages:
cpu: [arm64]
os: [linux]
- '@swc/core-linux-arm64-musl@1.4.16':
- resolution: {integrity: sha512-/YZq/qB1CHpeoL0eMzyqK5/tYZn/rzKoCYDviFU4uduSUIJsDJQuQA/skdqUzqbheOXKAd4mnJ1hT04RbJ8FPQ==}
+ '@swc/core-linux-x64-gnu@1.11.22':
+ resolution: {integrity: sha512-htmAVL+U01gk9GyziVUP0UWYaUQBgrsiP7Ytf6uDffrySyn/FclUS3MDPocNydqYsOpj3OpNKPxkaHK+F+X5fg==}
engines: {node: '>=10'}
- cpu: [arm64]
+ cpu: [x64]
os: [linux]
'@swc/core-linux-x64-gnu@1.3.82':
@@ -2275,8 +2431,8 @@ packages:
cpu: [x64]
os: [linux]
- '@swc/core-linux-x64-gnu@1.4.16':
- resolution: {integrity: sha512-UUjaW5VTngZYDcA8yQlrFmqs1tLi1TxbKlnaJwoNhel9zRQ0yG1YEVGrzTvv4YApSuIiDK18t+Ip927bwucuVQ==}
+ '@swc/core-linux-x64-musl@1.11.22':
+ resolution: {integrity: sha512-PL0VHbduWPX+ANoyOzr58jBiL2VnD0xGSFwPy7NRZ1Pr6SNWm4jw3x2u6RjLArGhS5EcWp64BSk9ZxqmTV3FEg==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
@@ -2287,11 +2443,11 @@ packages:
cpu: [x64]
os: [linux]
- '@swc/core-linux-x64-musl@1.4.16':
- resolution: {integrity: sha512-aFhxPifevDTwEDKPi4eRYWzC0p/WYJeiFkkpNU5Uc7a7M5iMWPAbPFUbHesdlb9Jfqs5c07oyz86u+/HySBNPQ==}
+ '@swc/core-win32-arm64-msvc@1.11.22':
+ resolution: {integrity: sha512-moJvFhhTVGoMeEThtdF7hQog80Q00CS06v5uB+32VRuv+I31+4WPRyGlTWHO+oY4rReNcXut/mlDHPH7p0LdFg==}
engines: {node: '>=10'}
- cpu: [x64]
- os: [linux]
+ cpu: [arm64]
+ os: [win32]
'@swc/core-win32-arm64-msvc@1.3.82':
resolution: {integrity: sha512-TR3MHKhDYIyGyFcyl2d/p1ftceXcubAhX5wRSOdtOyr5+K/v3jbyCCqN7bbqO5o43wQVCwwR/drHleYyDZvg8Q==}
@@ -2299,10 +2455,10 @@ packages:
cpu: [arm64]
os: [win32]
- '@swc/core-win32-arm64-msvc@1.4.16':
- resolution: {integrity: sha512-bTD43MbhIHL2s5QgCwyleaGwl96Gk/scF2TaVKdUe4QlJCDV/YK9h5oIBAp63ckHtE8GHlH4c8dZNBiAXn4Org==}
+ '@swc/core-win32-ia32-msvc@1.11.22':
+ resolution: {integrity: sha512-/jnsPJJz89F1aKHIb5ScHkwyzBciz2AjEq2m9tDvQdIdVufdJ4SpEDEN9FqsRNRLcBHjtbLs6bnboA+B+pRFXw==}
engines: {node: '>=10'}
- cpu: [arm64]
+ cpu: [ia32]
os: [win32]
'@swc/core-win32-ia32-msvc@1.3.82':
@@ -2311,10 +2467,10 @@ packages:
cpu: [ia32]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.4.16':
- resolution: {integrity: sha512-/lmZeAN/qV5XbK2SEvi8e2RkIg8FQNYiSA8y2/Zb4gTUMKVO5JMLH0BSWMiIKMstKDPDSxMWgwJaQHF8UMyPmQ==}
+ '@swc/core-win32-x64-msvc@1.11.22':
+ resolution: {integrity: sha512-lc93Y8Mku7LCFGqIxJ91coXZp2HeoDcFZSHCL90Wttg5xhk5xVM9uUCP+OdQsSsEixLF34h5DbT9ObzP8rAdRw==}
engines: {node: '>=10'}
- cpu: [ia32]
+ cpu: [x64]
os: [win32]
'@swc/core-win32-x64-msvc@1.3.82':
@@ -2323,23 +2479,17 @@ packages:
cpu: [x64]
os: [win32]
- '@swc/core-win32-x64-msvc@1.4.16':
- resolution: {integrity: sha512-BPAfFfODWXtUu6SwaTTftDHvcbDyWBSI/oanUeRbQR5vVWkXoQ3cxLTsDluc3H74IqXS5z1Uyoe0vNo2hB1opA==}
- engines: {node: '>=10'}
- cpu: [x64]
- os: [win32]
-
- '@swc/core@1.3.82':
- resolution: {integrity: sha512-jpC1a18HMH67018Ij2jh+hT7JBFu7ZKcQVfrZ8K6JuEY+kjXmbea07P9MbQUZbAe0FB+xi3CqEVCP73MebodJQ==}
+ '@swc/core@1.11.22':
+ resolution: {integrity: sha512-mjPYbqq8XjwqSE0hEPT9CzaJDyxql97LgK4iyvYlwVSQhdN1uK0DBG4eP9PxYzCS2MUGAXB34WFLegdUj5HGpg==}
engines: {node: '>=10'}
peerDependencies:
- '@swc/helpers': ^0.5.0
+ '@swc/helpers': '>=0.5.17'
peerDependenciesMeta:
'@swc/helpers':
optional: true
- '@swc/core@1.4.16':
- resolution: {integrity: sha512-Xaf+UBvW6JNuV131uvSNyMXHn+bh6LyKN4tbv7tOUFQpXyz/t9YWRE04emtlUW9Y0qrm/GKFCbY8n3z6BpZbTA==}
+ '@swc/core@1.3.82':
+ resolution: {integrity: sha512-jpC1a18HMH67018Ij2jh+hT7JBFu7ZKcQVfrZ8K6JuEY+kjXmbea07P9MbQUZbAe0FB+xi3CqEVCP73MebodJQ==}
engines: {node: '>=10'}
peerDependencies:
'@swc/helpers': ^0.5.0
@@ -2350,11 +2500,11 @@ packages:
'@swc/counter@0.1.3':
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
- '@swc/helpers@0.5.10':
- resolution: {integrity: sha512-CU+RF9FySljn7HVSkkjiB84hWkvTaI3rtLvF433+jRSBL2hMu3zX5bGhHS8C80SM++h4xy8hBSnUHFQHmRXSBw==}
+ '@swc/helpers@0.5.17':
+ resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
- '@swc/types@0.1.6':
- resolution: {integrity: sha512-/JLo/l2JsT/LRd80C3HfbmVpxOAJ11FO2RCEslFrgzLltoP9j8XIbsyDcfCt2WWyX+CM96rBoNM+IToAkFOugg==}
+ '@swc/types@0.1.21':
+ resolution: {integrity: sha512-2YEtj5HJVbKivud9N4bpPBAyZhj4S2Ipe5LkUG94alTpr7in/GU/EARgPAd3BwU+YOmFVJC2+kjqhGRi3r0ZpQ==}
'@szmarczak/http-timer@4.0.6':
resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==}
@@ -2392,11 +2542,11 @@ packages:
'@types/command-line-usage@5.0.4':
resolution: {integrity: sha512-BwR5KP3Es/CSht0xqBcUXS3qCAUVXwpRKsV2+arxeb65atasuXG9LykC9Ab10Cw3s2raH92ZqOeILaQbsB2ACg==}
- '@types/dlv@1.1.4':
- resolution: {integrity: sha512-m8KmImw4Jt+4rIgupwfivrWEOnj1LzkmKkqbh075uG13eTQ1ZxHWT6T0vIdSQhLIjQCiR0n0lZdtyDOPO1x2Mw==}
+ '@types/dlv@1.1.5':
+ resolution: {integrity: sha512-JHOWNfiWepAhfwlSw17kiWrWrk6od2dEQgHltJw9AS0JPFoLZJBge5+Dnil2NfdjAvJ/+vGSX60/BRW20PpUXw==}
- '@types/estree@1.0.5':
- resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
+ '@types/estree@1.0.7':
+ resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
'@types/filesystem@0.0.36':
resolution: {integrity: sha512-vPDXOZuannb9FZdxgHnqSwAG/jvdGM8Wq+6N4D/d80z+D4HWH+bItqsZaVRQykAn6WEVeEkLm2oQigyHtgb0RA==}
@@ -2404,8 +2554,8 @@ packages:
'@types/filewriter@0.0.33':
resolution: {integrity: sha512-xFU8ZXTw4gd358lb2jw25nxY9QAgqn2+bKKjKOYfNCzN4DKCFetK7sPtrlpg66Ywe3vWY9FNxprZawAh9wfJ3g==}
- '@types/har-format@1.2.15':
- resolution: {integrity: sha512-RpQH4rXLuvTXKR0zqHq3go0RVXYv/YVqv4TnPH95VbwUxZdQlK1EtcMvQvMpDngHbt13Csh9Z4qT9AbkiQH5BA==}
+ '@types/har-format@1.2.16':
+ resolution: {integrity: sha512-fluxdy7ryD3MV6h8pTfTYpy/xQzCFC7m89nOH9y94cNqJ1mDIDPut7MnRHI3F6qRmh/cT2fUjG1MLdCNb4hE9A==}
'@types/http-cache-semantics@4.0.4':
resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==}
@@ -2419,8 +2569,8 @@ packages:
'@types/lodash.mergewith@4.6.7':
resolution: {integrity: sha512-3m+lkO5CLRRYU0fhGRp7zbsGi6+BZj0uTVSwvcKU+nSlhjA9/QRNfuSGnD2mX6hQA7ZbmcCkzk5h4ZYGOtk14A==}
- '@types/lodash@4.17.0':
- resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==}
+ '@types/lodash@4.17.16':
+ resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==}
'@types/minimatch@3.0.5':
resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==}
@@ -2428,8 +2578,8 @@ packages:
'@types/mkdirp@1.0.2':
resolution: {integrity: sha512-o0K1tSO0Dx5X6xlU5F1D6625FawhC3dU3iqr25lluNv/+/QIVH8RLNEiVokgIZo+mz+87w/3Mkg/VvQS+J51fQ==}
- '@types/node@18.19.31':
- resolution: {integrity: sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==}
+ '@types/node@18.19.87':
+ resolution: {integrity: sha512-OIAAu6ypnVZHmsHCeJ+7CCSub38QNBS9uceMQeg7K5Ur0Jr+wG9wEOEvvMbhp09pxD5czIUy/jND7s7Tb6Nw7A==}
'@types/node@20.9.0':
resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==}
@@ -2440,11 +2590,8 @@ packages:
'@types/parsimmon@1.10.9':
resolution: {integrity: sha512-O2M2x1w+m7gWLen8i5DOy6tWRnbRcsW6Pke3j3HAsJUrPb4g0MgjksIUm2aqUtCYxy7Qjr3CzjjwQBzhiGn46A==}
- '@types/prop-types@15.7.12':
- resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
-
- '@types/pubsub-js@1.8.6':
- resolution: {integrity: sha512-Kwug5cwV0paUDm/NfwDx1sp9xI0bGIvmWJjJWCU8NngkCCMt3EIC7oPDvb6fV7BR8kPpFyyBu4D11bda/2MdPA==}
+ '@types/prop-types@15.7.14':
+ resolution: {integrity: sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==}
'@types/react-copy-to-clipboard@5.0.7':
resolution: {integrity: sha512-Gft19D+as4M+9Whq1oglhmK49vqPhcLzk8WfvfLvaYMIPYanyfLy0+CwFucMJfdKoSFyySPmkkWn8/E6voQXjQ==}
@@ -2458,14 +2605,14 @@ packages:
'@types/react@18.2.37':
resolution: {integrity: sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==}
- '@types/react@18.3.1':
- resolution: {integrity: sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==}
+ '@types/react@18.3.20':
+ resolution: {integrity: sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==}
'@types/responselike@1.0.3':
resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==}
- '@types/scheduler@0.23.0':
- resolution: {integrity: sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==}
+ '@types/scheduler@0.26.0':
+ resolution: {integrity: sha512-WFHp9YUJQ6CKshqoC37iOlHnQSmxNc795UhB26CyBBttrN9svdIrUjl/NjnNmfcwtncN0h/0PPAFWv9ovP8mLA==}
'@types/webextension-polyfill@0.10.7':
resolution: {integrity: sha512-10ql7A0qzBmFB+F+qAke/nP1PIonS0TXZAOMVOxEUsm+lGSW6uwVcISFNa0I4Oyj0884TZVWGGMIWeXOVSNFHw==}
@@ -2495,8 +2642,8 @@ packages:
react: '>=16.8.0'
react-dom: '>=16.8.0'
- '@ungap/structured-clone@1.2.0':
- resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
+ '@ungap/structured-clone@1.3.0':
+ resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
'@vue/compiler-core@3.3.4':
resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==}
@@ -2546,33 +2693,36 @@ packages:
abortcontroller-polyfill@1.7.5:
resolution: {integrity: sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==}
+ abortcontroller-polyfill@1.7.8:
+ resolution: {integrity: sha512-9f1iZ2uWh92VcrU9Y8x+LdM4DLj75VE0MJB8zuF1iUnroEptStw+DQ8EQPMUdfe5k+PkB1uUfDQfWbhstH8LrQ==}
+
acorn-jsx@5.3.2:
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn-walk@8.3.2:
- resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==}
+ acorn-walk@8.3.4:
+ resolution: {integrity: sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==}
engines: {node: '>=0.4.0'}
- acorn@8.11.3:
- resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==}
+ acorn@8.14.1:
+ resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==}
engines: {node: '>=0.4.0'}
hasBin: true
- addons-linter@6.21.0:
- resolution: {integrity: sha512-4GBn14BR16FZE7dog6uz+1HO6V3B+mAVxmbwxRhed2y5eyrwIW832TmEpku+5A5bbovBZ4gilXEtBsl6A1AMmg==}
+ addons-linter@6.28.0:
+ resolution: {integrity: sha512-fCTjXL/yG4hwq74JG8tQdrvEu0OvGrEN9yU+Df0020RDtHl3g/tTCyMeC4G1uyk8IuyMzp4myCBNnOGC7MWSQQ==}
engines: {node: '>=16.0.0'}
hasBin: true
addons-moz-compare@1.3.0:
resolution: {integrity: sha512-/rXpQeaY0nOKhNx00pmZXdk5Mu+KhVlL3/pSBuAYwrxRrNiTvI/9xfQI8Lmm7DMMl+PDhtfAHY/0ibTpdeoQQQ==}
- addons-scanner-utils@9.9.0:
- resolution: {integrity: sha512-YDP10U3sEZMuIgnjXMiAYgUU64jTbxmhpUXMlhi1nKO4Etz+ctGWoTUst7IQRoLWaY9y2r1KZDG3jALxLA1n7Q==}
+ addons-scanner-utils@9.10.1:
+ resolution: {integrity: sha512-Tz9OUQx9Ja0TyQ+H2GakB9KlJ50myI6ESBGRlA8N80nHBzMjjPRFGm0APADSaCd5NP74SrFtEvL4TRpDwZXETA==}
peerDependencies:
body-parser: 1.20.2
- express: 4.18.2
+ express: 4.18.3
node-fetch: 2.6.11
safe-compare: 1.1.4
peerDependenciesMeta:
@@ -2585,9 +2735,9 @@ packages:
safe-compare:
optional: true
- adm-zip@0.5.12:
- resolution: {integrity: sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==}
- engines: {node: '>=6.0'}
+ adm-zip@0.5.16:
+ resolution: {integrity: sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==}
+ engines: {node: '>=12.0'}
agent-base@6.0.2:
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
@@ -2596,8 +2746,8 @@ packages:
ajv@6.12.6:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
- ajv@8.12.0:
- resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==}
+ ajv@8.13.0:
+ resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==}
ansi-align@3.0.1:
resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==}
@@ -2618,8 +2768,8 @@ packages:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
- ansi-regex@6.0.1:
- resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
+ ansi-regex@6.1.0:
+ resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
engines: {node: '>=12'}
ansi-styles@2.2.1:
@@ -2655,8 +2805,9 @@ packages:
resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==}
engines: {node: '>=10'}
- aria-query@5.3.0:
- resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
+ aria-query@5.3.2:
+ resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
+ engines: {node: '>= 0.4'}
arr-flatten@1.1.0:
resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==}
@@ -2705,8 +2856,8 @@ packages:
resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==}
engines: {node: '>=0.8'}
- async@3.2.5:
- resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==}
+ async@3.2.6:
+ resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
@@ -2723,8 +2874,8 @@ packages:
resolution: {integrity: sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g==}
engines: {node: '>=0.8'}
- auto@11.1.6:
- resolution: {integrity: sha512-GKeZbFWPp7V9d+yWuFvaffVNyLSGFpR/+SrzXt29YKhg8axx5bKQKzbBN0eSzX5DLmhBwS81tWXS+SYpECil9Q==}
+ auto@11.3.0:
+ resolution: {integrity: sha512-7FWjxrfsVKaToAcjxsijdpL8prbffZk5ovPCTVDk6c0Yq3pNKd2AMm5fkPR5lDbnYNeoU7lbm+0wVtJSoTQhpw==}
engines: {node: '>=10.x'}
hasBin: true
@@ -2735,14 +2886,15 @@ packages:
aws-sign2@0.7.0:
resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==}
- aws4@1.12.0:
- resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==}
+ aws4@1.13.2:
+ resolution: {integrity: sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==}
- axobject-query@3.2.1:
- resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==}
+ axobject-query@3.2.4:
+ resolution: {integrity: sha512-aPTElBrbifBU1krmZxGZOlBkslORe7Ll7+BDnI50Wy4LgOt69luMgevkDfTq1O/ZgprooPCtWpjCwKSZw/iZ4A==}
+ engines: {node: '>= 0.4'}
- b4a@1.6.6:
- resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==}
+ b4a@1.6.7:
+ resolution: {integrity: sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==}
babel-plugin-macros@3.1.0:
resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==}
@@ -2751,20 +2903,38 @@ packages:
balanced-match@1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
- bare-events@2.2.2:
- resolution: {integrity: sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==}
+ bare-events@2.5.4:
+ resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==}
+
+ bare-fs@4.1.3:
+ resolution: {integrity: sha512-OeEZYIg+2qepaWLyphaOXHAHKo3xkM8y3BeGAvHdMN8GNWvEAU1Yw6rYpGzu/wDDbKxgEjVeVDpgGhDzaeMpjg==}
+ engines: {bare: '>=1.16.0'}
+ peerDependencies:
+ bare-buffer: '*'
+ peerDependenciesMeta:
+ bare-buffer:
+ optional: true
- bare-fs@2.2.3:
- resolution: {integrity: sha512-amG72llr9pstfXOBOHve1WjiuKKAMnebcmMbPWDZ7BCevAoJLpugjuAPRsDINEyjT0a6tbaVx3DctkXIRbLuJw==}
+ bare-os@3.6.1:
+ resolution: {integrity: sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==}
+ engines: {bare: '>=1.14.0'}
- bare-os@2.2.1:
- resolution: {integrity: sha512-OwPyHgBBMkhC29Hl3O4/YfxW9n7mdTr2+SsO29XBWKKJsbgj3mnorDB80r5TiCQgQstgE5ga1qNYrpes6NvX2w==}
+ bare-path@3.0.0:
+ resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==}
- bare-path@2.1.1:
- resolution: {integrity: sha512-OHM+iwRDRMDBsSW7kl3dO62JyHdBKO3B25FB9vNQBPcGHMo4+eA8Yj41Lfbk3pS/seDY+siNge0LdRTulAau/A==}
+ bare-stream@2.6.5:
+ resolution: {integrity: sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==}
+ peerDependencies:
+ bare-buffer: '*'
+ bare-events: '*'
+ peerDependenciesMeta:
+ bare-buffer:
+ optional: true
+ bare-events:
+ optional: true
- base-x@3.0.9:
- resolution: {integrity: sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==}
+ base-x@3.0.11:
+ resolution: {integrity: sha512-xz7wQ8xDhdyP7tQxwdteLYeFfS68tSMNCZ/Y37WJ4bhGfKPpqEIlmIyueQHqOyoPhE6xNUqjzRr8ra0eF9VRvA==}
base64-js@1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
@@ -2801,8 +2971,8 @@ packages:
brace-expansion@2.0.1:
resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
- braces@3.0.2:
- resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
+ braces@3.0.3:
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
browserslist@4.21.10:
@@ -2810,8 +2980,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
- browserslist@4.23.0:
- resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==}
+ browserslist@4.24.4:
+ resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -2830,8 +3000,8 @@ packages:
buffer@6.0.3:
resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
- bundle-require@4.0.3:
- resolution: {integrity: sha512-2iscZ3fcthP2vka4Y7j277YJevwmsby/FpFDwjgw34Nl7dtCpt7zz/4TexmHMzY6KZEih7En9ImlbbgUNNQGtA==}
+ bundle-require@4.2.1:
+ resolution: {integrity: sha512-7Q/6vkyYAwOmQNRw75x+4yRtZCZJXUDmHHlFdkiV0wgv/reNjtJwpu1jPJ0w2kbEpIM0uoKI3S4/f39dU7AjSA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
peerDependencies:
esbuild: '>=0.17'
@@ -2861,8 +3031,12 @@ packages:
resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==}
engines: {node: '>=8'}
- call-bind@1.0.7:
- resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
+ call-bind-apply-helpers@1.0.2:
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
+ engines: {node: '>= 0.4'}
+
+ call-bind@1.0.8:
+ resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==}
engines: {node: '>= 0.4'}
callsites@3.1.0:
@@ -2885,8 +3059,8 @@ packages:
resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==}
engines: {node: '>=14.16'}
- caniuse-lite@1.0.30001612:
- resolution: {integrity: sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==}
+ caniuse-lite@1.0.30001715:
+ resolution: {integrity: sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==}
capability@0.2.5:
resolution: {integrity: sha512-rsJZYVCgXd08sPqwmaIqjAd5SUTfonV0z/gDJ8D6cN8wQphky1kkAYEqQ+hmDxTw7UihvBfjUVUSY+DBEe44jg==}
@@ -2910,6 +3084,10 @@ packages:
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
+ chalk@5.4.1:
+ resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==}
+ engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
+
change-case@5.1.2:
resolution: {integrity: sha512-CAtbGEDulyjzs05RXy3uKcwqeztz/dMEuAc1Xu9NQBsbrhuGMneL0u9Dj5SoutLKBFYun8txxYIwhjtLNfUmCA==}
@@ -2927,6 +3105,10 @@ packages:
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
engines: {node: '>= 8.10.0'}
+ chokidar@4.0.3:
+ resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
+ engines: {node: '>= 14.16.0'}
+
chownr@1.1.4:
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
@@ -2935,8 +3117,8 @@ packages:
engines: {node: '>=12.13.0'}
hasBin: true
- chrome-trace-event@1.0.3:
- resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
+ chrome-trace-event@1.0.4:
+ resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
engines: {node: '>=6.0'}
chrome-webstore-upload-cli@1.2.2:
@@ -3115,8 +3297,8 @@ packages:
resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
engines: {node: '>=10'}
- cosmiconfig@8.3.6:
- resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
+ cosmiconfig@9.0.0:
+ resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==}
engines: {node: '>=14'}
peerDependencies:
typescript: '>=4.9.5'
@@ -3130,8 +3312,8 @@ packages:
crelt@1.0.6:
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
- cross-spawn@7.0.3:
- resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
+ cross-spawn@7.0.6:
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'}
crypto-random-string@4.0.0:
@@ -3189,8 +3371,17 @@ packages:
supports-color:
optional: true
- debug@4.3.4:
- resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
+ debug@4.3.7:
+ resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
+ engines: {node: '>=6.0'}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
+ debug@4.4.0:
+ resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -3262,8 +3453,8 @@ packages:
engines: {node: '>=0.10'}
hasBin: true
- detect-libc@2.0.3:
- resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
+ detect-libc@2.0.4:
+ resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
engines: {node: '>=8'}
detect-node-es@1.1.0:
@@ -3308,8 +3499,8 @@ packages:
domutils@2.8.0:
resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
- domutils@3.1.0:
- resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==}
+ domutils@3.2.2:
+ resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
dot-prop@6.0.1:
resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==}
@@ -3334,14 +3525,18 @@ packages:
resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==}
engines: {node: '>=10'}
- dset@3.1.3:
- resolution: {integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==}
+ dset@3.1.4:
+ resolution: {integrity: sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==}
engines: {node: '>=4'}
dtrace-provider@0.8.8:
resolution: {integrity: sha512-b7Z7cNtHPhH9EJhNNbbeqTcXB8LGFFZhq1PGgEvpeHlzd36bhbdTWoE/Ba/YguqpBSlAPKnARWhVlhunCMwfxg==}
engines: {node: '>=0.10'}
+ dunder-proto@1.0.1:
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
+ engines: {node: '>= 0.4'}
+
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
@@ -3355,8 +3550,8 @@ packages:
ecdsa-sig-formatter@1.0.11:
resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==}
- electron-to-chromium@1.4.745:
- resolution: {integrity: sha512-tRbzkaRI5gbUn5DEvF0dV4TQbMZ5CLkWeTAXmpC9IrYT+GE+x76i9p+o3RJ5l9XmdQlI1pPhVtE9uNcJJ0G0EA==}
+ electron-to-chromium@1.5.142:
+ resolution: {integrity: sha512-Ah2HgkTu/9RhTDNThBtzu2Wirdy4DC9b0sMT1pUhbkZQ5U/iwmE+PHZX1MpjD5IkJCc2wSghgGG/B04szAx07w==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -3385,10 +3580,18 @@ packages:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
+ entities@6.0.0:
+ resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==}
+ engines: {node: '>=0.12'}
+
env-ci@5.5.0:
resolution: {integrity: sha512-o0JdWIbOLP+WJKIUt36hz1ImQQFuN92nhsfTkHHap+J8CiI8WgGpH/a9jEGHh4/TU5BUUGjlnKXNoDb57+ne+A==}
engines: {node: '>=10.17'}
+ env-paths@2.2.1:
+ resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
+ engines: {node: '>=6'}
+
errno@0.1.8:
resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
hasBin: true
@@ -3399,14 +3602,18 @@ packages:
error-polyfill@0.1.3:
resolution: {integrity: sha512-XHJk60ufE+TG/ydwp4lilOog549iiQF2OAPhkk9DdiYWMrltz5yhDz/xnKuenNwP7gy3dsibssO5QpVhkrSzzg==}
- es-define-property@1.0.0:
- resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
+ es-define-property@1.0.1:
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
engines: {node: '>= 0.4'}
es-errors@1.3.0:
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
engines: {node: '>= 0.4'}
+ es-object-atoms@1.1.1:
+ resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
+ engines: {node: '>= 0.4'}
+
es6-error@4.1.1:
resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==}
@@ -3508,8 +3715,8 @@ packages:
engines: {node: '>=12'}
hasBin: true
- escalade@3.1.2:
- resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
+ escalade@3.2.0:
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
escape-goat@4.0.0:
@@ -3541,11 +3748,19 @@ packages:
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- eslint@8.56.0:
- resolution: {integrity: sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==}
+ eslint-visitor-keys@4.0.0:
+ resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ eslint@8.57.0:
+ resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
+ espree@10.0.1:
+ resolution: {integrity: sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
espree@9.6.1:
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3555,8 +3770,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- esquery@1.5.0:
- resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
esrecurse@4.3.0:
@@ -3626,6 +3841,10 @@ packages:
resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
engines: {node: '>=8.6.0'}
+ fast-glob@3.3.3:
+ resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
+ engines: {node: '>=8.6.0'}
+
fast-json-parse@1.0.3:
resolution: {integrity: sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==}
@@ -3642,8 +3861,8 @@ packages:
resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==}
engines: {node: '>=6'}
- fastq@1.17.1:
- resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
+ fastq@1.19.1:
+ resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
fd-slicer@1.1.0:
resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==}
@@ -3667,8 +3886,8 @@ packages:
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
engines: {node: ^10.12.0 || >=12.0.0}
- fill-range@7.0.1:
- resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
+ fill-range@7.1.1:
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines: {node: '>=8'}
find-replace@3.0.0:
@@ -3698,8 +3917,8 @@ packages:
resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
engines: {node: ^10.12.0 || >=12.0.0}
- flatted@3.3.1:
- resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
+ flatted@3.3.3:
+ resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
flow-bin@0.118.0:
resolution: {integrity: sha512-jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg==}
@@ -3710,12 +3929,12 @@ packages:
resolution: {integrity: sha512-/LFZOIo82WDsyyv7h7oc0MJF9ACOvDRdx9rWPZ2pgMfNWu/z8hQDBtOchuB/0BVLmuFOZjV02YwUVzNsWx/EzA==}
engines: {node: '>=10'}
- focus-lock@1.3.5:
- resolution: {integrity: sha512-QFaHbhv9WPUeLYBDe/PAuLKJ4Dd9OPvKs9xZBr3yLXnUrDNaVXKu2baDBXe3naPY30hgHYSsf2JW4jzas2mDEQ==}
+ focus-lock@1.3.6:
+ resolution: {integrity: sha512-Ik/6OCk9RQQ0T5Xw+hKNLWrjSMtv51dD4GRmJjbD5a58TIEpI5a5iXagKVl3Z5UuyslMCA8Xwnu76jQob62Yhg==}
engines: {node: '>=10'}
- foreground-child@3.1.1:
- resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==}
+ foreground-child@3.3.1:
+ resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
engines: {node: '>=14'}
forever-agent@0.6.1:
@@ -3733,15 +3952,15 @@ packages:
resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
engines: {node: '>=12.20.0'}
- fp-ts@2.16.7:
- resolution: {integrity: sha512-Xiux+4mHHPj32/mrqN3XIIqEKk/MousgoC2FIaCwehpPjBI4oDrLvQEyQ/2T1sbTe0s/YIQqF98z+uHJLVoS9Q==}
+ fp-ts@2.16.10:
+ resolution: {integrity: sha512-vuROzbNVfCmUkZSUbnWSltR1sbheyQbTzug7LB/46fEa1c0EucLeBaCEUE0gF3ZGUGBt9lVUiziGOhhj6K1ORA==}
- framer-motion@11.1.7:
- resolution: {integrity: sha512-cW11Pu53eDAXUEhv5hEiWuIXWhfkbV32PlgVISn7jRdcAiVrJ1S03YQQ0/DzoswGYYwKi4qYmHHjCzAH52eSdQ==}
+ framer-motion@11.18.2:
+ resolution: {integrity: sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==}
peerDependencies:
'@emotion/is-prop-valid': '*'
- react: ^18.0.0
- react-dom: ^18.0.0
+ react: ^18.0.0 || ^19.0.0
+ react-dom: ^18.0.0 || ^19.0.0
peerDependenciesMeta:
'@emotion/is-prop-valid':
optional: true
@@ -3798,12 +4017,12 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
- get-intrinsic@1.2.4:
- resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
+ get-intrinsic@1.3.0:
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
engines: {node: '>= 0.4'}
- get-monorepo-packages@1.2.0:
- resolution: {integrity: sha512-aDP6tH+eM3EuVSp3YyCutOcFS4Y9AhRRH9FAd+cjtR/g63Hx+DCXdKoP1ViRPUJz5wm+BOEXB4FhoffGHxJ7jQ==}
+ get-monorepo-packages@1.3.0:
+ resolution: {integrity: sha512-A/s881nNcKhoM7RgkvYFTOtGO+dy4EWbyRaatncPEhhlJAaZRlpfHwuT68p5GJenEt81nnjJOwGg0WKLkR5ZdQ==}
get-nonce@1.0.1:
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
@@ -3813,6 +4032,10 @@ packages:
resolution: {integrity: sha512-mDHFgApoQd+azgMdwylJrv2DX47ywGq1i5VFJE7fZ0dttNq3iQMfsU4IvEgBHojA3KqEudyu7Vq+oN8kNaNkWw==}
engines: {node: '>=16'}
+ get-proto@1.0.1:
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
+ engines: {node: '>= 0.4'}
+
get-stream@5.2.0:
resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
engines: {node: '>=8'}
@@ -3842,21 +4065,22 @@ packages:
glob-to-regexp@0.4.1:
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
- glob@10.3.10:
- resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==}
- engines: {node: '>=16 || 14 >=14.17'}
+ glob@10.4.1:
+ resolution: {integrity: sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==}
+ engines: {node: '>=16 || 14 >=14.18'}
hasBin: true
- glob@10.3.12:
- resolution: {integrity: sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==}
- engines: {node: '>=16 || 14 >=14.17'}
+ glob@10.4.5:
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
glob@6.0.4:
resolution: {integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==}
+ deprecated: Glob versions prior to v9 are no longer supported
glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
+ deprecated: Glob versions prior to v9 are no longer supported
global-dirs@3.0.1:
resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==}
@@ -3878,8 +4102,9 @@ packages:
resolution: {integrity: sha512-yANWAN2DUcBtuus5Cpd+SKROzXHs2iVXFZt/Ykrfz6SAXqacLX25NZpltE+39ceMexYF4TtEadjuSTw8+3wX4g==}
engines: {node: '>=4'}
- gopd@1.0.1:
- resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
+ gopd@1.2.0:
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
+ engines: {node: '>= 0.4'}
got@11.5.2:
resolution: {integrity: sha512-yUhpEDLeuGiGJjRSzEq3kvt4zJtAcjKmhIiwNp/eUs75tRlXfWcHo5tcBaMQtnjHWC7nQYT5HkY/l0QOQTkVww==}
@@ -3908,8 +4133,8 @@ packages:
graphql-import-macro@1.0.0:
resolution: {integrity: sha512-YK4g6iP60H++MpP93tb0VwOg7aM5iIC0hdSQKTrEDANeLWf0KFAT9dwlBeMDrhY+jcW7qsAEDtaw58cgVnQXAw==}
- graphql@15.8.0:
- resolution: {integrity: sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==}
+ graphql@15.10.1:
+ resolution: {integrity: sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg==}
engines: {node: '>= 10.x'}
growly@1.3.0:
@@ -3939,12 +4164,8 @@ packages:
has-property-descriptors@1.0.2:
resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
- has-proto@1.0.3:
- resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
- engines: {node: '>= 0.4'}
-
- has-symbols@1.0.3:
- resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
+ has-symbols@1.1.0:
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
engines: {node: '>= 0.4'}
has-yarn@3.0.0:
@@ -3961,14 +4182,14 @@ packages:
hosted-git-info@2.8.9:
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
- htmlnano@2.1.0:
- resolution: {integrity: sha512-jVGRE0Ep9byMBKEu0Vxgl8dhXYOUk0iNQ2pjsG+BcRB0u0oDF5A9p/iBGMg/PGKYUyMD0OAGu8dVT5Lzj8S58g==}
+ htmlnano@2.1.1:
+ resolution: {integrity: sha512-kAERyg/LuNZYmdqgCdYvugyLWNFAm8MWXpQMz1pLpetmCbFwoMxvkSoaAMlFrOC4OKTWI4KlZGT/RsNxg4ghOw==}
peerDependencies:
- cssnano: ^6.0.0
+ cssnano: ^7.0.0
postcss: ^8.3.11
- purgecss: ^5.0.0
+ purgecss: ^6.0.0
relateurl: ^0.2.7
- srcset: 4.0.0
+ srcset: 5.0.1
svgo: ^3.0.2
terser: ^5.10.0
uncss: ^0.17.3
@@ -4041,8 +4262,8 @@ packages:
resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==}
engines: {node: '>= 4'}
- ignore@5.3.1:
- resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==}
+ ignore@5.3.2:
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
engines: {node: '>= 4'}
image-size@0.5.5:
@@ -4058,11 +4279,11 @@ packages:
immediate@3.0.6:
resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==}
- immer@10.0.4:
- resolution: {integrity: sha512-cuBuGK40P/sk5IzWa9QPUaAdvPHjkk1c+xYsd9oZw+YQQEV+10G0P5uMpGctZZKnyQ+ibRO08bD25nWLmYi2pw==}
+ immer@10.1.1:
+ resolution: {integrity: sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==}
- immutable@4.3.5:
- resolution: {integrity: sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==}
+ immutable@5.1.1:
+ resolution: {integrity: sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==}
import-cwd@3.0.0:
resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==}
@@ -4072,6 +4293,10 @@ packages:
resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
engines: {node: '>=6'}
+ import-fresh@3.3.1:
+ resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
+ engines: {node: '>=6'}
+
import-from@3.0.0:
resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==}
engines: {node: '>=8'}
@@ -4090,6 +4315,7 @@ packages:
inflight@1.0.6:
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
@@ -4109,15 +4335,12 @@ packages:
resolution: {integrity: sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==}
engines: {node: '>= 0.10'}
- invariant@2.2.4:
- resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==}
-
invert-kv@3.0.1:
resolution: {integrity: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==}
engines: {node: '>=8'}
- io-ts@2.2.21:
- resolution: {integrity: sha512-zz2Z69v9ZIC3mMLYWIeoUcwWD6f+O7yP92FMVVaXEOSZH1jnVBmET/urd/uoarD1WGBY4rCj8TAyMPzsGNzMFQ==}
+ io-ts@2.2.22:
+ resolution: {integrity: sha512-FHCCztTkHoV9mdBsHpocLpdTAfh956ZQcIkWQxxS0U5HT53vtrcuYdQneEJKH6xILaLNzXVl2Cvwtoy8XNN0AA==}
peerDependencies:
fp-ts: ^2.5.0
@@ -4139,8 +4362,9 @@ packages:
resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
hasBin: true
- is-core-module@2.13.1:
- resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
+ is-core-module@2.16.1:
+ resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
+ engines: {node: '>= 0.4'}
is-docker@2.2.1:
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
@@ -4201,8 +4425,8 @@ packages:
resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
engines: {node: '>=0.10.0'}
- is-reference@3.0.2:
- resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==}
+ is-reference@3.0.3:
+ resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==}
is-relative@0.1.3:
resolution: {integrity: sha512-wBOr+rNM4gkAZqoLRJI4myw5WzzIdQosFAAbnvfXP5z1LyzgAI3ivOKehC5KfqlQJZoihVhirgtCBj378Eg8GA==}
@@ -4257,9 +4481,8 @@ packages:
isstream@0.1.2:
resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==}
- jackspeak@2.3.6:
- resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==}
- engines: {node: '>=14'}
+ jackspeak@3.4.3:
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
java-properties@1.0.2:
resolution: {integrity: sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==}
@@ -4285,9 +4508,9 @@ packages:
jsbn@0.1.1:
resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==}
- jsesc@2.5.2:
- resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
- engines: {node: '>=4'}
+ jsesc@3.1.0:
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
+ engines: {node: '>=6'}
hasBin: true
json-buffer@3.0.1:
@@ -4367,11 +4590,15 @@ packages:
resolution: {integrity: sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==}
engines: {node: '>=8'}
- less@4.2.0:
- resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==}
- engines: {node: '>=6'}
+ less@4.3.0:
+ resolution: {integrity: sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==}
+ engines: {node: '>=14'}
hasBin: true
+ leven@3.1.0:
+ resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==}
+ engines: {node: '>=6'}
+
levn@0.4.1:
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
engines: {node: '>= 0.8.0'}
@@ -4388,8 +4615,8 @@ packages:
cpu: [arm64]
os: [darwin]
- lightningcss-darwin-arm64@1.24.1:
- resolution: {integrity: sha512-1jQ12jBy+AE/73uGQWGSafK5GoWgmSiIQOGhSEXiFJSZxzV+OXIx+a9h2EYHxdJfX864M+2TAxWPWb0Vv+8y4w==}
+ lightningcss-darwin-arm64@1.29.3:
+ resolution: {integrity: sha512-fb7raKO3pXtlNbQbiMeEu8RbBVHnpyqAoxTyTRMEWFQWmscGC2wZxoHzZ+YKAepUuKT9uIW5vL2QbFivTgprZg==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [darwin]
@@ -4400,8 +4627,8 @@ packages:
cpu: [x64]
os: [darwin]
- lightningcss-darwin-x64@1.24.1:
- resolution: {integrity: sha512-R4R1d7VVdq2mG4igMU+Di8GPf0b64ZLnYVkubYnGG0Qxq1KaXQtAzcLI43EkpnoWvB/kUg8JKCWH4S13NfiLcQ==}
+ lightningcss-darwin-x64@1.29.3:
+ resolution: {integrity: sha512-KF2XZ4ZdmDGGtEYmx5wpzn6u8vg7AdBHaEOvDKu8GOs7xDL/vcU2vMKtTeNe1d4dogkDdi3B9zC77jkatWBwEQ==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [darwin]
@@ -4412,8 +4639,8 @@ packages:
cpu: [x64]
os: [freebsd]
- lightningcss-freebsd-x64@1.24.1:
- resolution: {integrity: sha512-z6NberUUw5ALES6Ixn2shmjRRrM1cmEn1ZQPiM5IrZ6xHHL5a1lPin9pRv+w6eWfcrEo+qGG6R9XfJrpuY3e4g==}
+ lightningcss-freebsd-x64@1.29.3:
+ resolution: {integrity: sha512-VUWeVf+V1UM54jv9M4wen9vMlIAyT69Krl9XjI8SsRxz4tdNV/7QEPlW6JASev/pYdiynUCW0pwaFquDRYdxMw==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [freebsd]
@@ -4424,8 +4651,8 @@ packages:
cpu: [arm]
os: [linux]
- lightningcss-linux-arm-gnueabihf@1.24.1:
- resolution: {integrity: sha512-NLQLnBQW/0sSg74qLNI8F8QKQXkNg4/ukSTa+XhtkO7v3BnK19TS1MfCbDHt+TTdSgNEBv0tubRuapcKho2EWw==}
+ lightningcss-linux-arm-gnueabihf@1.29.3:
+ resolution: {integrity: sha512-UhgZ/XVNfXQVEJrMIWeK1Laj8KbhjbIz7F4znUk7G4zeGw7TRoJxhb66uWrEsonn1+O45w//0i0Fu0wIovYdYg==}
engines: {node: '>= 12.0.0'}
cpu: [arm]
os: [linux]
@@ -4436,8 +4663,8 @@ packages:
cpu: [arm64]
os: [linux]
- lightningcss-linux-arm64-gnu@1.24.1:
- resolution: {integrity: sha512-AQxWU8c9E9JAjAi4Qw9CvX2tDIPjgzCTrZCSXKELfs4mCwzxRkHh2RCxX8sFK19RyJoJAjA/Kw8+LMNRHS5qEg==}
+ lightningcss-linux-arm64-gnu@1.29.3:
+ resolution: {integrity: sha512-Pqau7jtgJNmQ/esugfmAT1aCFy/Gxc92FOxI+3n+LbMHBheBnk41xHDhc0HeYlx9G0xP5tK4t0Koy3QGGNqypw==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
@@ -4448,8 +4675,8 @@ packages:
cpu: [arm64]
os: [linux]
- lightningcss-linux-arm64-musl@1.24.1:
- resolution: {integrity: sha512-JCgH/SrNrhqsguUA0uJUM1PvN5+dVuzPIlXcoWDHSv2OU/BWlj2dUYr3XNzEw748SmNZPfl2NjQrAdzaPOn1lA==}
+ lightningcss-linux-arm64-musl@1.29.3:
+ resolution: {integrity: sha512-dxakOk66pf7KLS7VRYFO7B8WOJLecE5OPL2YOk52eriFd/yeyxt2Km5H0BjLfElokIaR+qWi33gB8MQLrdAY3A==}
engines: {node: '>= 12.0.0'}
cpu: [arm64]
os: [linux]
@@ -4460,8 +4687,8 @@ packages:
cpu: [x64]
os: [linux]
- lightningcss-linux-x64-gnu@1.24.1:
- resolution: {integrity: sha512-TYdEsC63bHV0h47aNRGN3RiK7aIeco3/keN4NkoSQ5T8xk09KHuBdySltWAvKLgT8JvR+ayzq8ZHnL1wKWY0rw==}
+ lightningcss-linux-x64-gnu@1.29.3:
+ resolution: {integrity: sha512-ySZTNCpbfbK8rqpKJeJR2S0g/8UqqV3QnzcuWvpI60LWxnFN91nxpSSwCbzfOXkzKfar9j5eOuOplf+klKtINg==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
@@ -4472,20 +4699,26 @@ packages:
cpu: [x64]
os: [linux]
- lightningcss-linux-x64-musl@1.24.1:
- resolution: {integrity: sha512-HLfzVik3RToot6pQ2Rgc3JhfZkGi01hFetHt40HrUMoeKitLoqUUT5owM6yTZPTytTUW9ukLBJ1pc3XNMSvlLw==}
+ lightningcss-linux-x64-musl@1.29.3:
+ resolution: {integrity: sha512-3pVZhIzW09nzi10usAXfIGTTSTYQ141dk88vGFNCgawIzayiIzZQxEcxVtIkdvlEq2YuFsL9Wcj/h61JHHzuFQ==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [linux]
+ lightningcss-win32-arm64-msvc@1.29.3:
+ resolution: {integrity: sha512-VRnkAvtIkeWuoBJeGOTrZxsNp4HogXtcaaLm8agmbYtLDOhQdpgxW6NjZZjDXbvGF+eOehGulXZ3C1TiwHY4QQ==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
lightningcss-win32-x64-msvc@1.21.7:
resolution: {integrity: sha512-07/8vogEq+C/mF99pdMhh/f19/xreq8N9Ca6AWeVHZIdODyF/pt6KdKSCWDZWIn+3CUxI8gCJWuUWyOc3xymvw==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [win32]
- lightningcss-win32-x64-msvc@1.24.1:
- resolution: {integrity: sha512-joEupPjYJ7PjZtDsS5lzALtlAudAbgIBMGJPNeFe5HfdmJXFd13ECmEM+5rXNxYVMRHua2w8132R6ab5Z6K9Ow==}
+ lightningcss-win32-x64-msvc@1.29.3:
+ resolution: {integrity: sha512-IszwRPu2cPnDQsZpd7/EAr0x2W7jkaWqQ1SwCVIZ/tSbZVXPLt6k8s6FkcyBjViCzvB5CW0We0QbbP7zp2aBjQ==}
engines: {node: '>= 12.0.0'}
cpu: [x64]
os: [win32]
@@ -4494,12 +4727,12 @@ packages:
resolution: {integrity: sha512-xITZyh5sLFwRPYUSw15T00Rm7gcQ1qOPuQwNOcvHsTm6nLWTQ723w7zl42wrC5t+xtdg6FPmnXHml1nZxxvp1w==}
engines: {node: '>= 12.0.0'}
- lightningcss@1.24.1:
- resolution: {integrity: sha512-kUpHOLiH5GB0ERSv4pxqlL0RYKnOXtgGtVe7shDGfhS0AZ4D1ouKFYAcLcZhql8aMspDNzaUCumGHZ78tb2fTg==}
+ lightningcss@1.29.3:
+ resolution: {integrity: sha512-GlOJwTIP6TMIlrTFsxTerwC0W6OpQpCGuX1ECRLBUVRh6fpJH3xTqjCjRgQHTb4ZXexH9rtHou1Lf03GKzmhhQ==}
engines: {node: '>= 12.0.0'}
- lilconfig@3.1.1:
- resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==}
+ lilconfig@3.1.3:
+ resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
engines: {node: '>=14'}
lines-and-columns@1.2.4:
@@ -4543,6 +4776,7 @@ packages:
lodash.get@4.4.2:
resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==}
+ deprecated: This package is deprecated. Use the optional chaining (?.) operator instead.
lodash.merge@4.6.2:
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
@@ -4576,9 +4810,8 @@ packages:
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- lru-cache@10.2.0:
- resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==}
- engines: {node: 14 || >=16.14}
+ lru-cache@10.4.3:
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
@@ -4587,8 +4820,8 @@ packages:
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
engines: {node: '>=10'}
- magic-string@0.30.10:
- resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
+ magic-string@0.30.17:
+ resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
make-dir@2.1.0:
resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
@@ -4609,8 +4842,12 @@ packages:
resolution: {integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==}
engines: {node: '>=4'}
- marky@1.2.5:
- resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==}
+ marky@1.3.0:
+ resolution: {integrity: sha512-ocnPZQLNpvbedwTy9kNrQEsknEfgvcLMvOtz3sFeWApDq1MXH1TqkCIx58xlpESsfwQOnuBO9beyQuNGzVvuhQ==}
+
+ math-intrinsics@1.1.0:
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
+ engines: {node: '>= 0.4'}
mdn-data@2.0.14:
resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==}
@@ -4639,8 +4876,8 @@ packages:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
- micromatch@4.0.5:
- resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
+ micromatch@4.0.8:
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
mime-db@1.52.0:
@@ -4680,8 +4917,8 @@ packages:
minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
- minimatch@9.0.4:
- resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
+ minimatch@9.0.5:
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
minimist-options@3.0.2:
@@ -4691,8 +4928,8 @@ packages:
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
- minipass@7.0.4:
- resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==}
+ minipass@7.1.2:
+ resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'}
mkdirp-classic@0.5.3:
@@ -4716,21 +4953,24 @@ packages:
moment@2.30.1:
resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==}
+ motion-dom@11.18.1:
+ resolution: {integrity: sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==}
+
+ motion-utils@11.18.1:
+ resolution: {integrity: sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==}
+
ms@2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
- ms@2.1.2:
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
-
ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
- msgpackr-extract@3.0.2:
- resolution: {integrity: sha512-SdzXp4kD/Qf8agZ9+iTu6eql0m3kWm1A2y1hkpTeVNENutaB0BwHlSvAIaMxwntmRUAUjon2V4L8Z/njd0Ct8A==}
+ msgpackr-extract@3.0.3:
+ resolution: {integrity: sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==}
hasBin: true
- msgpackr@1.10.1:
- resolution: {integrity: sha512-r5VRLv9qouXuLiIBrLpl2d5ZvPt8svdQTl5/vMvE4nzDMyEX4sgW5yWhuBBj5UmgwOTWj8CIdSXn5sAfsHAWIQ==}
+ msgpackr@1.11.2:
+ resolution: {integrity: sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==}
msgpackr@1.8.5:
resolution: {integrity: sha512-mpPs3qqTug6ahbblkThoUY2DQdNXcm4IapwOS3Vm/87vmpzLVelvp9h3It1y9l1VPpiFLV11vfOXnmeEwiIXwg==}
@@ -4750,16 +4990,16 @@ packages:
mz@2.7.0:
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
- nan@2.19.0:
- resolution: {integrity: sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==}
+ nan@2.22.2:
+ resolution: {integrity: sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==}
- nanoid@3.3.7:
- resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
+ nanoid@3.3.11:
+ resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
- napi-build-utils@1.0.2:
- resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==}
+ napi-build-utils@2.0.0:
+ resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==}
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
@@ -4776,8 +5016,8 @@ packages:
nested-error-stacks@2.0.1:
resolution: {integrity: sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==}
- node-abi@3.60.0:
- resolution: {integrity: sha512-zcGgwoXbzw9NczqbGzAWL/ToDYAxv1V8gL1D67ClbdkIfeeDBbY0GelZtC25ayLvVjr2q2cloHeQV1R0QAWqRQ==}
+ node-abi@3.74.0:
+ resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==}
engines: {node: '>=10'}
node-addon-api@4.3.0:
@@ -4786,13 +5026,13 @@ packages:
node-addon-api@6.1.0:
resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
- node-addon-api@7.1.0:
- resolution: {integrity: sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g==}
- engines: {node: ^16 || ^18 || >= 20}
+ node-addon-api@7.1.1:
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
node-domexception@1.0.0:
resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
engines: {node: '>=10.5.0'}
+ deprecated: Use your platform's native DOMException instead
node-fetch@2.6.7:
resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==}
@@ -4803,15 +5043,6 @@ packages:
encoding:
optional: true
- node-fetch@2.7.0:
- resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
- engines: {node: 4.x || >=6.0.0}
- peerDependencies:
- encoding: ^0.1.0
- peerDependenciesMeta:
- encoding:
- optional: true
-
node-fetch@3.3.1:
resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
@@ -4828,8 +5059,8 @@ packages:
resolution: {integrity: sha512-2ZJErHG4du9G3/8IWl/l9Bp5BBFy63rno5GVmjQijvTuUZKsl6g8RB4KH/x3NLcV5ZBb4GsXmAuTYr6dRml3Gw==}
hasBin: true
- node-gyp-build-optional-packages@5.0.7:
- resolution: {integrity: sha512-YlCCc6Wffkx0kHkmam79GKvDQ6x+QZkMjFGrIMxgFNILFvGSbCp2fCBC55pGTT9gVaz8Na5CLmxt/urtzRv36w==}
+ node-gyp-build-optional-packages@5.2.2:
+ resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==}
hasBin: true
node-notifier@10.0.1:
@@ -4839,8 +5070,8 @@ packages:
resolution: {integrity: sha512-jLF6tlyletktvSAawuPmH1SReP0YfZQ+tBrDiTCK+Ai7eXPMS9odi5xW/iKC7ZhrWJJ0Z5xYcW/x+1fVMn1Qvw==}
engines: {node: '>=16', pnpm: '>=8'}
- node-releases@2.0.14:
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
+ node-releases@2.0.19:
+ resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
normalize-package-data@2.5.0:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
@@ -4861,8 +5092,8 @@ packages:
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
engines: {node: '>=8'}
- npm@10.8.1:
- resolution: {integrity: sha512-Dp1C6SvSMYQI7YHq/y2l94uvI+59Eqbu1EpuKQHQ8p16txXRuRit5gH3Lnaagk2aXDIjg/Iru9pd05bnneKgdw==}
+ npm@10.9.2:
+ resolution: {integrity: sha512-iriPEPIkoMYUy3F6f3wwSZAU93E0Eg6cHwIR6jzzOXWSy+SD/rOODEs74cVONHKSx2obXtuUoyidVEhISrisgQ==}
engines: {node: ^18.17.0 || >=20.5.0}
hasBin: true
bundledDependencies:
@@ -4973,8 +5204,8 @@ packages:
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
engines: {node: '>=12'}
- optionator@0.9.3:
- resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==}
+ optionator@0.9.4:
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
engines: {node: '>= 0.8.0'}
ora@0.2.3:
@@ -4985,8 +5216,8 @@ packages:
resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==}
engines: {node: '>=10'}
- ordered-binary@1.5.1:
- resolution: {integrity: sha512-5VyHfHY3cd0iza71JepYG50My+YUbrFtGoUz2ooEydPyPM7Aai/JW098juLr+RG6+rDJuzNNTsEQu2DZa1A41A==}
+ ordered-binary@1.5.3:
+ resolution: {integrity: sha512-oGFr3T+pYdTGJ+YFEILMpS3es+GiIbs9h/XQrclBXUtd44ey7XwfsMzM31f64I1SQOawDoDr/D823kNCADI8TA==}
os-homedir@1.0.2:
resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==}
@@ -5044,6 +5275,9 @@ packages:
resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==}
engines: {node: '>=4'}
+ package-json-from-dist@1.0.1:
+ resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
+
package-json@8.1.1:
resolution: {integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==}
engines: {node: '>=14.16'}
@@ -5084,11 +5318,11 @@ packages:
resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
engines: {node: '>= 0.10'}
- parse5-htmlparser2-tree-adapter@7.0.0:
- resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==}
+ parse5-htmlparser2-tree-adapter@7.1.0:
+ resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==}
- parse5@7.1.2:
- resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==}
+ parse5@7.3.0:
+ resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
parsimmon@1.18.1:
resolution: {integrity: sha512-u7p959wLfGAhJpSDJVYXoyMCXWYwHia78HhRBWqk7AIbxdmlrfdp5wX0l3xv/iTSH5HvhN9K7o26hwwpgS5Nmw==}
@@ -5112,9 +5346,9 @@ packages:
path-parse@1.0.7:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
- path-scurry@1.10.2:
- resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==}
- engines: {node: '>=16 || 14 >=14.17'}
+ path-scurry@1.11.1:
+ resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
+ engines: {node: '>=16 || 14 >=14.18'}
path-type@3.0.0:
resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==}
@@ -5133,8 +5367,8 @@ packages:
periscopic@3.1.0:
resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==}
- picocolors@1.0.0:
- resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
+ picocolors@1.1.1:
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
@@ -5156,18 +5390,18 @@ packages:
resolution: {integrity: sha512-KocF8ve28eFjjuBKKGvzOBGzG8ew2OqOOSxTTZhirkzH7h3BI1vyzqlR0qbfcDBve1Yzo3FVlWUAtCRrbVN8Fw==}
engines: {node: '>=14.16'}
- pino-abstract-transport@1.1.0:
- resolution: {integrity: sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==}
+ pino-abstract-transport@1.2.0:
+ resolution: {integrity: sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==}
pino-std-serializers@6.2.2:
resolution: {integrity: sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==}
- pino@8.17.2:
- resolution: {integrity: sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==}
+ pino@8.20.0:
+ resolution: {integrity: sha512-uhIfMj5TVp+WynVASaVEJFTncTUe4dHBq6CWplu/vBgvGHhvBvQfxz+vcOrnnBQdORH3izaGEurLfNlq3YxdFQ==}
hasBin: true
- pirates@4.0.6:
- resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==}
+ pirates@4.0.7:
+ resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
engines: {node: '>= 6'}
pkg-conf@2.1.0:
@@ -5193,12 +5427,8 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.4.33:
- resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==}
- engines: {node: ^10 || ^12 || >=14}
-
- postcss@8.4.38:
- resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
+ postcss@8.5.3:
+ resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
engines: {node: ^10 || ^12 || >=14}
posthtml-parser@0.10.2:
@@ -5217,8 +5447,8 @@ packages:
resolution: {integrity: sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==}
engines: {node: '>=12.0.0'}
- prebuild-install@7.1.2:
- resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==}
+ prebuild-install@7.1.3:
+ resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==}
engines: {node: '>=10'}
hasBin: true
@@ -5258,14 +5488,11 @@ packages:
prr@1.0.1:
resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
- psl@1.9.0:
- resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
-
- pubsub-js@1.9.4:
- resolution: {integrity: sha512-hJYpaDvPH4w8ZX/0Fdf9ma1AwRgU353GfbaVfPjfJQf1KxZ2iHaHl3fAUw1qlJIR5dr4F3RzjGaWohYUEyoh7A==}
+ psl@1.15.0:
+ resolution: {integrity: sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==}
- pump@3.0.0:
- resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==}
+ pump@3.0.2:
+ resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==}
punycode@2.3.1:
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
@@ -5282,9 +5509,6 @@ packages:
queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
- queue-tick@1.0.1:
- resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==}
-
queue@6.0.2:
resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==}
@@ -5303,10 +5527,10 @@ packages:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
hasBin: true
- react-clientside-effect@1.2.6:
- resolution: {integrity: sha512-XGGGRQAKY+q25Lz9a/4EPqom7WRjz3z9R2k4jhVKA/puQFH/5Nt27vFZYql4m4NVNdUvX8PS3O7r/Zzm7cjUlg==}
+ react-clientside-effect@1.2.7:
+ resolution: {integrity: sha512-gce9m0Pk/xYYMEojRI9bgvqQAkl6hm7ozQvqWPyQx+kULiatdHgkNM1QG4DQRx5N9BAzWSCJmt9mMV8/KsdgVg==}
peerDependencies:
- react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
react-copy-to-clipboard@5.1.0:
resolution: {integrity: sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==}
@@ -5324,8 +5548,8 @@ packages:
peerDependencies:
react: '>=16.13.1'
- react-error-boundary@4.0.13:
- resolution: {integrity: sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ==}
+ react-error-boundary@4.1.2:
+ resolution: {integrity: sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==}
peerDependencies:
react: '>=16.13.1'
@@ -5345,11 +5569,11 @@ packages:
react-flatten-children@1.1.2:
resolution: {integrity: sha512-9pnG/uw2Wa0n97s+yBZg/WgfMPE8RC4qNcr6iYbyb19sacCk3gRJCmCzAhTuANSWesFsK9v/yTKW42pkenaAfw==}
- react-focus-lock@2.12.1:
- resolution: {integrity: sha512-lfp8Dve4yJagkHiFrC1bGtib3mF2ktqwPJw4/WGcgPW+pJ/AVQA5X2vI7xgp13FcxFEpYBBHpXai/N2DBNC0Jw==}
+ react-focus-lock@2.13.6:
+ resolution: {integrity: sha512-ehylFFWyYtBKXjAO9+3v8d0i+cnc1trGS0vlTGhzFW1vbFXVUTmR8s2tt/ZQG8x5hElg6rhENlLG1H3EZK0Llg==}
peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
peerDependenciesMeta:
'@types/react':
optional: true
@@ -5379,42 +5603,42 @@ packages:
resolution: {integrity: sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==}
engines: {node: '>=0.10.0'}
- react-remove-scroll-bar@2.3.6:
- resolution: {integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==}
+ react-remove-scroll-bar@2.3.8:
+ resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
engines: {node: '>=10'}
peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
'@types/react':
optional: true
- react-remove-scroll@2.5.9:
- resolution: {integrity: sha512-bvHCLBrFfM2OgcrpPY2YW84sPdS2o2HKWJUf1xGyGLnSoEnOTOBpahIarjRuYtN0ryahCeP242yf+5TrBX/pZA==}
+ react-remove-scroll@2.6.3:
+ resolution: {integrity: sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==}
engines: {node: '>=10'}
peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
peerDependenciesMeta:
'@types/react':
optional: true
- react-style-singleton@2.2.1:
- resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
+ react-style-singleton@2.2.3:
+ resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
engines: {node: '>=10'}
peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
peerDependenciesMeta:
'@types/react':
optional: true
- react-window@1.8.10:
- resolution: {integrity: sha512-Y0Cx+dnU6NLa5/EvoHukUD0BklJ8qITCtVEPY1C/nL8wwoZ0b5aEw8Ff1dOVHw7fCzMt55XfJDd8S8W8LCaUCg==}
+ react-window@1.8.11:
+ resolution: {integrity: sha512-+SRbUVT2scadgFSWx+R1P754xHPEqvcfSfVX10QYg6POOz+WNgkN48pS+BtZNIMGiL1HYrSEiCkwsMS15QogEQ==}
engines: {node: '>8.0.0'}
peerDependencies:
- react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
- react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
+ react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react@18.2.0:
resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
@@ -5435,14 +5659,18 @@ packages:
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
engines: {node: '>= 6'}
- readable-stream@4.5.2:
- resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==}
+ readable-stream@4.7.0:
+ resolution: {integrity: sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
readdirp@3.6.0:
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
+ readdirp@4.1.2:
+ resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
+ engines: {node: '>= 14.18.0'}
+
real-require@0.2.0:
resolution: {integrity: sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==}
engines: {node: '>= 12.13.0'}
@@ -5465,8 +5693,8 @@ packages:
regenerator-runtime@0.14.1:
resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
- registry-auth-token@5.0.2:
- resolution: {integrity: sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==}
+ registry-auth-token@5.1.0:
+ resolution: {integrity: sha512-GdekYuwLXLxMuFTwAPg5UKGLW/UXzQrZvH/Zj791BQif5T05T0RsaLfHc9q3ZOKi7n+BoprPD9mJ0O0k4xzUlw==}
engines: {node: '>=14'}
registry-url@5.1.0:
@@ -5513,8 +5741,9 @@ packages:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'}
- resolve@1.22.8:
- resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
+ resolve@1.22.10:
+ resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
+ engines: {node: '>= 0.4'}
hasBin: true
resolve@1.7.1:
@@ -5535,20 +5764,22 @@ packages:
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
engines: {node: '>=8'}
- reusify@1.0.4:
- resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
+ reusify@1.1.0:
+ resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
rimraf@2.4.5:
resolution: {integrity: sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==}
+ deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
rimraf@3.0.2:
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
+ deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rollup@3.29.4:
- resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==}
+ rollup@3.29.5:
+ resolution: {integrity: sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
@@ -5559,8 +5790,8 @@ packages:
run-parallel@1.2.0:
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
- rxjs@7.8.1:
- resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==}
+ rxjs@7.8.2:
+ resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
safe-buffer@5.1.2:
resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
@@ -5571,26 +5802,26 @@ packages:
safe-json-stringify@1.2.0:
resolution: {integrity: sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==}
- safe-stable-stringify@2.4.3:
- resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==}
+ safe-stable-stringify@2.5.0:
+ resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
engines: {node: '>=10'}
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass@1.75.0:
- resolution: {integrity: sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==}
+ sass@1.87.0:
+ resolution: {integrity: sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==}
engines: {node: '>=14.0.0'}
hasBin: true
- sax@1.3.0:
- resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==}
+ sax@1.4.1:
+ resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
scheduler@0.20.2:
resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==}
- scheduler@0.23.0:
- resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
+ scheduler@0.23.2:
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
semver-diff@4.0.0:
resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==}
@@ -5609,13 +5840,13 @@ packages:
engines: {node: '>=10'}
hasBin: true
- semver@7.6.0:
- resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==}
+ semver@7.6.2:
+ resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
engines: {node: '>=10'}
hasBin: true
- semver@7.6.3:
- resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
+ semver@7.7.1:
+ resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
engines: {node: '>=10'}
hasBin: true
@@ -5691,8 +5922,8 @@ packages:
resolution: {integrity: sha512-58INzrX0rL6ttCfsGoFmOuQY5AjR6A5E/MmGKJ5JvWHOey6gOEOC6vO8K6C0Y2bQR6KJ8o8aFwHjp/mJ/HcYsQ==}
deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
- source-map-js@1.2.0:
- resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
+ source-map-js@1.2.1:
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
source-map-support@0.5.21:
@@ -5722,8 +5953,8 @@ packages:
spdx-expression-parse@3.0.1:
resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
- spdx-license-ids@3.0.18:
- resolution: {integrity: sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==}
+ spdx-license-ids@3.0.21:
+ resolution: {integrity: sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==}
split2@4.2.0:
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
@@ -5752,8 +5983,8 @@ packages:
resolution: {integrity: sha512-h+7wLeFiYegOdgTfTxjRsrT7/Op7grnKEIHWgaO1RTHwcwk7xRreMr3S8XpDfDMesSxzgM2V4CxNCFAGo6ssnA==}
engines: {node: '>= 10'}
- streamx@2.16.1:
- resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==}
+ streamx@2.22.0:
+ resolution: {integrity: sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==}
string-width@4.2.3:
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
@@ -5871,11 +6102,11 @@ packages:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
engines: {node: '>=6'}
- tar-fs@2.1.1:
- resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==}
+ tar-fs@2.1.2:
+ resolution: {integrity: sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==}
- tar-fs@3.0.5:
- resolution: {integrity: sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==}
+ tar-fs@3.0.8:
+ resolution: {integrity: sha512-ZoROL70jptorGAlgAYiLoBLItEKw/fUxg9BSYK/dF/GAGYFJOJJJMvjPAKDJraCXFwadD456FCuvLWgfhMsPwg==}
tar-stream@2.2.0:
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
@@ -5896,6 +6127,9 @@ packages:
resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==}
engines: {node: '>=8'}
+ text-decoder@1.2.3:
+ resolution: {integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==}
+
text-table@0.2.0:
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
@@ -5906,8 +6140,8 @@ packages:
thenify@3.3.1:
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
- thread-stream@2.6.0:
- resolution: {integrity: sha512-t4eNiKdGwd1EV6tx76mRbrOqwvkxz+ssOiQXEXw88m4p/Xp6679vg16sf39BAstRjHOiWIqp5+J2ylHk3pU30g==}
+ thread-stream@2.7.0:
+ resolution: {integrity: sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==}
through@2.3.8:
resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==}
@@ -5935,10 +6169,6 @@ packages:
resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==}
engines: {node: '>=8.17.0'}
- to-fast-properties@2.0.0:
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
- engines: {node: '>=4'}
-
to-regex-range@5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
@@ -6010,8 +6240,8 @@ packages:
tslib@2.4.0:
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
- tslib@2.6.2:
- resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
+ tslib@2.8.1:
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
tsup@7.2.0:
resolution: {integrity: sha512-vDHlczXbgUvY3rWvqFEbSqmC1L7woozbzngMqTtL2PGBODTtWlRwGDDawhvWzr5c1QjKe4OAKqJGfE1xeXUvtQ==}
@@ -6039,8 +6269,8 @@ packages:
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
engines: {node: '>= 0.8.0'}
- type-detect@4.0.8:
- resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==}
+ type-detect@4.1.0:
+ resolution: {integrity: sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==}
engines: {node: '>=4'}
type-fest@0.20.2:
@@ -6073,8 +6303,8 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
- typescript@5.5.2:
- resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==}
+ typescript@5.8.3:
+ resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
engines: {node: '>=14.17'}
hasBin: true
@@ -6111,8 +6341,8 @@ packages:
resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==}
engines: {node: '>=4'}
- update-browserslist-db@1.0.13:
- resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
+ update-browserslist-db@1.1.3:
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -6127,22 +6357,22 @@ packages:
url-join@4.0.1:
resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==}
- use-callback-ref@1.3.2:
- resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==}
+ use-callback-ref@1.3.3:
+ resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
engines: {node: '>=10'}
peerDependencies:
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
peerDependenciesMeta:
'@types/react':
optional: true
- use-sidecar@1.1.2:
- resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
+ use-sidecar@1.1.3:
+ resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
engines: {node: '>=10'}
peerDependencies:
- '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
+ '@types/react': '*'
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
peerDependenciesMeta:
'@types/react':
optional: true
@@ -6193,8 +6423,8 @@ packages:
weak-lru-cache@1.2.2:
resolution: {integrity: sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==}
- web-ext@7.11.0:
- resolution: {integrity: sha512-EG6YXHITNDJB/h6Rc5FF08eMoN45sZPBBIIlEraBzxJ0RdJZ8Z3xvUUawbDwt+mowfv9X0XRWlLSwdWbRKgojg==}
+ web-ext@7.12.0:
+ resolution: {integrity: sha512-h+uWOYBlHlPKy5CqxuZKocgOdL8J7I4ctMw/rAGbQl7jq7tr+NmY/Lhh2FPMSlJ1Y0T2VeUqwBVighK0MM1+zA==}
engines: {node: '>=14.0.0', npm: '>=6.9.0'}
hasBin: true
@@ -6236,6 +6466,10 @@ packages:
winreg@0.0.12:
resolution: {integrity: sha512-typ/+JRmi7RqP1NanzFULK36vczznSNN8kWVA9vIqXyv8GhghUlwhGp1Xj3Nms1FsPcNnsQrJOR10N58/nQ9hQ==}
+ word-wrap@1.2.5:
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
+ engines: {node: '>=0.10.0'}
+
wordwrapjs@4.0.1:
resolution: {integrity: sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==}
engines: {node: '>=8.0.0'}
@@ -6299,8 +6533,8 @@ packages:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
engines: {node: '>= 6'}
- yaml@2.4.1:
- resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==}
+ yaml@2.7.1:
+ resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==}
engines: {node: '>= 14'}
hasBin: true
@@ -6338,22 +6572,20 @@ packages:
snapshots:
- '@aashutoshrathi/word-wrap@1.2.6': {}
-
'@ampproject/remapping@2.3.0':
dependencies:
- '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/gen-mapping': 0.3.8
'@jridgewell/trace-mapping': 0.3.25
- '@auto-it/bot-list@11.1.6': {}
+ '@auto-it/bot-list@11.3.0': {}
- '@auto-it/chrome@11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)':
+ '@auto-it/chrome@11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)':
dependencies:
- '@auto-it/core': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ '@auto-it/core': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
chrome-webstore-upload-cli: 1.2.2
- fp-ts: 2.16.7
- io-ts: 2.2.21(fp-ts@2.16.7)
- semver: 7.6.0
+ fp-ts: 2.16.10
+ io-ts: 2.2.22(fp-ts@2.16.10)
+ semver: 7.7.1
tslib: 2.1.0
transitivePeerDependencies:
- '@swc/core'
@@ -6363,9 +6595,9 @@ snapshots:
- supports-color
- typescript
- '@auto-it/core@11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)':
+ '@auto-it/core@11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)':
dependencies:
- '@auto-it/bot-list': 11.1.6
+ '@auto-it/bot-list': 11.3.0
'@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2(cosmiconfig@7.0.0)(typescript@5.2.2)
'@octokit/core': 3.6.0
'@octokit/plugin-enterprise-compatibility': 1.3.0
@@ -6380,14 +6612,14 @@ snapshots:
endent: 2.1.0
enquirer: 2.4.1
env-ci: 5.5.0
- fast-glob: 3.3.2
- fp-ts: 2.16.7
+ fast-glob: 3.3.3
+ fp-ts: 2.16.10
fromentries: 1.3.2
gitlog: 4.0.8
https-proxy-agent: 5.0.1
import-cwd: 3.0.0
import-from: 3.0.0
- io-ts: 2.2.21(fp-ts@2.16.7)
+ io-ts: 2.2.22(fp-ts@2.16.10)
lodash.chunk: 4.2.0
log-symbols: 4.1.0
node-fetch: 2.6.7
@@ -6395,12 +6627,12 @@ snapshots:
parse-github-url: 1.0.2
pretty-ms: 7.0.1
requireg: 0.2.2
- semver: 7.6.0
+ semver: 7.7.1
signale: 1.4.0
tapable: 2.2.1
terminal-link: 2.1.1
tinycolor2: 1.6.0
- ts-node: 10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ ts-node: 10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
tslib: 2.1.0
type-fest: 0.21.3
typescript: 5.2.2
@@ -6414,10 +6646,10 @@ snapshots:
- encoding
- supports-color
- '@auto-it/git-tag@11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)':
+ '@auto-it/git-tag@11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)':
dependencies:
- '@auto-it/core': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
- semver: 7.6.0
+ '@auto-it/core': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
+ semver: 7.7.1
tslib: 2.1.0
transitivePeerDependencies:
- '@swc/core'
@@ -6427,18 +6659,18 @@ snapshots:
- supports-color
- typescript
- '@auto-it/npm@11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)':
+ '@auto-it/npm@11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)':
dependencies:
- '@auto-it/core': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
- '@auto-it/package-json-utils': 11.1.6
+ '@auto-it/core': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
+ '@auto-it/package-json-utils': 11.3.0
await-to-js: 3.0.0
endent: 2.1.0
env-ci: 5.5.0
- fp-ts: 2.16.7
- get-monorepo-packages: 1.2.0
- io-ts: 2.2.21(fp-ts@2.16.7)
+ fp-ts: 2.16.10
+ get-monorepo-packages: 1.3.0
+ io-ts: 2.2.22(fp-ts@2.16.10)
registry-url: 5.1.0
- semver: 7.6.0
+ semver: 7.7.1
tslib: 2.1.0
typescript-memoize: 1.1.1
url-join: 4.0.1
@@ -6451,18 +6683,18 @@ snapshots:
- supports-color
- typescript
- '@auto-it/package-json-utils@11.1.6':
+ '@auto-it/package-json-utils@11.3.0':
dependencies:
parse-author: 2.0.0
parse-github-url: 1.0.2
- '@auto-it/released@11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)':
+ '@auto-it/released@11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)':
dependencies:
- '@auto-it/bot-list': 11.1.6
- '@auto-it/core': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ '@auto-it/bot-list': 11.3.0
+ '@auto-it/core': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
deepmerge: 4.3.1
- fp-ts: 2.16.7
- io-ts: 2.2.21(fp-ts@2.16.7)
+ fp-ts: 2.16.10
+ io-ts: 2.2.22(fp-ts@2.16.10)
tslib: 2.1.0
transitivePeerDependencies:
- '@swc/core'
@@ -6472,12 +6704,12 @@ snapshots:
- supports-color
- typescript
- '@auto-it/version-file@11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)':
+ '@auto-it/version-file@11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)':
dependencies:
- '@auto-it/core': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
- fp-ts: 2.16.7
- io-ts: 2.2.21(fp-ts@2.16.7)
- semver: 7.6.0
+ '@auto-it/core': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
+ fp-ts: 2.16.10
+ io-ts: 2.2.22(fp-ts@2.16.10)
+ semver: 7.7.1
tslib: 1.10.0
transitivePeerDependencies:
- '@swc/core'
@@ -6487,104 +6719,80 @@ snapshots:
- supports-color
- typescript
- '@babel/code-frame@7.24.2':
+ '@babel/code-frame@7.26.2':
dependencies:
- '@babel/highlight': 7.24.2
- picocolors: 1.0.0
+ '@babel/helper-validator-identifier': 7.25.9
+ js-tokens: 4.0.0
+ picocolors: 1.1.1
- '@babel/compat-data@7.24.4': {}
+ '@babel/compat-data@7.26.8': {}
- '@babel/core@7.24.4':
+ '@babel/core@7.26.10':
dependencies:
'@ampproject/remapping': 2.3.0
- '@babel/code-frame': 7.24.2
- '@babel/generator': 7.24.4
- '@babel/helper-compilation-targets': 7.23.6
- '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4)
- '@babel/helpers': 7.24.4
- '@babel/parser': 7.24.4
- '@babel/template': 7.24.0
- '@babel/traverse': 7.24.1
- '@babel/types': 7.24.0
+ '@babel/code-frame': 7.26.2
+ '@babel/generator': 7.27.0
+ '@babel/helper-compilation-targets': 7.27.0
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10)
+ '@babel/helpers': 7.27.0
+ '@babel/parser': 7.27.0
+ '@babel/template': 7.27.0
+ '@babel/traverse': 7.27.0
+ '@babel/types': 7.27.0
convert-source-map: 2.0.0
- debug: 4.3.4
+ debug: 4.4.0
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.24.4':
+ '@babel/generator@7.27.0':
dependencies:
- '@babel/types': 7.24.0
- '@jridgewell/gen-mapping': 0.3.5
+ '@babel/parser': 7.27.0
+ '@babel/types': 7.27.0
+ '@jridgewell/gen-mapping': 0.3.8
'@jridgewell/trace-mapping': 0.3.25
- jsesc: 2.5.2
+ jsesc: 3.1.0
- '@babel/helper-compilation-targets@7.23.6':
+ '@babel/helper-compilation-targets@7.27.0':
dependencies:
- '@babel/compat-data': 7.24.4
- '@babel/helper-validator-option': 7.23.5
- browserslist: 4.23.0
+ '@babel/compat-data': 7.26.8
+ '@babel/helper-validator-option': 7.25.9
+ browserslist: 4.24.4
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-environment-visitor@7.22.20': {}
-
- '@babel/helper-function-name@7.23.0':
- dependencies:
- '@babel/template': 7.24.0
- '@babel/types': 7.24.0
-
- '@babel/helper-hoist-variables@7.22.5':
- dependencies:
- '@babel/types': 7.24.0
-
- '@babel/helper-module-imports@7.24.3':
+ '@babel/helper-module-imports@7.25.9':
dependencies:
- '@babel/types': 7.24.0
-
- '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)':
- dependencies:
- '@babel/core': 7.24.4
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-module-imports': 7.24.3
- '@babel/helper-simple-access': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/helper-validator-identifier': 7.22.20
-
- '@babel/helper-simple-access@7.22.5':
- dependencies:
- '@babel/types': 7.24.0
+ '@babel/traverse': 7.27.0
+ '@babel/types': 7.27.0
+ transitivePeerDependencies:
+ - supports-color
- '@babel/helper-split-export-declaration@7.22.6':
+ '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)':
dependencies:
- '@babel/types': 7.24.0
-
- '@babel/helper-string-parser@7.24.1': {}
+ '@babel/core': 7.26.10
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.27.0
+ transitivePeerDependencies:
+ - supports-color
- '@babel/helper-validator-identifier@7.22.20': {}
+ '@babel/helper-string-parser@7.25.9': {}
- '@babel/helper-validator-option@7.23.5': {}
+ '@babel/helper-validator-identifier@7.25.9': {}
- '@babel/helpers@7.24.4':
- dependencies:
- '@babel/template': 7.24.0
- '@babel/traverse': 7.24.1
- '@babel/types': 7.24.0
- transitivePeerDependencies:
- - supports-color
+ '@babel/helper-validator-option@7.25.9': {}
- '@babel/highlight@7.24.2':
+ '@babel/helpers@7.27.0':
dependencies:
- '@babel/helper-validator-identifier': 7.22.20
- chalk: 2.4.2
- js-tokens: 4.0.0
- picocolors: 1.0.0
+ '@babel/template': 7.27.0
+ '@babel/types': 7.27.0
- '@babel/parser@7.24.4':
+ '@babel/parser@7.27.0':
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.27.0
'@babel/runtime@7.15.4':
dependencies:
@@ -6594,7 +6802,7 @@ snapshots:
dependencies:
regenerator-runtime: 0.13.11
- '@babel/runtime@7.24.4':
+ '@babel/runtime@7.27.0':
dependencies:
regenerator-runtime: 0.14.1
@@ -6606,96 +6814,92 @@ snapshots:
dependencies:
regenerator-runtime: 0.13.11
- '@babel/template@7.24.0':
+ '@babel/template@7.27.0':
dependencies:
- '@babel/code-frame': 7.24.2
- '@babel/parser': 7.24.4
- '@babel/types': 7.24.0
+ '@babel/code-frame': 7.26.2
+ '@babel/parser': 7.27.0
+ '@babel/types': 7.27.0
- '@babel/traverse@7.24.1':
+ '@babel/traverse@7.27.0':
dependencies:
- '@babel/code-frame': 7.24.2
- '@babel/generator': 7.24.4
- '@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-function-name': 7.23.0
- '@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.24.4
- '@babel/types': 7.24.0
- debug: 4.3.4
+ '@babel/code-frame': 7.26.2
+ '@babel/generator': 7.27.0
+ '@babel/parser': 7.27.0
+ '@babel/template': 7.27.0
+ '@babel/types': 7.27.0
+ debug: 4.4.0
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.0':
+ '@babel/types@7.27.0':
dependencies:
- '@babel/helper-string-parser': 7.24.1
- '@babel/helper-validator-identifier': 7.22.20
- to-fast-properties: 2.0.0
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
- '@chakra-ui/accordion@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/accordion@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/descendant': 3.1.0(react@18.2.0)
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-controllable-state': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- '@chakra-ui/transition': 2.1.0(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/transition': 2.1.0(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/alert@2.2.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/alert@2.2.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/spinner': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/spinner': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/anatomy@2.2.2': {}
- '@chakra-ui/avatar@2.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/avatar@2.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/image': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/image': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-children-utils': 2.0.6(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/breadcrumb@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/breadcrumb@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/react-children-utils': 2.0.6(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/breakpoint-utils@2.0.8':
dependencies:
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/button@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/button@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/spinner': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/spinner': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/card@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/card@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/checkbox@2.3.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/checkbox@2.3.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-types': 2.0.7(react@18.2.0)
'@chakra-ui/react-use-callback-ref': 2.1.0(react@18.2.0)
@@ -6704,8 +6908,8 @@ snapshots:
'@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-update-effect': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- '@chakra-ui/visually-hidden': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/visually-hidden': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@zag-js/focus-visible': 0.16.0
react: 18.2.0
@@ -6715,10 +6919,10 @@ snapshots:
'@chakra-ui/shared-utils': 2.0.5
react: 18.2.0
- '@chakra-ui/close-button@2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/close-button@2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/color-mode@2.2.0(react@18.2.0)':
@@ -6726,9 +6930,9 @@ snapshots:
'@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@18.2.0)
react: 18.2.0
- '@chakra-ui/control-box@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/control-box@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/counter@2.1.0(react@18.2.0)':
@@ -6738,9 +6942,9 @@ snapshots:
'@chakra-ui/shared-utils': 2.0.5
react: 18.2.0
- '@chakra-ui/css-reset@2.3.0(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/css-reset@2.3.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)':
dependencies:
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
react: 18.2.0
'@chakra-ui/descendant@3.1.0(react@18.2.0)':
@@ -6751,7 +6955,7 @@ snapshots:
'@chakra-ui/dom-utils@2.1.0': {}
- '@chakra-ui/editable@3.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/editable@3.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-types': 2.0.7(react@18.2.0)
@@ -6762,27 +6966,27 @@ snapshots:
'@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-update-effect': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/event-utils@2.0.8': {}
- '@chakra-ui/focus-lock@2.1.0(@types/react@18.3.1)(react@18.2.0)':
+ '@chakra-ui/focus-lock@2.1.0(@types/react@18.3.20)(react@18.2.0)':
dependencies:
'@chakra-ui/dom-utils': 2.1.0
react: 18.2.0
- react-focus-lock: 2.12.1(@types/react@18.3.1)(react@18.2.0)
+ react-focus-lock: 2.13.6(@types/react@18.3.20)(react@18.2.0)
transitivePeerDependencies:
- '@types/react'
- '@chakra-ui/form-control@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/form-control@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-types': 2.0.7(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/hooks@2.2.1(react@18.2.0)':
@@ -6793,38 +6997,38 @@ snapshots:
copy-to-clipboard: 3.3.3
react: 18.2.0
- '@chakra-ui/icon@3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/icon@3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/image@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/image@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/input@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/input@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/object-utils': 2.1.0
'@chakra-ui/react-children-utils': 2.0.6(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/layout@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/layout@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/breakpoint-utils': 2.0.8
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/object-utils': 2.1.0
'@chakra-ui/react-children-utils': 2.0.6(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/lazy-utils@2.0.5': {}
@@ -6833,15 +7037,15 @@ snapshots:
dependencies:
react: 18.2.0
- '@chakra-ui/media-query@3.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/media-query@3.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/breakpoint-utils': 2.0.8
'@chakra-ui/react-env': 3.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/menu@2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/menu@2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/clickable': 2.1.0(react@18.2.0)
'@chakra-ui/descendant': 3.1.0(react@18.2.0)
@@ -6857,35 +7061,35 @@ snapshots:
'@chakra-ui/react-use-outside-click': 2.2.0(react@18.2.0)
'@chakra-ui/react-use-update-effect': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- '@chakra-ui/transition': 2.1.0(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/transition': 2.1.0(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/modal@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/modal@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/focus-lock': 2.1.0(@types/react@18.3.1)(react@18.2.0)
+ '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/focus-lock': 2.1.0(@types/react@18.3.20)(react@18.2.0)
'@chakra-ui/portal': 2.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-types': 2.0.7(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- '@chakra-ui/transition': 2.1.0(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/transition': 2.1.0(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
aria-hidden: 1.2.4
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- react-remove-scroll: 2.5.9(@types/react@18.3.1)(react@18.2.0)
+ react-remove-scroll: 2.6.3(@types/react@18.3.20)(react@18.2.0)
transitivePeerDependencies:
- '@types/react'
- '@chakra-ui/number-input@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/number-input@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/counter': 2.1.0(react@18.2.0)
- '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-types': 2.0.7(react@18.2.0)
'@chakra-ui/react-use-callback-ref': 2.1.0(react@18.2.0)
@@ -6895,14 +7099,14 @@ snapshots:
'@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-update-effect': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/number-utils@2.0.7': {}
'@chakra-ui/object-utils@2.1.0': {}
- '@chakra-ui/pin-input@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/pin-input@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/descendant': 3.1.0(react@18.2.0)
'@chakra-ui/react-children-utils': 2.0.6(react@18.2.0)
@@ -6910,12 +7114,12 @@ snapshots:
'@chakra-ui/react-use-controllable-state': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/popover@2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/popover@2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/lazy-utils': 2.0.5
'@chakra-ui/popper': 3.1.0(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
@@ -6926,8 +7130,8 @@ snapshots:
'@chakra-ui/react-use-focus-on-pointer-down': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/popper@3.1.0(react@18.2.0)':
@@ -6944,32 +7148,32 @@ snapshots:
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- '@chakra-ui/progress@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/progress@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/provider@2.4.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/provider@2.4.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/css-reset': 2.3.0(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/css-reset': 2.3.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
'@chakra-ui/portal': 2.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-env': 3.1.0(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
'@chakra-ui/utils': 2.0.15
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- '@chakra-ui/radio@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/radio@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-types': 2.0.7(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
'@zag-js/focus-visible': 0.16.0
react: 18.2.0
@@ -7080,92 +7284,92 @@ snapshots:
'@chakra-ui/utils': 2.0.15
react: 18.2.0
- '@chakra-ui/react@2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
- dependencies:
- '@chakra-ui/accordion': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/alert': 2.2.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/avatar': 2.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/breadcrumb': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/button': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/card': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/checkbox': 2.3.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/control-box': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/react@2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ dependencies:
+ '@chakra-ui/accordion': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/alert': 2.2.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/avatar': 2.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/breadcrumb': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/button': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/card': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/checkbox': 2.3.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/control-box': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/counter': 2.1.0(react@18.2.0)
- '@chakra-ui/css-reset': 2.3.0(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- '@chakra-ui/editable': 3.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/focus-lock': 2.1.0(@types/react@18.3.1)(react@18.2.0)
- '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/css-reset': 2.3.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/editable': 3.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/focus-lock': 2.1.0(@types/react@18.3.20)(react@18.2.0)
+ '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/hooks': 2.2.1(react@18.2.0)
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/image': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/input': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/layout': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/image': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/input': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/layout': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/live-region': 2.1.0(react@18.2.0)
- '@chakra-ui/media-query': 3.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/menu': 2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/modal': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@chakra-ui/number-input': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/pin-input': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/popover': 2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/media-query': 3.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/menu': 2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/modal': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/number-input': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/pin-input': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/popover': 2.2.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/popper': 3.1.0(react@18.2.0)
'@chakra-ui/portal': 2.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@chakra-ui/progress': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/provider': 2.4.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@chakra-ui/radio': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/progress': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/provider': 2.4.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/radio': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-env': 3.1.0(react@18.2.0)
- '@chakra-ui/select': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/skeleton': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/skip-nav': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/slider': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/spinner': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/stat': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/stepper': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/select': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/skeleton': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/skip-nav': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/slider': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/spinner': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/stat': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/stepper': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/styled-system': 2.9.2
- '@chakra-ui/switch': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- '@chakra-ui/table': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/tabs': 3.0.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/tag': 3.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/textarea': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/switch': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/table': 2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/tabs': 3.0.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/tag': 3.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/textarea': 2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/theme': 3.3.1(@chakra-ui/styled-system@2.9.2)
'@chakra-ui/theme-utils': 2.0.21
- '@chakra-ui/toast': 7.0.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@chakra-ui/tooltip': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@chakra-ui/transition': 2.1.0(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/toast': 7.0.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/tooltip': 2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/transition': 2.1.0(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/utils': 2.0.15
- '@chakra-ui/visually-hidden': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/visually-hidden': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
- '@types/react'
- '@chakra-ui/select@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/select@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/shared-utils@2.0.5': {}
- '@chakra-ui/skeleton@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/skeleton@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/media-query': 3.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/media-query': 3.3.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-use-previous': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/skip-nav@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/skip-nav@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/slider@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/slider@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/number-utils': 2.0.7
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
@@ -7177,29 +7381,29 @@ snapshots:
'@chakra-ui/react-use-pan-event': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-size': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-update-effect': 2.1.0(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/spinner@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/spinner@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/stat@2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/stat@2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/stepper@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/stepper@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/styled-system@2.9.2':
@@ -7208,15 +7412,15 @@ snapshots:
csstype: 3.1.3
lodash.mergewith: 4.6.2
- '@chakra-ui/switch@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/switch@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/checkbox': 2.3.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/checkbox': 2.3.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/color-mode': 2.2.0(react@18.2.0)
'@chakra-ui/object-utils': 2.1.0
@@ -7224,19 +7428,19 @@ snapshots:
'@chakra-ui/styled-system': 2.9.2
'@chakra-ui/theme-utils': 2.0.21
'@chakra-ui/utils': 2.0.15
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
react: 18.2.0
react-fast-compare: 3.2.2
- '@chakra-ui/table@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/table@2.1.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/tabs@3.0.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/tabs@3.0.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/clickable': 2.1.0(react@18.2.0)
'@chakra-ui/descendant': 3.1.0(react@18.2.0)
@@ -7247,21 +7451,21 @@ snapshots:
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-safe-layout-effect': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/tag@3.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/tag@3.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/icon': 3.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@chakra-ui/textarea@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/textarea@2.1.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/form-control': 2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/theme-tools@2.1.2(@chakra-ui/styled-system@2.9.2)':
@@ -7285,23 +7489,23 @@ snapshots:
'@chakra-ui/styled-system': 2.9.2
'@chakra-ui/theme-tools': 2.1.2(@chakra-ui/styled-system@2.9.2)
- '@chakra-ui/toast@7.0.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/toast@7.0.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/alert': 2.2.2(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
- '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/alert': 2.2.2(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/close-button': 2.1.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)
'@chakra-ui/portal': 2.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@chakra-ui/react-context': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-timeout': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-update-effect': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
'@chakra-ui/styled-system': 2.9.2
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
'@chakra-ui/theme': 3.3.1(@chakra-ui/styled-system@2.9.2)
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- '@chakra-ui/tooltip@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/tooltip@2.3.1(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/dom-utils': 2.1.0
'@chakra-ui/popper': 3.1.0(react@18.2.0)
@@ -7311,15 +7515,15 @@ snapshots:
'@chakra-ui/react-use-event-listener': 2.1.0(react@18.2.0)
'@chakra-ui/react-use-merge-refs': 2.1.0(react@18.2.0)
'@chakra-ui/shared-utils': 2.0.5
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- '@chakra-ui/transition@2.1.0(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/transition@2.1.0(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
'@chakra-ui/shared-utils': 2.0.5
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
'@chakra-ui/utils@2.0.15':
@@ -7329,63 +7533,65 @@ snapshots:
framesync: 6.1.2
lodash.mergewith: 4.6.2
- '@chakra-ui/visually-hidden@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
+ '@chakra-ui/visually-hidden@2.2.0(@chakra-ui/system@2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0))(react@18.2.0)':
dependencies:
- '@chakra-ui/system': 2.6.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/system': 2.6.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(react@18.2.0)
react: 18.2.0
- '@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1)':
+ '@codemirror/autocomplete@6.18.6':
dependencies:
- '@codemirror/language': 6.10.1
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
- '@lezer/common': 1.2.1
+ '@codemirror/language': 6.11.0
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
+ '@lezer/common': 1.2.3
- '@codemirror/commands@6.5.0':
+ '@codemirror/commands@6.8.1':
dependencies:
- '@codemirror/language': 6.10.1
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
- '@lezer/common': 1.2.1
+ '@codemirror/language': 6.11.0
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
+ '@lezer/common': 1.2.3
'@codemirror/lang-json@6.0.1':
dependencies:
- '@codemirror/language': 6.10.1
- '@lezer/json': 1.0.2
+ '@codemirror/language': 6.11.0
+ '@lezer/json': 1.0.3
- '@codemirror/language@6.10.1':
+ '@codemirror/language@6.11.0':
dependencies:
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
- '@lezer/common': 1.2.1
- '@lezer/highlight': 1.2.0
- '@lezer/lr': 1.4.0
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
+ '@lezer/common': 1.2.3
+ '@lezer/highlight': 1.2.1
+ '@lezer/lr': 1.4.2
style-mod: 4.1.2
- '@codemirror/lint@6.7.0':
+ '@codemirror/lint@6.8.5':
dependencies:
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
crelt: 1.0.6
- '@codemirror/search@6.5.6':
+ '@codemirror/search@6.5.10':
dependencies:
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
crelt: 1.0.6
- '@codemirror/state@6.4.1': {}
+ '@codemirror/state@6.5.2':
+ dependencies:
+ '@marijn/find-cluster-break': 1.0.2
'@codemirror/theme-one-dark@6.1.2':
dependencies:
- '@codemirror/language': 6.10.1
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
- '@lezer/highlight': 1.2.0
+ '@codemirror/language': 6.11.0
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
+ '@lezer/highlight': 1.2.1
- '@codemirror/view@6.26.3':
+ '@codemirror/view@6.36.6':
dependencies:
- '@codemirror/state': 6.4.1
+ '@codemirror/state': 6.5.2
style-mod: 4.1.2
w3c-keyname: 2.2.8
@@ -7393,10 +7599,10 @@ snapshots:
dependencies:
'@jridgewell/trace-mapping': 0.3.9
- '@design-systems/utils@2.12.0(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@design-systems/utils@2.12.0(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.24.4
- '@types/react': 18.3.1
+ '@babel/runtime': 7.27.0
+ '@types/react': 18.3.20
clsx: 1.1.0
focus-lock: 0.8.1
react: 18.2.0
@@ -7413,41 +7619,41 @@ snapshots:
'@devicefarmer/adbkit-monkey': 1.2.1
bluebird: 3.7.2
commander: 9.5.0
- debug: 4.3.4
+ debug: 4.3.7
node-forge: 1.3.1
split: 1.0.1
transitivePeerDependencies:
- supports-color
- '@devtools-ds/console@1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@devtools-ds/console@1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@babel/runtime': 7.7.2
- '@devtools-ds/icon': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ds/object-inspector': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ds/themes': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/icon': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/object-inspector': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/themes': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
clsx: 1.1.0
react: 18.2.0
transitivePeerDependencies:
- '@types/react'
- react-dom
- '@devtools-ds/icon@1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@devtools-ds/icon@1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@babel/runtime': 7.7.2
- '@design-systems/utils': 2.12.0(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ds/themes': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@design-systems/utils': 2.12.0(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/themes': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
clsx: 1.1.0
react: 18.2.0
transitivePeerDependencies:
- '@types/react'
- react-dom
- '@devtools-ds/object-inspector@1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@devtools-ds/object-inspector@1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@babel/runtime': 7.7.2
'@devtools-ds/object-parser': 1.2.1
- '@devtools-ds/themes': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ds/tree': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/themes': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/tree': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
clsx: 1.1.0
react: 18.2.0
transitivePeerDependencies:
@@ -7458,68 +7664,64 @@ snapshots:
dependencies:
'@babel/runtime': 7.5.5
- '@devtools-ds/themes@1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@devtools-ds/themes@1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@babel/runtime': 7.5.5
- '@design-systems/utils': 2.12.0(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@design-systems/utils': 2.12.0(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
clsx: 1.1.0
react: 18.2.0
transitivePeerDependencies:
- '@types/react'
- react-dom
- '@devtools-ds/tree@1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@devtools-ds/tree@1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
'@babel/runtime': 7.7.2
- '@devtools-ds/themes': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/themes': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
clsx: 1.1.0
react: 18.2.0
transitivePeerDependencies:
- '@types/react'
- react-dom
- '@devtools-ui/action@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/action@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/code-editor@0.3.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(codemirror@6.0.1(@lezer/common@1.2.1))(react-dom@18.2.0(react@18.2.0))':
+ '@devtools-ui/code-editor@0.4.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(codemirror@6.0.1)(react-dom@18.2.0(react@18.2.0))':
dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
'@codemirror/lang-json': 6.0.1
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
- '@uiw/react-codemirror': 4.22.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(codemirror@6.0.1(@lezer/common@1.2.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
+ '@uiw/react-codemirror': 4.22.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@6.0.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
dlv: 1.1.3
esbuild: 0.13.15
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@babel/runtime'
- '@codemirror/autocomplete'
@@ -7530,226 +7732,200 @@ snapshots:
- '@codemirror/theme-one-dark'
- '@codemirror/view'
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- codemirror
- react-dom
+ - supports-color
- '@devtools-ui/collection@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
+ '@devtools-ui/collection@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/console@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ds/console': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/console@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/console': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/copy-to-clipboard@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/copy-to-clipboard@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
'@types/react-copy-to-clipboard': 5.0.7
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
react-copy-to-clipboard: 5.1.0(react@18.2.0)
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/flame-graph@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
+ '@devtools-ui/flame-graph@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
react-flame-graph: 1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/input@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/input@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/list@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/list@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/navigation@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/navigation@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/object-inspector@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ds/object-inspector': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/object-inspector@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/object-inspector': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/plugin@0.3.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@emotion/is-prop-valid@1.2.2)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0))(@player-ui/types@0.7.3)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(codemirror@6.0.1(@lezer/common@1.2.1))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/action': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/code-editor': 0.3.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(codemirror@6.0.1(@lezer/common@1.2.1))(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/console': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/copy-to-clipboard': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/flame-graph': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/input': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/list': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/navigation': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/object-inspector': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/radio-group': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/stacked-view': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/table': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/toggle': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@player-ui/asset-provider-plugin-react': 0.7.3(@player-ui/react@0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@types/react': 18.3.1
+ '@devtools-ui/plugin@0.4.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@emotion/is-prop-valid@1.3.1)(@emotion/react@11.14.0(@types/react@18.3.20)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0))(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(codemirror@6.0.1)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/action': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/code-editor': 0.4.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(codemirror@6.0.1)(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/console': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/copy-to-clipboard': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/flame-graph': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/input': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/list': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/navigation': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/object-inspector': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/radio-group': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/stacked-view': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/table': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/toggle': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@player-ui/asset-provider-plugin-react': 0.9.1-next.0(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@babel/runtime'
- '@codemirror/autocomplete'
@@ -7762,210 +7938,200 @@ snapshots:
- '@emotion/is-prop-valid'
- '@emotion/react'
- '@emotion/styled'
+ - '@player-tools/dsl'
- '@player-ui/types'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- codemirror
- framer-motion
- react-dom
+ - supports-color
- '@devtools-ui/radio-group@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/radio-group@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/stacked-view@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/stacked-view@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/table@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/table@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/text@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
+ '@devtools-ui/text@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@devtools-ui/toggle@0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/collection': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@devtools-ui/text': 0.3.0(@emotion/is-prop-valid@1.2.2)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(react-dom@18.2.0(react@18.2.0))
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/styled': 11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)
- '@player-tools/dsl': 0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)
- '@player-ui/asset-transform-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/types': 0.7.3
- '@types/react': 18.3.1
+ '@devtools-ui/toggle@0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/collection': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@devtools-ui/text': 0.4.0(@emotion/is-prop-valid@1.3.1)(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)
+ '@player-tools/dsl': 0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/asset-transform-plugin': 0.9.1-next.0(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dlv: 1.1.3
- framer-motion: 11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ framer-motion: 11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
transitivePeerDependencies:
- '@emotion/is-prop-valid'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- react-dom
+ - supports-color
- '@emnapi/runtime@1.2.0':
+ '@emnapi/runtime@1.4.3':
dependencies:
- tslib: 2.6.2
+ tslib: 2.8.1
optional: true
- '@emotion/babel-plugin@11.11.0':
+ '@emotion/babel-plugin@11.13.5':
dependencies:
- '@babel/helper-module-imports': 7.24.3
- '@babel/runtime': 7.24.4
- '@emotion/hash': 0.9.1
- '@emotion/memoize': 0.8.1
- '@emotion/serialize': 1.1.4
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/runtime': 7.27.0
+ '@emotion/hash': 0.9.2
+ '@emotion/memoize': 0.9.0
+ '@emotion/serialize': 1.3.3
babel-plugin-macros: 3.1.0
convert-source-map: 1.9.0
escape-string-regexp: 4.0.0
find-root: 1.1.0
source-map: 0.5.7
stylis: 4.2.0
+ transitivePeerDependencies:
+ - supports-color
- '@emotion/cache@11.11.0':
+ '@emotion/cache@11.14.0':
dependencies:
- '@emotion/memoize': 0.8.1
- '@emotion/sheet': 1.2.2
- '@emotion/utils': 1.2.1
- '@emotion/weak-memoize': 0.3.1
+ '@emotion/memoize': 0.9.0
+ '@emotion/sheet': 1.4.0
+ '@emotion/utils': 1.4.2
+ '@emotion/weak-memoize': 0.4.0
stylis: 4.2.0
- '@emotion/hash@0.9.1': {}
+ '@emotion/hash@0.9.2': {}
- '@emotion/is-prop-valid@1.2.2':
+ '@emotion/is-prop-valid@1.3.1':
dependencies:
- '@emotion/memoize': 0.8.1
+ '@emotion/memoize': 0.9.0
- '@emotion/memoize@0.8.1': {}
+ '@emotion/memoize@0.9.0': {}
- '@emotion/react@11.11.4(@types/react@18.3.1)(react@18.2.0)':
+ '@emotion/react@11.14.0(@types/react@18.3.20)(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.24.4
- '@emotion/babel-plugin': 11.11.0
- '@emotion/cache': 11.11.0
- '@emotion/serialize': 1.1.4
- '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
- '@emotion/utils': 1.2.1
- '@emotion/weak-memoize': 0.3.1
+ '@babel/runtime': 7.27.0
+ '@emotion/babel-plugin': 11.13.5
+ '@emotion/cache': 11.14.0
+ '@emotion/serialize': 1.3.3
+ '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.2.0)
+ '@emotion/utils': 1.4.2
+ '@emotion/weak-memoize': 0.4.0
hoist-non-react-statics: 3.3.2
react: 18.2.0
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
+ transitivePeerDependencies:
+ - supports-color
- '@emotion/serialize@1.1.4':
+ '@emotion/serialize@1.3.3':
dependencies:
- '@emotion/hash': 0.9.1
- '@emotion/memoize': 0.8.1
- '@emotion/unitless': 0.8.1
- '@emotion/utils': 1.2.1
+ '@emotion/hash': 0.9.2
+ '@emotion/memoize': 0.9.0
+ '@emotion/unitless': 0.10.0
+ '@emotion/utils': 1.4.2
csstype: 3.1.3
- '@emotion/sheet@1.2.2': {}
+ '@emotion/sheet@1.4.0': {}
- '@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)':
+ '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.24.4
- '@emotion/babel-plugin': 11.11.0
- '@emotion/is-prop-valid': 1.2.2
- '@emotion/react': 11.11.4(@types/react@18.3.1)(react@18.2.0)
- '@emotion/serialize': 1.1.4
- '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
- '@emotion/utils': 1.2.1
+ '@babel/runtime': 7.27.0
+ '@emotion/babel-plugin': 11.13.5
+ '@emotion/is-prop-valid': 1.3.1
+ '@emotion/react': 11.14.0(@types/react@18.3.20)(react@18.2.0)
+ '@emotion/serialize': 1.3.3
+ '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.2.0)
+ '@emotion/utils': 1.4.2
react: 18.2.0
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
+ transitivePeerDependencies:
+ - supports-color
- '@emotion/unitless@0.8.1': {}
+ '@emotion/unitless@0.10.0': {}
- '@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0)':
+ '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.2.0)':
dependencies:
react: 18.2.0
- '@emotion/utils@1.2.1': {}
+ '@emotion/utils@1.4.2': {}
- '@emotion/weak-memoize@0.3.1': {}
+ '@emotion/weak-memoize@0.4.0': {}
'@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2(cosmiconfig@7.0.0)(typescript@5.2.2)':
dependencies:
@@ -7973,7 +8139,7 @@ snapshots:
lodash.get: 4.4.2
make-error: 1.3.6
ts-node: 9.1.1(typescript@5.2.2)
- tslib: 2.6.2
+ tslib: 2.1.0
transitivePeerDependencies:
- typescript
@@ -8043,20 +8209,20 @@ snapshots:
'@esbuild/win32-x64@0.18.20':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@8.56.0)':
+ '@eslint-community/eslint-utils@4.6.1(eslint@8.57.0)':
dependencies:
- eslint: 8.56.0
+ eslint: 8.57.0
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.0': {}
+ '@eslint-community/regexpp@4.12.1': {}
'@eslint/eslintrc@2.1.4':
dependencies:
ajv: 6.12.6
- debug: 4.3.4
+ debug: 4.4.0
espree: 9.6.1
globals: 13.24.0
- ignore: 5.3.1
+ ignore: 5.3.2
import-fresh: 3.3.0
js-yaml: 4.1.0
minimatch: 3.1.2
@@ -8064,18 +8230,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@8.56.0': {}
+ '@eslint/js@8.57.0': {}
'@expo/spawn-async@1.7.2':
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
'@fluent/syntax@0.19.0': {}
'@humanwhocodes/config-array@0.11.14':
dependencies:
'@humanwhocodes/object-schema': 2.0.3
- debug: 4.3.4
+ debug: 4.4.0
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -8086,13 +8252,13 @@ snapshots:
'@ianvs/prettier-plugin-sort-imports@4.1.1(@vue/compiler-sfc@3.3.4)(prettier@3.0.3)':
dependencies:
- '@babel/core': 7.24.4
- '@babel/generator': 7.24.4
- '@babel/parser': 7.24.4
- '@babel/traverse': 7.24.1
- '@babel/types': 7.24.0
+ '@babel/core': 7.26.10
+ '@babel/generator': 7.27.0
+ '@babel/parser': 7.27.0
+ '@babel/traverse': 7.27.0
+ '@babel/types': 7.27.0
prettier: 3.0.3
- semver: 7.6.0
+ semver: 7.7.1
optionalDependencies:
'@vue/compiler-sfc': 3.3.4
transitivePeerDependencies:
@@ -8164,7 +8330,7 @@ snapshots:
'@img/sharp-wasm32@0.33.5':
dependencies:
- '@emnapi/runtime': 1.2.0
+ '@emnapi/runtime': 1.4.3
optional: true
'@img/sharp-win32-ia32@0.33.5':
@@ -8182,53 +8348,53 @@ snapshots:
wrap-ansi: 8.1.0
wrap-ansi-cjs: wrap-ansi@7.0.0
- '@jridgewell/gen-mapping@0.3.5':
+ '@jridgewell/gen-mapping@0.3.8':
dependencies:
'@jridgewell/set-array': 1.2.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@jridgewell/resolve-uri@3.1.2': {}
'@jridgewell/set-array@1.2.1': {}
- '@jridgewell/sourcemap-codec@1.4.15': {}
+ '@jridgewell/sourcemap-codec@1.5.0': {}
'@jridgewell/trace-mapping@0.3.25':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping@0.3.9':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@lezer/common@0.15.12': {}
- '@lezer/common@1.2.1': {}
+ '@lezer/common@1.2.3': {}
- '@lezer/highlight@1.2.0':
+ '@lezer/highlight@1.2.1':
dependencies:
- '@lezer/common': 1.2.1
+ '@lezer/common': 1.2.3
- '@lezer/json@1.0.2':
+ '@lezer/json@1.0.3':
dependencies:
- '@lezer/common': 1.2.1
- '@lezer/highlight': 1.2.0
- '@lezer/lr': 1.4.0
+ '@lezer/common': 1.2.3
+ '@lezer/highlight': 1.2.1
+ '@lezer/lr': 1.4.2
'@lezer/lr@0.15.8':
dependencies:
'@lezer/common': 0.15.12
- '@lezer/lr@1.4.0':
+ '@lezer/lr@1.4.2':
dependencies:
- '@lezer/common': 1.2.1
+ '@lezer/common': 1.2.3
- '@ljharb/through@2.3.13':
+ '@ljharb/through@2.3.14':
dependencies:
- call-bind: 1.0.7
+ call-bind: 1.0.8
'@lmdb/lmdb-darwin-arm64@2.5.2':
optional: true
@@ -8266,7 +8432,9 @@ snapshots:
'@lmdb/lmdb-win32-x64@2.7.11':
optional: true
- '@mdn/browser-compat-data@5.5.7': {}
+ '@marijn/find-cluster-break@1.0.2': {}
+
+ '@mdn/browser-compat-data@5.5.29': {}
'@mischnic/json-sourcemap@0.1.0':
dependencies:
@@ -8276,26 +8444,26 @@ snapshots:
'@mischnic/json-sourcemap@0.1.1':
dependencies:
- '@lezer/common': 1.2.1
- '@lezer/lr': 1.4.0
+ '@lezer/common': 1.2.3
+ '@lezer/lr': 1.4.2
json5: 2.2.3
- '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.2':
+ '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3':
optional: true
- '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.2':
+ '@msgpackr-extract/msgpackr-extract-darwin-x64@3.0.3':
optional: true
- '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.2':
+ '@msgpackr-extract/msgpackr-extract-linux-arm64@3.0.3':
optional: true
- '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.2':
+ '@msgpackr-extract/msgpackr-extract-linux-arm@3.0.3':
optional: true
- '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.2':
+ '@msgpackr-extract/msgpackr-extract-linux-x64@3.0.3':
optional: true
- '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.2':
+ '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3':
optional: true
'@nodelib/fs.scandir@2.1.5':
@@ -8308,7 +8476,7 @@ snapshots:
'@nodelib/fs.walk@1.2.8':
dependencies:
'@nodelib/fs.scandir': 2.1.5
- fastq: 1.17.1
+ fastq: 1.19.1
'@octokit/auth-token@2.5.0':
dependencies:
@@ -8385,7 +8553,7 @@ snapshots:
'@octokit/request-error': 2.1.0
'@octokit/types': 6.41.0
is-plain-object: 5.0.0
- node-fetch: 2.7.0
+ node-fetch: 2.6.7
universal-user-agent: 6.0.1
transitivePeerDependencies:
- encoding
@@ -8444,17 +8612,17 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@parcel/config-default@2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.10)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)':
+ '@parcel/config-default@2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.17)(postcss@8.5.3)(typescript@5.2.2)':
dependencies:
'@parcel/bundler-default': 2.9.3(@parcel/core@2.9.3)
'@parcel/compressor-raw': 2.9.3(@parcel/core@2.9.3)
'@parcel/core': 2.9.3
'@parcel/namer-default': 2.9.3(@parcel/core@2.9.3)
'@parcel/optimizer-css': 2.9.3(@parcel/core@2.9.3)
- '@parcel/optimizer-htmlnano': 2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)
+ '@parcel/optimizer-htmlnano': 2.9.3(@parcel/core@2.9.3)(postcss@8.5.3)(typescript@5.2.2)
'@parcel/optimizer-image': 2.9.3(@parcel/core@2.9.3)
'@parcel/optimizer-svgo': 2.9.3(@parcel/core@2.9.3)
- '@parcel/optimizer-swc': 2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.10)
+ '@parcel/optimizer-swc': 2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.17)
'@parcel/packager-css': 2.9.3(@parcel/core@2.9.3)
'@parcel/packager-html': 2.9.3(@parcel/core@2.9.3)
'@parcel/packager-js': 2.9.3(@parcel/core@2.9.3)
@@ -8505,16 +8673,16 @@ snapshots:
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
'@parcel/utils': 2.9.3
'@parcel/workers': 2.9.3(@parcel/core@2.9.3)
- abortcontroller-polyfill: 1.7.5
- base-x: 3.0.9
- browserslist: 4.23.0
+ abortcontroller-polyfill: 1.7.8
+ base-x: 3.0.11
+ browserslist: 4.24.4
clone: 2.1.2
dotenv: 7.0.0
dotenv-expand: 5.1.0
json5: 2.2.3
- msgpackr: 1.10.1
+ msgpackr: 1.11.2
nullthrows: 1.1.1
- semver: 7.6.0
+ semver: 7.5.4
'@parcel/diagnostic@2.8.3':
dependencies:
@@ -8600,7 +8768,7 @@ snapshots:
'@parcel/fs': 2.9.3(@parcel/core@2.9.3)
'@parcel/utils': 2.9.3
nullthrows: 1.1.1
- semver: 7.6.0
+ semver: 7.5.4
transitivePeerDependencies:
- '@parcel/core'
@@ -8610,8 +8778,8 @@ snapshots:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- browserslist: 4.23.0
- lightningcss: 1.24.1
+ browserslist: 4.24.4
+ lightningcss: 1.29.3
nullthrows: 1.1.1
transitivePeerDependencies:
- '@parcel/core'
@@ -8625,10 +8793,10 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@parcel/optimizer-htmlnano@2.9.3(@parcel/core@2.9.3)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)':
+ '@parcel/optimizer-htmlnano@2.9.3(@parcel/core@2.9.3)(postcss@8.5.3)(typescript@5.2.2)':
dependencies:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
- htmlnano: 2.1.0(postcss@8.4.38)(srcset@4.0.0)(svgo@2.8.0)(typescript@5.2.2)
+ htmlnano: 2.1.1(postcss@8.5.3)(svgo@2.8.0)(typescript@5.2.2)
nullthrows: 1.1.1
posthtml: 0.16.6
svgo: 2.8.0
@@ -8660,13 +8828,13 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@parcel/optimizer-swc@2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.10)':
+ '@parcel/optimizer-swc@2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.17)':
dependencies:
'@parcel/diagnostic': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- '@swc/core': 1.4.16(@swc/helpers@0.5.10)
+ '@swc/core': 1.11.22(@swc/helpers@0.5.17)
nullthrows: 1.1.1
transitivePeerDependencies:
- '@parcel/core'
@@ -8693,7 +8861,7 @@ snapshots:
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
'@parcel/utils': 2.9.3
'@parcel/workers': 2.9.3(@parcel/core@2.9.3)
- semver: 7.6.0
+ semver: 7.5.4
'@parcel/packager-css@2.9.3(@parcel/core@2.9.3)':
dependencies:
@@ -8758,7 +8926,7 @@ snapshots:
dependencies:
'@parcel/diagnostic': 2.9.3
'@parcel/events': 2.9.3
- chrome-trace-event: 1.0.3
+ chrome-trace-event: 1.0.4
'@parcel/reporter-bundle-buddy@2.9.3(@parcel/core@2.9.3)':
dependencies:
@@ -8831,10 +8999,10 @@ snapshots:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- browserslist: 4.23.0
+ browserslist: 4.24.4
json5: 2.2.3
nullthrows: 1.1.1
- semver: 7.6.0
+ semver: 7.5.4
transitivePeerDependencies:
- '@parcel/core'
@@ -8844,8 +9012,8 @@ snapshots:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- browserslist: 4.23.0
- lightningcss: 1.24.1
+ browserslist: 4.24.4
+ lightningcss: 1.29.3
nullthrows: 1.1.1
transitivePeerDependencies:
- '@parcel/core'
@@ -8853,7 +9021,7 @@ snapshots:
'@parcel/transformer-graphql@2.9.3(@parcel/core@2.9.3)':
dependencies:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
- graphql: 15.8.0
+ graphql: 15.10.1
graphql-import-macro: 1.0.0
transitivePeerDependencies:
- '@parcel/core'
@@ -8867,7 +9035,7 @@ snapshots:
posthtml: 0.16.6
posthtml-parser: 0.10.2
posthtml-render: 3.0.0
- semver: 7.6.0
+ semver: 7.5.4
srcset: 4.0.0
transitivePeerDependencies:
- '@parcel/core'
@@ -8894,11 +9062,11 @@ snapshots:
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
'@parcel/workers': 2.9.3(@parcel/core@2.9.3)
- '@swc/helpers': 0.5.10
- browserslist: 4.23.0
+ '@swc/helpers': 0.5.17
+ browserslist: 4.24.4
nullthrows: 1.1.1
regenerator-runtime: 0.13.11
- semver: 7.6.0
+ semver: 7.5.4
'@parcel/transformer-json@2.9.3(@parcel/core@2.9.3)':
dependencies:
@@ -8911,7 +9079,7 @@ snapshots:
dependencies:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
- less: 4.2.0
+ less: 4.3.0
transitivePeerDependencies:
- '@parcel/core'
@@ -8924,7 +9092,7 @@ snapshots:
clone: 2.1.2
nullthrows: 1.1.1
postcss-value-parser: 4.2.0
- semver: 7.6.0
+ semver: 7.5.4
transitivePeerDependencies:
- '@parcel/core'
@@ -8936,7 +9104,7 @@ snapshots:
posthtml: 0.16.6
posthtml-parser: 0.10.2
posthtml-render: 3.0.0
- semver: 7.6.0
+ semver: 7.5.4
transitivePeerDependencies:
- '@parcel/core'
@@ -8958,7 +9126,7 @@ snapshots:
dependencies:
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
- sass: 1.75.0
+ sass: 1.87.0
transitivePeerDependencies:
- '@parcel/core'
@@ -8981,7 +9149,7 @@ snapshots:
posthtml: 0.16.6
posthtml-parser: 0.10.2
posthtml-render: 3.0.0
- semver: 7.6.0
+ semver: 7.5.4
transitivePeerDependencies:
- '@parcel/core'
@@ -9039,39 +9207,78 @@ snapshots:
'@parcel/watcher-android-arm64@2.2.0':
optional: true
+ '@parcel/watcher-android-arm64@2.5.1':
+ optional: true
+
'@parcel/watcher-darwin-arm64@2.2.0':
optional: true
+ '@parcel/watcher-darwin-arm64@2.5.1':
+ optional: true
+
'@parcel/watcher-darwin-x64@2.2.0':
optional: true
+ '@parcel/watcher-darwin-x64@2.5.1':
+ optional: true
+
+ '@parcel/watcher-freebsd-x64@2.5.1':
+ optional: true
+
'@parcel/watcher-linux-arm-glibc@2.2.0':
optional: true
+ '@parcel/watcher-linux-arm-glibc@2.5.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm-musl@2.5.1':
+ optional: true
+
'@parcel/watcher-linux-arm64-glibc@2.2.0':
optional: true
+ '@parcel/watcher-linux-arm64-glibc@2.5.1':
+ optional: true
+
'@parcel/watcher-linux-arm64-musl@2.2.0':
optional: true
+ '@parcel/watcher-linux-arm64-musl@2.5.1':
+ optional: true
+
'@parcel/watcher-linux-x64-glibc@2.2.0':
optional: true
+ '@parcel/watcher-linux-x64-glibc@2.5.1':
+ optional: true
+
'@parcel/watcher-linux-x64-musl@2.2.0':
optional: true
+ '@parcel/watcher-linux-x64-musl@2.5.1':
+ optional: true
+
'@parcel/watcher-win32-arm64@2.2.0':
optional: true
+ '@parcel/watcher-win32-arm64@2.5.1':
+ optional: true
+
+ '@parcel/watcher-win32-ia32@2.5.1':
+ optional: true
+
'@parcel/watcher-win32-x64@2.2.0':
optional: true
+ '@parcel/watcher-win32-x64@2.5.1':
+ optional: true
+
'@parcel/watcher@2.2.0':
dependencies:
detect-libc: 1.0.3
is-glob: 4.0.3
- micromatch: 4.0.5
- node-addon-api: 7.1.0
+ micromatch: 4.0.8
+ node-addon-api: 7.1.1
optionalDependencies:
'@parcel/watcher-android-arm64': 2.2.0
'@parcel/watcher-darwin-arm64': 2.2.0
@@ -9084,6 +9291,28 @@ snapshots:
'@parcel/watcher-win32-arm64': 2.2.0
'@parcel/watcher-win32-x64': 2.2.0
+ '@parcel/watcher@2.5.1':
+ dependencies:
+ detect-libc: 1.0.3
+ is-glob: 4.0.3
+ micromatch: 4.0.8
+ node-addon-api: 7.1.1
+ optionalDependencies:
+ '@parcel/watcher-android-arm64': 2.5.1
+ '@parcel/watcher-darwin-arm64': 2.5.1
+ '@parcel/watcher-darwin-x64': 2.5.1
+ '@parcel/watcher-freebsd-x64': 2.5.1
+ '@parcel/watcher-linux-arm-glibc': 2.5.1
+ '@parcel/watcher-linux-arm-musl': 2.5.1
+ '@parcel/watcher-linux-arm64-glibc': 2.5.1
+ '@parcel/watcher-linux-arm64-musl': 2.5.1
+ '@parcel/watcher-linux-x64-glibc': 2.5.1
+ '@parcel/watcher-linux-x64-musl': 2.5.1
+ '@parcel/watcher-win32-arm64': 2.5.1
+ '@parcel/watcher-win32-ia32': 2.5.1
+ '@parcel/watcher-win32-x64': 2.5.1
+ optional: true
+
'@parcel/workers@2.8.3(@parcel/core@2.9.3)':
dependencies:
'@parcel/core': 2.9.3
@@ -9091,7 +9320,7 @@ snapshots:
'@parcel/logger': 2.8.3
'@parcel/types': 2.8.3(@parcel/core@2.9.3)
'@parcel/utils': 2.8.3
- chrome-trace-event: 1.0.3
+ chrome-trace-event: 1.0.4
nullthrows: 1.1.1
'@parcel/workers@2.9.3(@parcel/core@2.9.3)':
@@ -9133,10 +9362,10 @@ snapshots:
transitivePeerDependencies:
- '@parcel/core'
- '@plasmohq/parcel-config@0.40.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/helpers@0.5.10)(lodash@4.17.21)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(srcset@4.0.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2)':
+ '@plasmohq/parcel-config@0.40.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@swc/helpers@0.5.17)(lodash@4.17.21)(postcss@8.5.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2)':
dependencies:
'@parcel/compressor-raw': 2.9.3(@parcel/core@2.9.3)
- '@parcel/config-default': 2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.10)(postcss@8.4.38)(srcset@4.0.0)(typescript@5.2.2)
+ '@parcel/config-default': 2.9.3(@parcel/core@2.9.3)(@swc/helpers@0.5.17)(postcss@8.5.3)(typescript@5.2.2)
'@parcel/core': 2.9.3
'@parcel/optimizer-data-url': 2.9.3(@parcel/core@2.9.3)
'@parcel/reporter-bundle-buddy': 2.9.3(@parcel/core@2.9.3)
@@ -9160,10 +9389,10 @@ snapshots:
'@plasmohq/parcel-compressor-utf8': 0.0.6(@parcel/core@2.9.3)
'@plasmohq/parcel-namer-manifest': 0.3.12
'@plasmohq/parcel-optimizer-encapsulate': 0.0.7
- '@plasmohq/parcel-optimizer-es': 0.4.0(@swc/helpers@0.5.10)
+ '@plasmohq/parcel-optimizer-es': 0.4.0(@swc/helpers@0.5.17)
'@plasmohq/parcel-packager': 0.6.14
'@plasmohq/parcel-resolver': 0.13.1
- '@plasmohq/parcel-resolver-post': 0.4.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))
+ '@plasmohq/parcel-resolver-post': 0.4.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))
'@plasmohq/parcel-runtime': 0.23.0
'@plasmohq/parcel-transformer-inject-env': 0.2.11
'@plasmohq/parcel-transformer-inline-css': 0.3.9
@@ -9264,13 +9493,13 @@ snapshots:
'@parcel/source-map': 2.1.1
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
- '@plasmohq/parcel-optimizer-es@0.4.0(@swc/helpers@0.5.10)':
+ '@plasmohq/parcel-optimizer-es@0.4.0(@swc/helpers@0.5.17)':
dependencies:
'@parcel/core': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/source-map': 2.1.1
'@parcel/utils': 2.9.3
- '@swc/core': 1.3.82(@swc/helpers@0.5.10)
+ '@swc/core': 1.3.82(@swc/helpers@0.5.17)
nullthrows: 1.1.1
transitivePeerDependencies:
- '@swc/helpers'
@@ -9283,14 +9512,14 @@ snapshots:
'@parcel/utils': 2.9.3
nullthrows: 1.1.1
- '@plasmohq/parcel-resolver-post@0.4.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))':
+ '@plasmohq/parcel-resolver-post@0.4.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))':
dependencies:
'@parcel/core': 2.9.3
'@parcel/hash': 2.9.3
'@parcel/plugin': 2.9.3(@parcel/core@2.9.3)
'@parcel/types': 2.9.3(@parcel/core@2.9.3)
'@parcel/utils': 2.9.3
- tsup: 7.2.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2)
+ tsup: 7.2.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2)
typescript: 5.2.2
transitivePeerDependencies:
- '@swc/core'
@@ -9411,28 +9640,31 @@ snapshots:
- walrus
- whiskers
- '@plasmohq/storage@1.10.0(react@18.2.0)':
+ '@plasmohq/storage@1.15.0(react@18.2.0)':
dependencies:
pify: 6.1.0
optionalDependencies:
react: 18.2.0
- '@player-tools/devtools-client@0.9.0-next.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@emotion/is-prop-valid@1.2.2)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0))(@player-ui/player@0.7.2-next.4)(@player-ui/types@0.7.3)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(codemirror@6.0.1(@lezer/common@1.2.1))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
- dependencies:
- '@chakra-ui/react': 2.8.2(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ds/themes': 1.2.1(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@devtools-ui/plugin': 0.3.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(@emotion/is-prop-valid@1.2.2)(@emotion/react@11.11.4(@types/react@18.3.1)(react@18.2.0))(@emotion/styled@11.11.5(@emotion/react@11.11.4(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.1)(react@18.2.0))(@player-ui/types@0.7.3)(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(codemirror@6.0.1(@lezer/common@1.2.1))(framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
- '@player-tools/devtools-messenger': 0.9.0-next.0
- '@player-tools/devtools-types': 0.9.0-next.0
- '@player-ui/pubsub-plugin': 0.7.3(@player-ui/player@0.7.2-next.4)
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@types/react': 18.3.1
+ '@player-tools/devtools-client@0.10.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@emotion/is-prop-valid@1.3.1)(@emotion/react@11.14.0(@types/react@18.3.20)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0))(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(codemirror@6.0.1)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))':
+ dependencies:
+ '@chakra-ui/react': 2.8.2(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ds/themes': 1.2.1(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@devtools-ui/plugin': 0.4.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(@emotion/is-prop-valid@1.3.1)(@emotion/react@11.14.0(@types/react@18.3.20)(react@18.2.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.2.37)(react@18.2.0))(@types/react@18.3.20)(react@18.2.0))(@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0))(@player-ui/player@0.10.4)(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(codemirror@6.0.1)(framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))
+ '@player-tools/devtools-messenger': 0.10.0
+ '@player-tools/devtools-types': 0.10.0
+ '@player-ui/common-expressions-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/common-types-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/data-change-listener-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/pubsub-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/react': 0.10.4(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@types/react': 18.3.20
dequal: 2.0.3
- dset: 3.1.3
- immer: 10.0.4
+ dset: 3.1.4
+ immer: 10.1.1
react: 18.2.0
- react-error-boundary: 4.0.13(react@18.2.0)
- tslib: 2.6.2
+ react-error-boundary: 4.1.2(react@18.2.0)
+ tslib: 2.8.1
transitivePeerDependencies:
- '@babel/runtime'
- '@codemirror/autocomplete'
@@ -9445,33 +9677,32 @@ snapshots:
- '@emotion/is-prop-valid'
- '@emotion/react'
- '@emotion/styled'
+ - '@player-tools/dsl'
- '@player-ui/player'
- '@player-ui/types'
- - '@swc/core'
- - '@swc/wasm'
- - '@types/node'
- codemirror
- framer-motion
- react-dom
+ - supports-color
- '@player-tools/devtools-messenger@0.9.0-next.0':
+ '@player-tools/devtools-messenger@0.10.0':
dependencies:
- '@player-tools/devtools-types': 0.9.0-next.0
- '@types/node': 18.19.31
+ '@player-tools/devtools-types': 0.10.0
+ '@types/node': 18.19.87
tiny-uid: 1.1.2
- tslib: 2.6.2
+ tslib: 2.8.1
- '@player-tools/devtools-types@0.9.0-next.0':
+ '@player-tools/devtools-types@0.10.0':
dependencies:
- '@player-ui/types': 0.7.3
- tslib: 2.6.2
+ '@player-ui/types': 0.10.4
+ tslib: 2.8.1
- '@player-tools/dsl@0.6.0-next.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(@types/react@18.3.1)(react@18.2.0)':
+ '@player-tools/dsl@0.7.0-next.3(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(@types/react@18.2.37)(react@18.2.0)':
dependencies:
- '@player-ui/player': 0.7.2-next.4
- '@player-ui/types': 0.7.2-next.4
+ '@player-ui/player': 0.7.3
+ '@player-ui/types': 0.7.3
'@types/mkdirp': 1.0.2
- '@types/react': 18.3.1
+ '@types/react': 18.2.37
chalk: 4.1.2
command-line-application: 0.10.1
dequal: 2.0.3
@@ -9481,96 +9712,110 @@ snapshots:
mkdirp: 1.0.4
react: 18.2.0
react-json-reconciler: 2.0.0(react@18.2.0)
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
tapable-ts: 0.2.4
- ts-node: 10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.5.2)
- tslib: 2.6.2
- typescript: 5.5.2
+ ts-node: 10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.8.3)
+ tslib: 2.8.1
+ typescript: 5.8.3
transitivePeerDependencies:
- '@swc/core'
- '@swc/wasm'
- '@types/node'
- '@player-ui/asset-provider-plugin-react@0.7.3(@player-ui/react@0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.3.1)(react@18.2.0)':
+ '@player-ui/asset-provider-plugin-react@0.9.1-next.0(@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.3.20)(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/react': 0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
- '@player-ui/react-subscribe': 0.7.3(@types/react@18.3.1)(react@18.2.0)
- transitivePeerDependencies:
- - '@types/react'
- - react
+ '@player-ui/react': 0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ '@player-ui/react-subscribe': 0.9.1-next.0(@types/react@18.3.20)(react@18.2.0)
+ '@types/react': 18.3.20
+ react: 18.2.0
+ tslib: 2.8.1
- '@player-ui/asset-transform-plugin@0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)':
+ '@player-ui/asset-transform-plugin@0.9.1-next.0(@player-ui/player@0.10.4)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/partial-match-registry': 0.7.3
- '@player-ui/player': 0.7.3
- '@player-ui/types': 0.7.3
+ '@player-ui/partial-match-registry': 0.9.1-next.0
+ '@player-ui/player': 0.10.4
+ tslib: 2.8.1
- '@player-ui/beacon-plugin@0.7.2-next.4(@player-ui/player@0.7.2-next.4)(@player-ui/types@0.7.3)':
+ '@player-ui/beacon-plugin@0.10.4(@player-ui/player@0.10.4)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/player': 0.7.2-next.4
- '@player-ui/types': 0.7.3
+ '@player-ui/player': 0.10.4
tapable-ts: 0.2.4
timm: 1.7.1
+ tslib: 2.8.1
- '@player-ui/beacon-plugin@0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)':
+ '@player-ui/common-expressions-plugin@0.10.4(@player-ui/player@0.10.4)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/player': 0.7.3
- '@player-ui/types': 0.7.3
- tapable-ts: 0.2.4
- timm: 1.7.1
+ '@player-ui/expression-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
+ tslib: 2.8.1
- '@player-ui/metrics-plugin@0.7.2-next.4(@player-ui/player@0.7.2-next.4)(@player-ui/types@0.7.3)':
+ '@player-ui/common-types-plugin@0.10.4(@player-ui/player@0.10.4)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/beacon-plugin': 0.7.2-next.4(@player-ui/player@0.7.2-next.4)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.2-next.4
+ '@player-ui/player': 0.10.4
+ '@player-ui/types-provider-plugin': 0.10.4(@player-ui/player@0.10.4)
+ tslib: 2.8.1
+
+ '@player-ui/data-change-listener-plugin@0.10.4(@player-ui/player@0.10.4)':
+ dependencies:
+ '@player-ui/player': 0.10.4
+ tslib: 2.8.1
+
+ '@player-ui/expression-plugin@0.10.4(@player-ui/player@0.10.4)':
+ dependencies:
+ '@player-ui/player': 0.10.4
tapable-ts: 0.2.4
- transitivePeerDependencies:
- - '@player-ui/types'
+ tslib: 2.8.1
- '@player-ui/metrics-plugin@0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)':
+ '@player-ui/make-flow@0.10.4':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/beacon-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/player': 0.7.3
+ '@player-ui/types': 0.10.4
+ tslib: 2.8.1
+
+ '@player-ui/metrics-plugin@0.10.4(@player-ui/player@0.10.4)':
+ dependencies:
+ '@player-ui/beacon-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/player': 0.10.4
tapable-ts: 0.2.4
+ tslib: 2.8.1
transitivePeerDependencies:
- '@player-ui/types'
- '@player-ui/partial-match-registry@0.7.2-next.4':
+ '@player-ui/partial-match-registry@0.10.4':
dependencies:
- '@babel/runtime': 7.15.4
- '@types/dlv': 1.1.4
+ '@types/dlv': 1.1.5
dlv: 1.1.3
sorted-array: 2.0.4
+ tslib: 2.8.1
'@player-ui/partial-match-registry@0.7.3':
dependencies:
'@babel/runtime': 7.15.4
- '@types/dlv': 1.1.4
+ '@types/dlv': 1.1.5
dlv: 1.1.3
sorted-array: 2.0.4
- '@player-ui/player@0.7.2-next.4':
+ '@player-ui/partial-match-registry@0.9.1-next.0':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/partial-match-registry': 0.7.2-next.4
- '@player-ui/types': 0.7.2-next.4
- '@types/parsimmon': 1.10.9
- arr-flatten: 1.1.0
+ '@types/dlv': 1.1.5
+ dlv: 1.1.3
+ sorted-array: 2.0.4
+ tslib: 2.8.1
+
+ '@player-ui/player@0.10.4':
+ dependencies:
+ '@player-ui/make-flow': 0.10.4
+ '@player-ui/partial-match-registry': 0.10.4
+ '@player-ui/types': 0.10.4
+ '@types/dlv': 1.1.5
dequal: 2.0.3
- ebnf: 1.9.1
+ dlv: 1.1.3
error-polyfill: 0.1.3
p-defer: 3.0.0
- parsimmon: 1.18.1
queue-microtask: 1.2.3
tapable-ts: 0.2.4
timm: 1.7.1
ts-nested-error: 1.2.1
+ tslib: 2.8.1
'@player-ui/player@0.7.3':
dependencies:
@@ -9589,69 +9834,74 @@ snapshots:
timm: 1.7.1
ts-nested-error: 1.2.1
- '@player-ui/pubsub-plugin@0.7.2-next.4(@player-ui/player@0.7.2-next.4)':
+ '@player-ui/pubsub-plugin@0.10.4(@player-ui/player@0.10.4)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/player': 0.7.2-next.4
- '@types/pubsub-js': 1.8.6
- pubsub-js: 1.9.4
+ '@player-ui/player': 0.10.4
tapable-ts: 0.2.4
+ tslib: 2.8.1
- '@player-ui/pubsub-plugin@0.7.3(@player-ui/player@0.7.2-next.4)':
+ '@player-ui/react-subscribe@0.10.4(@types/react@18.2.37)(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/player': 0.7.2-next.4
- '@types/pubsub-js': 1.8.6
- pubsub-js: 1.9.4
- tapable-ts: 0.2.4
+ '@types/react': 18.2.37
+ p-defer: 3.0.0
+ react: 18.2.0
+ tslib: 2.8.1
- '@player-ui/react-subscribe@0.7.2-next.4(@types/react@18.2.37)(react@18.2.0)':
+ '@player-ui/react-subscribe@0.10.4(@types/react@18.3.20)(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.15.4
- '@types/react': 18.2.37
+ '@types/react': 18.3.20
p-defer: 3.0.0
react: 18.2.0
+ tslib: 2.8.1
- '@player-ui/react-subscribe@0.7.3(@types/react@18.3.1)(react@18.2.0)':
+ '@player-ui/react-subscribe@0.9.1-next.0(@types/react@18.3.20)(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.15.4
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
p-defer: 3.0.0
react: 18.2.0
+ tslib: 2.8.1
- '@player-ui/react@0.7.2-next.4(@player-ui/types@0.7.3)(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@player-ui/react@0.10.4(@types/react@18.2.37)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/metrics-plugin': 0.7.2-next.4(@player-ui/player@0.7.2-next.4)(@player-ui/types@0.7.3)
- '@player-ui/partial-match-registry': 0.7.2-next.4
- '@player-ui/player': 0.7.2-next.4
- '@player-ui/react-subscribe': 0.7.2-next.4(@types/react@18.2.37)(react@18.2.0)
+ '@player-ui/metrics-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/partial-match-registry': 0.10.4
+ '@player-ui/player': 0.10.4
+ '@player-ui/react-subscribe': 0.10.4(@types/react@18.2.37)(react@18.2.0)
'@types/react': 18.2.37
+ leven: 3.1.0
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
react-error-boundary: 3.1.4(react@18.2.0)
tapable-ts: 0.2.4
+ tslib: 2.8.1
transitivePeerDependencies:
- '@player-ui/types'
- '@player-ui/react@0.7.3(@player-ui/types@0.7.3)(@types/react@18.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@player-ui/react@0.10.4(@types/react@18.3.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.15.4
- '@player-ui/metrics-plugin': 0.7.3(@player-ui/player@0.7.3)(@player-ui/types@0.7.3)
- '@player-ui/partial-match-registry': 0.7.3
- '@player-ui/player': 0.7.3
- '@player-ui/react-subscribe': 0.7.3(@types/react@18.3.1)(react@18.2.0)
- '@types/react': 18.3.1
+ '@player-ui/metrics-plugin': 0.10.4(@player-ui/player@0.10.4)
+ '@player-ui/partial-match-registry': 0.10.4
+ '@player-ui/player': 0.10.4
+ '@player-ui/react-subscribe': 0.10.4(@types/react@18.3.20)(react@18.2.0)
+ '@types/react': 18.3.20
+ leven: 3.1.0
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
react-error-boundary: 3.1.4(react@18.2.0)
tapable-ts: 0.2.4
+ tslib: 2.8.1
transitivePeerDependencies:
- '@player-ui/types'
- '@player-ui/types@0.7.2-next.4':
+ '@player-ui/types-provider-plugin@0.10.4(@player-ui/player@0.10.4)':
dependencies:
- '@babel/runtime': 7.15.4
+ '@player-ui/player': 0.10.4
+ tapable-ts: 0.2.4
+ tslib: 2.8.1
+
+ '@player-ui/types@0.10.4':
+ dependencies:
+ tslib: 2.8.1
'@player-ui/types@0.7.3':
dependencies:
@@ -9663,7 +9913,7 @@ snapshots:
dependencies:
graceful-fs: 4.2.10
- '@pnpm/npm-conf@2.2.2':
+ '@pnpm/npm-conf@2.3.1':
dependencies:
'@pnpm/config.env-replace': 1.1.0
'@pnpm/network.ca-file': 1.0.2
@@ -9675,54 +9925,54 @@ snapshots:
'@sindresorhus/is@5.6.0': {}
- '@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.24.4)':
+ '@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
+ '@babel/core': 7.26.10
- '@svgr/babel-preset@6.5.1(@babel/core@7.24.4)':
+ '@svgr/babel-preset@6.5.1(@babel/core@7.26.10)':
dependencies:
- '@babel/core': 7.24.4
- '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.24.4)
- '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.24.4)
- '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.24.4)
- '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.24.4)
- '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.24.4)
- '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.24.4)
- '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.24.4)
- '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.24.4)
+ '@babel/core': 7.26.10
+ '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.26.10)
+ '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.26.10)
+ '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.26.10)
+ '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.26.10)
+ '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.26.10)
+ '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.26.10)
+ '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.26.10)
+ '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.26.10)
'@svgr/core@6.5.1':
dependencies:
- '@babel/core': 7.24.4
- '@svgr/babel-preset': 6.5.1(@babel/core@7.24.4)
+ '@babel/core': 7.26.10
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.26.10)
'@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1)
camelcase: 6.3.0
cosmiconfig: 7.1.0
@@ -9731,13 +9981,13 @@ snapshots:
'@svgr/hast-util-to-babel-ast@6.5.1':
dependencies:
- '@babel/types': 7.24.0
+ '@babel/types': 7.27.0
entities: 4.5.0
'@svgr/plugin-jsx@6.5.1(@svgr/core@6.5.1)':
dependencies:
- '@babel/core': 7.24.4
- '@svgr/babel-preset': 6.5.1(@babel/core@7.24.4)
+ '@babel/core': 7.26.10
+ '@svgr/babel-preset': 6.5.1(@babel/core@7.26.10)
'@svgr/core': 6.5.1
'@svgr/hast-util-to-babel-ast': 6.5.1
svg-parser: 2.0.4
@@ -9751,69 +10001,86 @@ snapshots:
deepmerge: 4.3.1
svgo: 2.8.0
+ '@swc/core-darwin-arm64@1.11.22':
+ optional: true
+
'@swc/core-darwin-arm64@1.3.82':
optional: true
- '@swc/core-darwin-arm64@1.4.16':
+ '@swc/core-darwin-x64@1.11.22':
optional: true
'@swc/core-darwin-x64@1.3.82':
optional: true
- '@swc/core-darwin-x64@1.4.16':
+ '@swc/core-linux-arm-gnueabihf@1.11.22':
optional: true
'@swc/core-linux-arm-gnueabihf@1.3.82':
optional: true
- '@swc/core-linux-arm-gnueabihf@1.4.16':
+ '@swc/core-linux-arm64-gnu@1.11.22':
optional: true
'@swc/core-linux-arm64-gnu@1.3.82':
optional: true
- '@swc/core-linux-arm64-gnu@1.4.16':
+ '@swc/core-linux-arm64-musl@1.11.22':
optional: true
'@swc/core-linux-arm64-musl@1.3.82':
optional: true
- '@swc/core-linux-arm64-musl@1.4.16':
+ '@swc/core-linux-x64-gnu@1.11.22':
optional: true
'@swc/core-linux-x64-gnu@1.3.82':
optional: true
- '@swc/core-linux-x64-gnu@1.4.16':
+ '@swc/core-linux-x64-musl@1.11.22':
optional: true
'@swc/core-linux-x64-musl@1.3.82':
optional: true
- '@swc/core-linux-x64-musl@1.4.16':
+ '@swc/core-win32-arm64-msvc@1.11.22':
optional: true
'@swc/core-win32-arm64-msvc@1.3.82':
optional: true
- '@swc/core-win32-arm64-msvc@1.4.16':
+ '@swc/core-win32-ia32-msvc@1.11.22':
optional: true
'@swc/core-win32-ia32-msvc@1.3.82':
optional: true
- '@swc/core-win32-ia32-msvc@1.4.16':
+ '@swc/core-win32-x64-msvc@1.11.22':
optional: true
'@swc/core-win32-x64-msvc@1.3.82':
optional: true
- '@swc/core-win32-x64-msvc@1.4.16':
- optional: true
-
- '@swc/core@1.3.82(@swc/helpers@0.5.10)':
+ '@swc/core@1.11.22(@swc/helpers@0.5.17)':
dependencies:
- '@swc/types': 0.1.6
+ '@swc/counter': 0.1.3
+ '@swc/types': 0.1.21
+ optionalDependencies:
+ '@swc/core-darwin-arm64': 1.11.22
+ '@swc/core-darwin-x64': 1.11.22
+ '@swc/core-linux-arm-gnueabihf': 1.11.22
+ '@swc/core-linux-arm64-gnu': 1.11.22
+ '@swc/core-linux-arm64-musl': 1.11.22
+ '@swc/core-linux-x64-gnu': 1.11.22
+ '@swc/core-linux-x64-musl': 1.11.22
+ '@swc/core-win32-arm64-msvc': 1.11.22
+ '@swc/core-win32-ia32-msvc': 1.11.22
+ '@swc/core-win32-x64-msvc': 1.11.22
+ '@swc/helpers': 0.5.17
+
+ '@swc/core@1.3.82(@swc/helpers@0.5.17)':
+ dependencies:
+ '@swc/types': 0.1.21
optionalDependencies:
'@swc/core-darwin-arm64': 1.3.82
'@swc/core-darwin-x64': 1.3.82
@@ -9825,32 +10092,15 @@ snapshots:
'@swc/core-win32-arm64-msvc': 1.3.82
'@swc/core-win32-ia32-msvc': 1.3.82
'@swc/core-win32-x64-msvc': 1.3.82
- '@swc/helpers': 0.5.10
-
- '@swc/core@1.4.16(@swc/helpers@0.5.10)':
- dependencies:
- '@swc/counter': 0.1.3
- '@swc/types': 0.1.6
- optionalDependencies:
- '@swc/core-darwin-arm64': 1.4.16
- '@swc/core-darwin-x64': 1.4.16
- '@swc/core-linux-arm-gnueabihf': 1.4.16
- '@swc/core-linux-arm64-gnu': 1.4.16
- '@swc/core-linux-arm64-musl': 1.4.16
- '@swc/core-linux-x64-gnu': 1.4.16
- '@swc/core-linux-x64-musl': 1.4.16
- '@swc/core-win32-arm64-msvc': 1.4.16
- '@swc/core-win32-ia32-msvc': 1.4.16
- '@swc/core-win32-x64-msvc': 1.4.16
- '@swc/helpers': 0.5.10
+ '@swc/helpers': 0.5.17
'@swc/counter@0.1.3': {}
- '@swc/helpers@0.5.10':
+ '@swc/helpers@0.5.17':
dependencies:
- tslib: 2.6.2
+ tslib: 2.8.1
- '@swc/types@0.1.6':
+ '@swc/types@0.1.21':
dependencies:
'@swc/counter': 0.1.3
@@ -9882,15 +10132,15 @@ snapshots:
'@types/chrome@0.0.251':
dependencies:
'@types/filesystem': 0.0.36
- '@types/har-format': 1.2.15
+ '@types/har-format': 1.2.16
'@types/command-line-args@5.2.3': {}
'@types/command-line-usage@5.0.4': {}
- '@types/dlv@1.1.4': {}
+ '@types/dlv@1.1.5': {}
- '@types/estree@1.0.5': {}
+ '@types/estree@1.0.7': {}
'@types/filesystem@0.0.36':
dependencies:
@@ -9898,7 +10148,7 @@ snapshots:
'@types/filewriter@0.0.33': {}
- '@types/har-format@1.2.15': {}
+ '@types/har-format@1.2.16': {}
'@types/http-cache-semantics@4.0.4': {}
@@ -9910,9 +10160,9 @@ snapshots:
'@types/lodash.mergewith@4.6.7':
dependencies:
- '@types/lodash': 4.17.0
+ '@types/lodash': 4.17.16
- '@types/lodash@4.17.0': {}
+ '@types/lodash@4.17.16': {}
'@types/minimatch@3.0.5': {}
@@ -9920,7 +10170,7 @@ snapshots:
dependencies:
'@types/node': 20.9.0
- '@types/node@18.19.31':
+ '@types/node@18.19.87':
dependencies:
undici-types: 5.26.5
@@ -9932,9 +10182,7 @@ snapshots:
'@types/parsimmon@1.10.9': {}
- '@types/prop-types@15.7.12': {}
-
- '@types/pubsub-js@1.8.6': {}
+ '@types/prop-types@15.7.14': {}
'@types/react-copy-to-clipboard@5.0.7':
dependencies:
@@ -9950,20 +10198,20 @@ snapshots:
'@types/react@18.2.37':
dependencies:
- '@types/prop-types': 15.7.12
- '@types/scheduler': 0.23.0
+ '@types/prop-types': 15.7.14
+ '@types/scheduler': 0.26.0
csstype: 3.1.3
- '@types/react@18.3.1':
+ '@types/react@18.3.20':
dependencies:
- '@types/prop-types': 15.7.12
+ '@types/prop-types': 15.7.14
csstype: 3.1.3
'@types/responselike@1.0.3':
dependencies:
'@types/node': 20.9.0
- '@types/scheduler@0.23.0': {}
+ '@types/scheduler@0.26.0': {}
'@types/webextension-polyfill@0.10.7': {}
@@ -9971,25 +10219,25 @@ snapshots:
dependencies:
'@types/node': 20.9.0
- '@uiw/codemirror-extensions-basic-setup@4.22.0(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/commands@6.5.0)(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)':
+ '@uiw/codemirror-extensions-basic-setup@4.22.0(@codemirror/autocomplete@6.18.6)(@codemirror/commands@6.8.1)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/view@6.36.6)':
dependencies:
- '@codemirror/autocomplete': 6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1)
- '@codemirror/commands': 6.5.0
- '@codemirror/language': 6.10.1
- '@codemirror/lint': 6.7.0
- '@codemirror/search': 6.5.6
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
+ '@codemirror/autocomplete': 6.18.6
+ '@codemirror/commands': 6.8.1
+ '@codemirror/language': 6.11.0
+ '@codemirror/lint': 6.8.5
+ '@codemirror/search': 6.5.10
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
- '@uiw/react-codemirror@4.22.0(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(codemirror@6.0.1(@lezer/common@1.2.1))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
+ '@uiw/react-codemirror@4.22.0(@babel/runtime@7.27.0)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.6)(codemirror@6.0.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)':
dependencies:
- '@babel/runtime': 7.24.4
- '@codemirror/commands': 6.5.0
- '@codemirror/state': 6.4.1
+ '@babel/runtime': 7.27.0
+ '@codemirror/commands': 6.8.1
+ '@codemirror/state': 6.5.2
'@codemirror/theme-one-dark': 6.1.2
- '@codemirror/view': 6.26.3
- '@uiw/codemirror-extensions-basic-setup': 4.22.0(@codemirror/autocomplete@6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1))(@codemirror/commands@6.5.0)(@codemirror/language@6.10.1)(@codemirror/lint@6.7.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)
- codemirror: 6.0.1(@lezer/common@1.2.1)
+ '@codemirror/view': 6.36.6
+ '@uiw/codemirror-extensions-basic-setup': 4.22.0(@codemirror/autocomplete@6.18.6)(@codemirror/commands@6.8.1)(@codemirror/language@6.11.0)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.10)(@codemirror/state@6.5.2)(@codemirror/view@6.36.6)
+ codemirror: 6.0.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
transitivePeerDependencies:
@@ -9998,14 +10246,14 @@ snapshots:
- '@codemirror/lint'
- '@codemirror/search'
- '@ungap/structured-clone@1.2.0': {}
+ '@ungap/structured-clone@1.3.0': {}
'@vue/compiler-core@3.3.4':
dependencies:
- '@babel/parser': 7.24.4
+ '@babel/parser': 7.27.0
'@vue/shared': 3.3.4
estree-walker: 2.0.2
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
'@vue/compiler-dom@3.3.4':
dependencies:
@@ -10014,16 +10262,16 @@ snapshots:
'@vue/compiler-sfc@3.3.4':
dependencies:
- '@babel/parser': 7.24.4
+ '@babel/parser': 7.27.0
'@vue/compiler-core': 3.3.4
'@vue/compiler-dom': 3.3.4
'@vue/compiler-ssr': 3.3.4
'@vue/reactivity-transform': 3.3.4
'@vue/shared': 3.3.4
estree-walker: 2.0.2
- magic-string: 0.30.10
- postcss: 8.4.38
- source-map-js: 1.2.0
+ magic-string: 0.30.17
+ postcss: 8.5.3
+ source-map-js: 1.2.1
'@vue/compiler-ssr@3.3.4':
dependencies:
@@ -10032,11 +10280,11 @@ snapshots:
'@vue/reactivity-transform@3.3.4':
dependencies:
- '@babel/parser': 7.24.4
+ '@babel/parser': 7.27.0
'@vue/compiler-core': 3.3.4
'@vue/shared': 3.3.4
estree-walker: 2.0.2
- magic-string: 0.30.10
+ magic-string: 0.30.17
'@vue/reactivity@3.3.4':
dependencies:
@@ -10075,42 +10323,45 @@ snapshots:
abortcontroller-polyfill@1.7.5: {}
- acorn-jsx@5.3.2(acorn@8.11.3):
+ abortcontroller-polyfill@1.7.8: {}
+
+ acorn-jsx@5.3.2(acorn@8.14.1):
dependencies:
- acorn: 8.11.3
+ acorn: 8.14.1
- acorn-walk@8.3.2: {}
+ acorn-walk@8.3.4:
+ dependencies:
+ acorn: 8.14.1
- acorn@8.11.3: {}
+ acorn@8.14.1: {}
- addons-linter@6.21.0(node-fetch@3.3.1):
+ addons-linter@6.28.0(node-fetch@3.3.1):
dependencies:
'@fluent/syntax': 0.19.0
- '@mdn/browser-compat-data': 5.5.7
+ '@mdn/browser-compat-data': 5.5.29
addons-moz-compare: 1.3.0
- addons-scanner-utils: 9.9.0(node-fetch@3.3.1)
- ajv: 8.12.0
+ addons-scanner-utils: 9.10.1(node-fetch@3.3.1)
+ ajv: 8.13.0
chalk: 4.1.2
cheerio: 1.0.0-rc.12
columnify: 1.6.0
common-tags: 1.8.2
deepmerge: 4.3.1
- eslint: 8.56.0
- eslint-plugin-no-unsanitized: 4.0.2(eslint@8.56.0)
- eslint-visitor-keys: 3.4.3
- espree: 9.6.1
+ eslint: 8.57.0
+ eslint-plugin-no-unsanitized: 4.0.2(eslint@8.57.0)
+ eslint-visitor-keys: 4.0.0
+ espree: 10.0.1
esprima: 4.0.1
fast-json-patch: 3.1.1
- glob: 10.3.10
+ glob: 10.4.1
image-size: 1.1.1
is-mergeable-object: 1.1.1
jed: 1.1.1
json-merge-patch: 1.0.2
os-locale: 5.0.0
- pino: 8.17.2
- postcss: 8.4.33
+ pino: 8.20.0
relaxed-json: 1.0.3
- semver: 7.5.4
+ semver: 7.6.2
sha.js: 2.4.11
source-map-support: 0.5.21
tosource: 1.0.0
@@ -10126,7 +10377,7 @@ snapshots:
addons-moz-compare@1.3.0: {}
- addons-scanner-utils@9.9.0(node-fetch@3.3.1):
+ addons-scanner-utils@9.10.1(node-fetch@3.3.1):
dependencies:
'@types/yauzl': 2.10.3
common-tags: 1.8.2
@@ -10137,11 +10388,11 @@ snapshots:
optionalDependencies:
node-fetch: 3.3.1
- adm-zip@0.5.12: {}
+ adm-zip@0.5.16: {}
agent-base@6.0.2:
dependencies:
- debug: 4.3.4
+ debug: 4.4.0
transitivePeerDependencies:
- supports-color
@@ -10152,7 +10403,7 @@ snapshots:
json-schema-traverse: 0.4.1
uri-js: 4.4.1
- ajv@8.12.0:
+ ajv@8.13.0:
dependencies:
fast-deep-equal: 3.1.3
json-schema-traverse: 1.0.0
@@ -10173,7 +10424,7 @@ snapshots:
ansi-regex@5.0.1: {}
- ansi-regex@6.0.1: {}
+ ansi-regex@6.1.0: {}
ansi-styles@2.2.1: {}
@@ -10200,11 +10451,9 @@ snapshots:
aria-hidden@1.2.4:
dependencies:
- tslib: 2.6.2
+ tslib: 2.8.1
- aria-query@5.3.0:
- dependencies:
- dequal: 2.0.3
+ aria-query@5.3.2: {}
arr-flatten@1.1.0: {}
@@ -10234,7 +10483,7 @@ snapshots:
assert-plus@1.0.0: {}
- async@3.2.5: {}
+ async@3.2.6: {}
asynckit@0.4.0: {}
@@ -10244,12 +10493,12 @@ snapshots:
author-regex@1.0.0: {}
- auto@11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2):
+ auto@11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2):
dependencies:
- '@auto-it/core': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
- '@auto-it/npm': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
- '@auto-it/released': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
- '@auto-it/version-file': 11.1.6(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ '@auto-it/core': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
+ '@auto-it/npm': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
+ '@auto-it/released': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
+ '@auto-it/version-file': 11.3.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
await-to-js: 3.0.0
chalk: 4.1.2
command-line-application: 0.10.1
@@ -10270,41 +10519,46 @@ snapshots:
aws-sign2@0.7.0: {}
- aws4@1.12.0: {}
+ aws4@1.13.2: {}
- axobject-query@3.2.1:
- dependencies:
- dequal: 2.0.3
+ axobject-query@3.2.4: {}
- b4a@1.6.6: {}
+ b4a@1.6.7: {}
babel-plugin-macros@3.1.0:
dependencies:
- '@babel/runtime': 7.24.4
+ '@babel/runtime': 7.27.0
cosmiconfig: 7.1.0
- resolve: 1.22.8
+ resolve: 1.22.10
balanced-match@1.0.2: {}
- bare-events@2.2.2:
+ bare-events@2.5.4:
optional: true
- bare-fs@2.2.3:
+ bare-fs@4.1.3:
dependencies:
- bare-events: 2.2.2
- bare-path: 2.1.1
- streamx: 2.16.1
+ bare-events: 2.5.4
+ bare-path: 3.0.0
+ bare-stream: 2.6.5(bare-events@2.5.4)
+ optional: true
+
+ bare-os@3.6.1:
optional: true
- bare-os@2.2.1:
+ bare-path@3.0.0:
+ dependencies:
+ bare-os: 3.6.1
optional: true
- bare-path@2.1.1:
+ bare-stream@2.6.5(bare-events@2.5.4):
dependencies:
- bare-os: 2.2.1
+ streamx: 2.22.0
+ optionalDependencies:
+ bare-events: 2.5.4
optional: true
- base-x@3.0.9:
+ base-x@3.0.11:
dependencies:
safe-buffer: 5.2.1
@@ -10334,7 +10588,7 @@ snapshots:
dependencies:
ansi-align: 3.0.1
camelcase: 7.0.1
- chalk: 5.3.0
+ chalk: 5.4.1
cli-boxes: 3.0.0
string-width: 5.1.2
type-fest: 2.19.0
@@ -10350,23 +10604,23 @@ snapshots:
dependencies:
balanced-match: 1.0.2
- braces@3.0.2:
+ braces@3.0.3:
dependencies:
- fill-range: 7.0.1
+ fill-range: 7.1.1
browserslist@4.21.10:
dependencies:
- caniuse-lite: 1.0.30001612
- electron-to-chromium: 1.4.745
- node-releases: 2.0.14
- update-browserslist-db: 1.0.13(browserslist@4.21.10)
+ caniuse-lite: 1.0.30001715
+ electron-to-chromium: 1.5.142
+ node-releases: 2.0.19
+ update-browserslist-db: 1.1.3(browserslist@4.21.10)
- browserslist@4.23.0:
+ browserslist@4.24.4:
dependencies:
- caniuse-lite: 1.0.30001612
- electron-to-chromium: 1.4.745
- node-releases: 2.0.14
- update-browserslist-db: 1.0.13(browserslist@4.23.0)
+ caniuse-lite: 1.0.30001715
+ electron-to-chromium: 1.5.142
+ node-releases: 2.0.19
+ update-browserslist-db: 1.1.3(browserslist@4.24.4)
buffer-crc32@0.2.13: {}
@@ -10384,7 +10638,7 @@ snapshots:
base64-js: 1.5.1
ieee754: 1.2.1
- bundle-require@4.0.3(esbuild@0.18.20):
+ bundle-require@4.2.1(esbuild@0.18.20):
dependencies:
esbuild: 0.18.20
load-tsconfig: 0.2.5
@@ -10422,12 +10676,16 @@ snapshots:
normalize-url: 6.1.0
responselike: 2.0.1
- call-bind@1.0.7:
+ call-bind-apply-helpers@1.0.2:
dependencies:
- es-define-property: 1.0.0
es-errors: 1.3.0
function-bind: 1.1.2
- get-intrinsic: 1.2.4
+
+ call-bind@1.0.8:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-define-property: 1.0.1
+ get-intrinsic: 1.3.0
set-function-length: 1.2.2
callsites@3.1.0: {}
@@ -10444,7 +10702,7 @@ snapshots:
camelcase@7.0.1: {}
- caniuse-lite@1.0.30001612: {}
+ caniuse-lite@1.0.30001715: {}
capability@0.2.5: {}
@@ -10471,6 +10729,8 @@ snapshots:
chalk@5.3.0: {}
+ chalk@5.4.1: {}
+
change-case@5.1.2: {}
chardet@0.7.0: {}
@@ -10482,22 +10742,22 @@ snapshots:
css-what: 6.1.0
domelementtype: 2.3.0
domhandler: 5.0.3
- domutils: 3.1.0
+ domutils: 3.2.2
cheerio@1.0.0-rc.12:
dependencies:
cheerio-select: 2.1.0
dom-serializer: 2.0.0
domhandler: 5.0.3
- domutils: 3.1.0
+ domutils: 3.2.2
htmlparser2: 8.0.2
- parse5: 7.1.2
- parse5-htmlparser2-tree-adapter: 7.0.0
+ parse5: 7.3.0
+ parse5-htmlparser2-tree-adapter: 7.1.0
chokidar@3.6.0:
dependencies:
anymatch: 3.1.3
- braces: 3.0.2
+ braces: 3.0.3
glob-parent: 5.1.2
is-binary-path: 2.1.0
is-glob: 4.0.3
@@ -10506,6 +10766,10 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
+ chokidar@4.0.3:
+ dependencies:
+ readdirp: 4.1.2
+
chownr@1.1.4: {}
chrome-launcher@0.15.1:
@@ -10517,7 +10781,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- chrome-trace-event@1.0.3: {}
+ chrome-trace-event@1.0.4: {}
chrome-webstore-upload-cli@1.2.2:
dependencies:
@@ -10570,23 +10834,21 @@ snapshots:
code-red@1.0.4:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
- '@types/estree': 1.0.5
- acorn: 8.11.3
+ '@jridgewell/sourcemap-codec': 1.5.0
+ '@types/estree': 1.0.7
+ acorn: 8.14.1
estree-walker: 3.0.3
periscopic: 3.1.0
- codemirror@6.0.1(@lezer/common@1.2.1):
+ codemirror@6.0.1:
dependencies:
- '@codemirror/autocomplete': 6.16.0(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3)(@lezer/common@1.2.1)
- '@codemirror/commands': 6.5.0
- '@codemirror/language': 6.10.1
- '@codemirror/lint': 6.7.0
- '@codemirror/search': 6.5.6
- '@codemirror/state': 6.4.1
- '@codemirror/view': 6.26.3
- transitivePeerDependencies:
- - '@lezer/common'
+ '@codemirror/autocomplete': 6.18.6
+ '@codemirror/commands': 6.8.1
+ '@codemirror/language': 6.11.0
+ '@codemirror/lint': 6.8.5
+ '@codemirror/search': 6.5.10
+ '@codemirror/state': 6.5.2
+ '@codemirror/view': 6.36.6
color-convert@1.9.3:
dependencies:
@@ -10707,7 +10969,7 @@ snapshots:
cosmiconfig@7.0.0:
dependencies:
'@types/parse-json': 4.0.2
- import-fresh: 3.3.0
+ import-fresh: 3.3.1
parse-json: 5.2.0
path-type: 4.0.0
yaml: 1.10.2
@@ -10715,17 +10977,17 @@ snapshots:
cosmiconfig@7.1.0:
dependencies:
'@types/parse-json': 4.0.2
- import-fresh: 3.3.0
+ import-fresh: 3.3.1
parse-json: 5.2.0
path-type: 4.0.0
yaml: 1.10.2
- cosmiconfig@8.3.6(typescript@5.2.2):
+ cosmiconfig@9.0.0(typescript@5.2.2):
dependencies:
- import-fresh: 3.3.0
+ env-paths: 2.2.1
+ import-fresh: 3.3.1
js-yaml: 4.1.0
parse-json: 5.2.0
- path-type: 4.0.0
optionalDependencies:
typescript: 5.2.2
@@ -10733,7 +10995,7 @@ snapshots:
crelt@1.0.6: {}
- cross-spawn@7.0.3:
+ cross-spawn@7.0.6:
dependencies:
path-key: 3.1.1
shebang-command: 2.0.0
@@ -10760,7 +11022,7 @@ snapshots:
boolbase: 1.0.0
css-what: 6.1.0
domhandler: 5.0.3
- domutils: 3.1.0
+ domutils: 3.2.2
nth-check: 2.1.1
css-tree@1.1.3:
@@ -10771,7 +11033,7 @@ snapshots:
css-tree@2.3.1:
dependencies:
mdn-data: 2.0.30
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
css-what@6.1.0: {}
@@ -10797,9 +11059,13 @@ snapshots:
dependencies:
ms: 2.0.0
- debug@4.3.4:
+ debug@4.3.7:
dependencies:
- ms: 2.1.2
+ ms: 2.1.3
+
+ debug@4.4.0:
+ dependencies:
+ ms: 2.1.3
decamelize-keys@1.1.1:
dependencies:
@@ -10822,7 +11088,7 @@ snapshots:
deepcopy@2.1.0:
dependencies:
- type-detect: 4.0.8
+ type-detect: 4.1.0
deepmerge@4.3.1: {}
@@ -10834,9 +11100,9 @@ snapshots:
define-data-property@1.1.4:
dependencies:
- es-define-property: 1.0.0
+ es-define-property: 1.0.1
es-errors: 1.3.0
- gopd: 1.0.1
+ gopd: 1.2.0
define-lazy-prop@2.0.0: {}
@@ -10848,7 +11114,7 @@ snapshots:
detect-libc@1.0.3: {}
- detect-libc@2.0.3: {}
+ detect-libc@2.0.4: {}
detect-node-es@1.1.0: {}
@@ -10896,7 +11162,7 @@ snapshots:
domelementtype: 2.3.0
domhandler: 4.3.1
- domutils@3.1.0:
+ domutils@3.2.2:
dependencies:
dom-serializer: 2.0.0
domelementtype: 2.3.0
@@ -10916,13 +11182,19 @@ snapshots:
dotenv@8.6.0: {}
- dset@3.1.3: {}
+ dset@3.1.4: {}
dtrace-provider@0.8.8:
dependencies:
- nan: 2.19.0
+ nan: 2.22.2
optional: true
+ dunder-proto@1.0.1:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-errors: 1.3.0
+ gopd: 1.2.0
+
eastasianwidth@0.2.0: {}
ebnf@1.9.1: {}
@@ -10936,7 +11208,7 @@ snapshots:
dependencies:
safe-buffer: 5.2.1
- electron-to-chromium@1.4.745: {}
+ electron-to-chromium@1.5.142: {}
emoji-regex@8.0.0: {}
@@ -10963,12 +11235,16 @@ snapshots:
entities@4.5.0: {}
+ entities@6.0.0: {}
+
env-ci@5.5.0:
dependencies:
execa: 5.1.1
fromentries: 1.3.2
java-properties: 1.0.2
+ env-paths@2.2.1: {}
+
errno@0.1.8:
dependencies:
prr: 1.0.1
@@ -10984,12 +11260,14 @@ snapshots:
o3: 1.0.3
u3: 0.1.1
- es-define-property@1.0.0:
- dependencies:
- get-intrinsic: 1.2.4
+ es-define-property@1.0.1: {}
es-errors@1.3.0: {}
+ es-object-atoms@1.1.1:
+ dependencies:
+ es-errors: 1.3.0
+
es6-error@4.1.1: {}
es6-promisify@7.0.0: {}
@@ -11090,7 +11368,7 @@ snapshots:
'@esbuild/win32-ia32': 0.18.20
'@esbuild/win32-x64': 0.18.20
- escalade@3.1.2: {}
+ escalade@3.2.0: {}
escape-goat@4.0.0: {}
@@ -11100,9 +11378,9 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-plugin-no-unsanitized@4.0.2(eslint@8.56.0):
+ eslint-plugin-no-unsanitized@4.0.2(eslint@8.57.0):
dependencies:
- eslint: 8.56.0
+ eslint: 8.57.0
eslint-scope@7.2.2:
dependencies:
@@ -11111,26 +11389,28 @@ snapshots:
eslint-visitor-keys@3.4.3: {}
- eslint@8.56.0:
+ eslint-visitor-keys@4.0.0: {}
+
+ eslint@8.57.0:
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0)
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/eslint-utils': 4.6.1(eslint@8.57.0)
+ '@eslint-community/regexpp': 4.12.1
'@eslint/eslintrc': 2.1.4
- '@eslint/js': 8.56.0
+ '@eslint/js': 8.57.0
'@humanwhocodes/config-array': 0.11.14
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
- '@ungap/structured-clone': 1.2.0
+ '@ungap/structured-clone': 1.3.0
ajv: 6.12.6
chalk: 4.1.2
- cross-spawn: 7.0.3
- debug: 4.3.4
+ cross-spawn: 7.0.6
+ debug: 4.4.0
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 6.0.1
@@ -11138,7 +11418,7 @@ snapshots:
glob-parent: 6.0.2
globals: 13.24.0
graphemer: 1.4.0
- ignore: 5.3.1
+ ignore: 5.3.2
imurmurhash: 0.1.4
is-glob: 4.0.3
is-path-inside: 3.0.3
@@ -11148,21 +11428,27 @@ snapshots:
lodash.merge: 4.6.2
minimatch: 3.1.2
natural-compare: 1.4.0
- optionator: 0.9.3
+ optionator: 0.9.4
strip-ansi: 6.0.1
text-table: 0.2.0
transitivePeerDependencies:
- supports-color
+ espree@10.0.1:
+ dependencies:
+ acorn: 8.14.1
+ acorn-jsx: 5.3.2(acorn@8.14.1)
+ eslint-visitor-keys: 4.0.0
+
espree@9.6.1:
dependencies:
- acorn: 8.11.3
- acorn-jsx: 5.3.2(acorn@8.11.3)
+ acorn: 8.14.1
+ acorn-jsx: 5.3.2(acorn@8.14.1)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
- esquery@1.5.0:
+ esquery@1.6.0:
dependencies:
estraverse: 5.3.0
@@ -11176,7 +11462,7 @@ snapshots:
estree-walker@3.0.3:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.7
esutils@2.0.3: {}
@@ -11186,7 +11472,7 @@ snapshots:
execa@4.1.0:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
get-stream: 5.2.0
human-signals: 1.1.1
is-stream: 2.0.1
@@ -11198,7 +11484,7 @@ snapshots:
execa@5.1.1:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
get-stream: 6.0.1
human-signals: 2.1.0
is-stream: 2.0.1
@@ -11232,7 +11518,7 @@ snapshots:
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
fast-glob@3.3.2:
dependencies:
@@ -11240,7 +11526,15 @@ snapshots:
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
+
+ fast-glob@3.3.3:
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ '@nodelib/fs.walk': 1.2.8
+ glob-parent: 5.1.2
+ merge2: 1.4.1
+ micromatch: 4.0.8
fast-json-parse@1.0.3: {}
@@ -11252,9 +11546,9 @@ snapshots:
fast-redact@3.5.0: {}
- fastq@1.17.1:
+ fastq@1.19.1:
dependencies:
- reusify: 1.0.4
+ reusify: 1.1.0
fd-slicer@1.1.0:
dependencies:
@@ -11280,7 +11574,7 @@ snapshots:
dependencies:
flat-cache: 3.2.0
- fill-range@7.0.1:
+ fill-range@7.1.1:
dependencies:
to-regex-range: 5.0.1
@@ -11301,7 +11595,7 @@ snapshots:
firefox-profile@4.3.2:
dependencies:
- adm-zip: 0.5.12
+ adm-zip: 0.5.16
fs-extra: 9.0.1
ini: 2.0.0
minimist: 1.2.8
@@ -11311,11 +11605,11 @@ snapshots:
flat-cache@3.2.0:
dependencies:
- flatted: 3.3.1
+ flatted: 3.3.3
keyv: 4.5.4
rimraf: 3.0.2
- flatted@3.3.1: {}
+ flatted@3.3.3: {}
flow-bin@0.118.0: {}
@@ -11323,13 +11617,13 @@ snapshots:
dependencies:
tslib: 1.14.1
- focus-lock@1.3.5:
+ focus-lock@1.3.6:
dependencies:
- tslib: 2.6.2
+ tslib: 2.8.1
- foreground-child@3.1.1:
+ foreground-child@3.3.1:
dependencies:
- cross-spawn: 7.0.3
+ cross-spawn: 7.0.6
signal-exit: 4.1.0
forever-agent@0.6.1: {}
@@ -11346,13 +11640,15 @@ snapshots:
dependencies:
fetch-blob: 3.2.0
- fp-ts@2.16.7: {}
+ fp-ts@2.16.10: {}
- framer-motion@11.1.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
+ framer-motion@11.18.2(@emotion/is-prop-valid@1.3.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
dependencies:
- tslib: 2.6.2
+ motion-dom: 11.18.1
+ motion-utils: 11.18.1
+ tslib: 2.8.1
optionalDependencies:
- '@emotion/is-prop-valid': 1.2.2
+ '@emotion/is-prop-valid': 1.3.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -11409,15 +11705,20 @@ snapshots:
get-caller-file@2.0.5: {}
- get-intrinsic@1.2.4:
+ get-intrinsic@1.3.0:
dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-define-property: 1.0.1
es-errors: 1.3.0
+ es-object-atoms: 1.1.1
function-bind: 1.1.2
- has-proto: 1.0.3
- has-symbols: 1.0.3
+ get-proto: 1.0.1
+ gopd: 1.2.0
+ has-symbols: 1.1.0
hasown: 2.0.2
+ math-intrinsics: 1.1.0
- get-monorepo-packages@1.2.0:
+ get-monorepo-packages@1.3.0:
dependencies:
globby: 7.1.1
load-json-file: 4.0.0
@@ -11426,9 +11727,14 @@ snapshots:
get-port@7.0.0: {}
+ get-proto@1.0.1:
+ dependencies:
+ dunder-proto: 1.0.1
+ es-object-atoms: 1.1.1
+
get-stream@5.2.0:
dependencies:
- pump: 3.0.0
+ pump: 3.0.2
get-stream@6.0.1: {}
@@ -11440,8 +11746,8 @@ snapshots:
gitlog@4.0.8:
dependencies:
- debug: 4.3.4
- tslib: 2.6.2
+ debug: 4.4.0
+ tslib: 2.8.1
transitivePeerDependencies:
- supports-color
@@ -11455,21 +11761,22 @@ snapshots:
glob-to-regexp@0.4.1: {}
- glob@10.3.10:
+ glob@10.4.1:
dependencies:
- foreground-child: 3.1.1
- jackspeak: 2.3.6
- minimatch: 9.0.4
- minipass: 7.0.4
- path-scurry: 1.10.2
+ foreground-child: 3.3.1
+ jackspeak: 3.4.3
+ minimatch: 9.0.5
+ minipass: 7.1.2
+ path-scurry: 1.11.1
- glob@10.3.12:
+ glob@10.4.5:
dependencies:
- foreground-child: 3.1.1
- jackspeak: 2.3.6
- minimatch: 9.0.4
- minipass: 7.0.4
- path-scurry: 1.10.2
+ foreground-child: 3.3.1
+ jackspeak: 3.4.3
+ minimatch: 9.0.5
+ minipass: 7.1.2
+ package-json-from-dist: 1.0.1
+ path-scurry: 1.11.1
glob@6.0.4:
dependencies:
@@ -11504,7 +11811,7 @@ snapshots:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.3.2
- ignore: 5.3.1
+ ignore: 5.2.4
merge2: 1.4.1
slash: 3.0.0
@@ -11517,9 +11824,7 @@ snapshots:
pify: 3.0.0
slash: 1.0.0
- gopd@1.0.1:
- dependencies:
- get-intrinsic: 1.2.4
+ gopd@1.2.0: {}
got@11.5.2:
dependencies:
@@ -11573,9 +11878,9 @@ snapshots:
graphql-import-macro@1.0.0:
dependencies:
- graphql: 15.8.0
+ graphql: 15.10.1
- graphql@15.8.0: {}
+ graphql@15.10.1: {}
growly@1.3.0: {}
@@ -11596,11 +11901,9 @@ snapshots:
has-property-descriptors@1.0.2:
dependencies:
- es-define-property: 1.0.0
-
- has-proto@1.0.3: {}
+ es-define-property: 1.0.1
- has-symbols@1.0.3: {}
+ has-symbols@1.1.0: {}
has-yarn@3.0.0: {}
@@ -11614,14 +11917,13 @@ snapshots:
hosted-git-info@2.8.9: {}
- htmlnano@2.1.0(postcss@8.4.38)(srcset@4.0.0)(svgo@2.8.0)(typescript@5.2.2):
+ htmlnano@2.1.1(postcss@8.5.3)(svgo@2.8.0)(typescript@5.2.2):
dependencies:
- cosmiconfig: 8.3.6(typescript@5.2.2)
+ cosmiconfig: 9.0.0(typescript@5.2.2)
posthtml: 0.16.6
timsort: 0.3.0
optionalDependencies:
- postcss: 8.4.38
- srcset: 4.0.0
+ postcss: 8.5.3
svgo: 2.8.0
transitivePeerDependencies:
- typescript
@@ -11637,7 +11939,7 @@ snapshots:
dependencies:
domelementtype: 2.3.0
domhandler: 5.0.3
- domutils: 3.1.0
+ domutils: 3.2.2
entities: 4.5.0
http-cache-semantics@4.1.1: {}
@@ -11661,7 +11963,7 @@ snapshots:
https-proxy-agent@5.0.1:
dependencies:
agent-base: 6.0.2
- debug: 4.3.4
+ debug: 4.4.0
transitivePeerDependencies:
- supports-color
@@ -11684,7 +11986,7 @@ snapshots:
ignore@5.2.4: {}
- ignore@5.3.1: {}
+ ignore@5.3.2: {}
image-size@0.5.5:
optional: true
@@ -11695,9 +11997,9 @@ snapshots:
immediate@3.0.6: {}
- immer@10.0.4: {}
+ immer@10.1.1: {}
- immutable@4.3.5: {}
+ immutable@5.1.1: {}
import-cwd@3.0.0:
dependencies:
@@ -11708,6 +12010,11 @@ snapshots:
parent-module: 1.0.1
resolve-from: 4.0.0
+ import-fresh@3.3.1:
+ dependencies:
+ parent-module: 1.0.1
+ resolve-from: 4.0.0
+
import-from@3.0.0:
dependencies:
resolve-from: 5.0.0
@@ -11731,7 +12038,7 @@ snapshots:
inquirer@9.2.12:
dependencies:
- '@ljharb/through': 2.3.13
+ '@ljharb/through': 2.3.14
ansi-escapes: 4.3.2
chalk: 5.3.0
cli-cursor: 3.1.0
@@ -11742,22 +12049,18 @@ snapshots:
mute-stream: 1.0.0
ora: 5.4.1
run-async: 3.0.0
- rxjs: 7.8.1
+ rxjs: 7.8.2
string-width: 4.2.3
strip-ansi: 6.0.1
wrap-ansi: 6.2.0
install@0.13.0: {}
- invariant@2.2.4:
- dependencies:
- loose-envify: 1.4.0
-
invert-kv@3.0.1: {}
- io-ts@2.2.21(fp-ts@2.16.7):
+ io-ts@2.2.22(fp-ts@2.16.10):
dependencies:
- fp-ts: 2.16.7
+ fp-ts: 2.16.10
is-absolute@0.1.7:
dependencies:
@@ -11775,7 +12078,7 @@ snapshots:
dependencies:
ci-info: 3.9.0
- is-core-module@2.13.1:
+ is-core-module@2.16.1:
dependencies:
hasown: 2.0.2
@@ -11814,9 +12117,9 @@ snapshots:
is-plain-object@5.0.0: {}
- is-reference@3.0.2:
+ is-reference@3.0.3:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.7
is-relative@0.1.3: {}
@@ -11850,7 +12153,7 @@ snapshots:
isstream@0.1.2: {}
- jackspeak@2.3.6:
+ jackspeak@3.4.3:
dependencies:
'@isaacs/cliui': 8.0.2
optionalDependencies:
@@ -11872,7 +12175,7 @@ snapshots:
jsbn@0.1.1: {}
- jsesc@2.5.2: {}
+ jsesc@3.1.0: {}
json-buffer@3.0.1: {}
@@ -11886,7 +12189,7 @@ snapshots:
json-schema-to-ts@2.9.2:
dependencies:
- '@babel/runtime': 7.24.4
+ '@babel/runtime': 7.27.0
'@types/json-schema': 7.0.15
ts-algebra: 1.2.2
@@ -11917,7 +12220,7 @@ snapshots:
jws: 3.2.2
lodash: 4.17.21
ms: 2.1.3
- semver: 7.6.0
+ semver: 7.7.1
jsprim@1.4.2:
dependencies:
@@ -11958,11 +12261,11 @@ snapshots:
dependencies:
invert-kv: 3.0.1
- less@4.2.0:
+ less@4.3.0:
dependencies:
copy-anything: 2.0.6
parse-node-version: 1.0.1
- tslib: 2.6.2
+ tslib: 2.8.1
optionalDependencies:
errno: 0.1.8
graceful-fs: 4.2.11
@@ -11972,6 +12275,8 @@ snapshots:
needle: 3.3.1
source-map: 0.6.1
+ leven@3.1.0: {}
+
levn@0.4.1:
dependencies:
prelude-ls: 1.2.1
@@ -11984,62 +12289,65 @@ snapshots:
lighthouse-logger@1.4.2:
dependencies:
debug: 2.6.9
- marky: 1.2.5
+ marky: 1.3.0
transitivePeerDependencies:
- supports-color
lightningcss-darwin-arm64@1.21.7:
optional: true
- lightningcss-darwin-arm64@1.24.1:
+ lightningcss-darwin-arm64@1.29.3:
optional: true
lightningcss-darwin-x64@1.21.7:
optional: true
- lightningcss-darwin-x64@1.24.1:
+ lightningcss-darwin-x64@1.29.3:
optional: true
lightningcss-freebsd-x64@1.21.7:
optional: true
- lightningcss-freebsd-x64@1.24.1:
+ lightningcss-freebsd-x64@1.29.3:
optional: true
lightningcss-linux-arm-gnueabihf@1.21.7:
optional: true
- lightningcss-linux-arm-gnueabihf@1.24.1:
+ lightningcss-linux-arm-gnueabihf@1.29.3:
optional: true
lightningcss-linux-arm64-gnu@1.21.7:
optional: true
- lightningcss-linux-arm64-gnu@1.24.1:
+ lightningcss-linux-arm64-gnu@1.29.3:
optional: true
lightningcss-linux-arm64-musl@1.21.7:
optional: true
- lightningcss-linux-arm64-musl@1.24.1:
+ lightningcss-linux-arm64-musl@1.29.3:
optional: true
lightningcss-linux-x64-gnu@1.21.7:
optional: true
- lightningcss-linux-x64-gnu@1.24.1:
+ lightningcss-linux-x64-gnu@1.29.3:
optional: true
lightningcss-linux-x64-musl@1.21.7:
optional: true
- lightningcss-linux-x64-musl@1.24.1:
+ lightningcss-linux-x64-musl@1.29.3:
+ optional: true
+
+ lightningcss-win32-arm64-msvc@1.29.3:
optional: true
lightningcss-win32-x64-msvc@1.21.7:
optional: true
- lightningcss-win32-x64-msvc@1.24.1:
+ lightningcss-win32-x64-msvc@1.29.3:
optional: true
lightningcss@1.21.7:
@@ -12056,21 +12364,22 @@ snapshots:
lightningcss-linux-x64-musl: 1.21.7
lightningcss-win32-x64-msvc: 1.21.7
- lightningcss@1.24.1:
+ lightningcss@1.29.3:
dependencies:
- detect-libc: 1.0.3
+ detect-libc: 2.0.4
optionalDependencies:
- lightningcss-darwin-arm64: 1.24.1
- lightningcss-darwin-x64: 1.24.1
- lightningcss-freebsd-x64: 1.24.1
- lightningcss-linux-arm-gnueabihf: 1.24.1
- lightningcss-linux-arm64-gnu: 1.24.1
- lightningcss-linux-arm64-musl: 1.24.1
- lightningcss-linux-x64-gnu: 1.24.1
- lightningcss-linux-x64-musl: 1.24.1
- lightningcss-win32-x64-msvc: 1.24.1
-
- lilconfig@3.1.1: {}
+ lightningcss-darwin-arm64: 1.29.3
+ lightningcss-darwin-x64: 1.29.3
+ lightningcss-freebsd-x64: 1.29.3
+ lightningcss-linux-arm-gnueabihf: 1.29.3
+ lightningcss-linux-arm64-gnu: 1.29.3
+ lightningcss-linux-arm64-musl: 1.29.3
+ lightningcss-linux-x64-gnu: 1.29.3
+ lightningcss-linux-x64-musl: 1.29.3
+ lightningcss-win32-arm64-msvc: 1.29.3
+ lightningcss-win32-x64-msvc: 1.29.3
+
+ lilconfig@3.1.3: {}
lines-and-columns@1.2.4: {}
@@ -12078,10 +12387,10 @@ snapshots:
lmdb@2.5.2:
dependencies:
- msgpackr: 1.10.1
+ msgpackr: 1.11.2
node-addon-api: 4.3.0
node-gyp-build-optional-packages: 5.0.3
- ordered-binary: 1.5.1
+ ordered-binary: 1.5.3
weak-lru-cache: 1.2.2
optionalDependencies:
'@lmdb/lmdb-darwin-arm64': 2.5.2
@@ -12096,7 +12405,7 @@ snapshots:
msgpackr: 1.8.5
node-addon-api: 4.3.0
node-gyp-build-optional-packages: 5.0.6
- ordered-binary: 1.5.1
+ ordered-binary: 1.5.3
weak-lru-cache: 1.2.2
optionalDependencies:
'@lmdb/lmdb-darwin-arm64': 2.7.11
@@ -12158,7 +12467,7 @@ snapshots:
lowercase-keys@3.0.0: {}
- lru-cache@10.2.0: {}
+ lru-cache@10.4.3: {}
lru-cache@5.1.1:
dependencies:
@@ -12168,9 +12477,9 @@ snapshots:
dependencies:
yallist: 4.0.0
- magic-string@0.30.10:
+ magic-string@0.30.17:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
make-dir@2.1.0:
dependencies:
@@ -12188,7 +12497,9 @@ snapshots:
map-obj@2.0.0: {}
- marky@1.2.5: {}
+ marky@1.3.0: {}
+
+ math-intrinsics@1.1.0: {}
mdn-data@2.0.14: {}
@@ -12220,9 +12531,9 @@ snapshots:
merge2@1.4.1: {}
- micromatch@4.0.5:
+ micromatch@4.0.8:
dependencies:
- braces: 3.0.2
+ braces: 3.0.3
picomatch: 2.3.1
mime-db@1.52.0: {}
@@ -12248,7 +12559,7 @@ snapshots:
dependencies:
brace-expansion: 1.1.11
- minimatch@9.0.4:
+ minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
@@ -12259,7 +12570,7 @@ snapshots:
minimist@1.2.8: {}
- minipass@7.0.4: {}
+ minipass@7.1.2: {}
mkdirp-classic@0.5.3: {}
@@ -12277,31 +12588,35 @@ snapshots:
moment@2.30.1:
optional: true
- ms@2.0.0: {}
+ motion-dom@11.18.1:
+ dependencies:
+ motion-utils: 11.18.1
- ms@2.1.2: {}
+ motion-utils@11.18.1: {}
+
+ ms@2.0.0: {}
ms@2.1.3: {}
- msgpackr-extract@3.0.2:
+ msgpackr-extract@3.0.3:
dependencies:
- node-gyp-build-optional-packages: 5.0.7
+ node-gyp-build-optional-packages: 5.2.2
optionalDependencies:
- '@msgpackr-extract/msgpackr-extract-darwin-arm64': 3.0.2
- '@msgpackr-extract/msgpackr-extract-darwin-x64': 3.0.2
- '@msgpackr-extract/msgpackr-extract-linux-arm': 3.0.2
- '@msgpackr-extract/msgpackr-extract-linux-arm64': 3.0.2
- '@msgpackr-extract/msgpackr-extract-linux-x64': 3.0.2
- '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.2
+ '@msgpackr-extract/msgpackr-extract-darwin-arm64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-darwin-x64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-linux-arm': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-linux-arm64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-linux-x64': 3.0.3
+ '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.3
optional: true
- msgpackr@1.10.1:
+ msgpackr@1.11.2:
optionalDependencies:
- msgpackr-extract: 3.0.2
+ msgpackr-extract: 3.0.3
msgpackr@1.8.5:
optionalDependencies:
- msgpackr-extract: 3.0.2
+ msgpackr-extract: 3.0.3
multimatch@6.0.0:
dependencies:
@@ -12325,12 +12640,12 @@ snapshots:
object-assign: 4.1.1
thenify-all: 1.6.0
- nan@2.19.0:
+ nan@2.22.2:
optional: true
- nanoid@3.3.7: {}
+ nanoid@3.3.11: {}
- napi-build-utils@1.0.2: {}
+ napi-build-utils@2.0.0: {}
natural-compare@1.4.0: {}
@@ -12340,20 +12655,20 @@ snapshots:
needle@3.3.1:
dependencies:
iconv-lite: 0.6.3
- sax: 1.3.0
+ sax: 1.4.1
optional: true
nested-error-stacks@2.0.1: {}
- node-abi@3.60.0:
+ node-abi@3.74.0:
dependencies:
- semver: 7.6.0
+ semver: 7.5.4
node-addon-api@4.3.0: {}
node-addon-api@6.1.0: {}
- node-addon-api@7.1.0: {}
+ node-addon-api@7.1.1: {}
node-domexception@1.0.0: {}
@@ -12361,10 +12676,6 @@ snapshots:
dependencies:
whatwg-url: 5.0.0
- node-fetch@2.7.0:
- dependencies:
- whatwg-url: 5.0.0
-
node-fetch@3.3.1:
dependencies:
data-uri-to-buffer: 4.0.1
@@ -12377,26 +12688,28 @@ snapshots:
node-gyp-build-optional-packages@5.0.6: {}
- node-gyp-build-optional-packages@5.0.7:
+ node-gyp-build-optional-packages@5.2.2:
+ dependencies:
+ detect-libc: 2.0.4
optional: true
node-notifier@10.0.1:
dependencies:
growly: 1.3.0
is-wsl: 2.2.0
- semver: 7.6.0
+ semver: 7.7.1
shellwords: 0.1.1
uuid: 8.3.2
which: 2.0.2
node-object-hash@3.0.0: {}
- node-releases@2.0.14: {}
+ node-releases@2.0.19: {}
normalize-package-data@2.5.0:
dependencies:
hosted-git-info: 2.8.9
- resolve: 1.22.8
+ resolve: 1.22.10
semver: 5.7.2
validate-npm-package-license: 3.0.4
@@ -12410,7 +12723,7 @@ snapshots:
dependencies:
path-key: 3.1.1
- npm@10.8.1: {}
+ npm@10.9.2: {}
nth-check@2.1.1:
dependencies:
@@ -12446,14 +12759,14 @@ snapshots:
is-docker: 2.2.1
is-wsl: 2.2.0
- optionator@0.9.3:
+ optionator@0.9.4:
dependencies:
- '@aashutoshrathi/word-wrap': 1.2.6
deep-is: 0.1.4
fast-levenshtein: 2.0.6
levn: 0.4.1
prelude-ls: 1.2.1
type-check: 0.4.0
+ word-wrap: 1.2.5
ora@0.2.3:
dependencies:
@@ -12474,7 +12787,7 @@ snapshots:
strip-ansi: 6.0.1
wcwidth: 1.0.1
- ordered-binary@1.5.1: {}
+ ordered-binary@1.5.3: {}
os-homedir@1.0.2: {}
@@ -12516,12 +12829,14 @@ snapshots:
p-try@1.0.0: {}
+ package-json-from-dist@1.0.1: {}
+
package-json@8.1.1:
dependencies:
got: 12.6.1
- registry-auth-token: 5.0.2
+ registry-auth-token: 5.1.0
registry-url: 6.0.1
- semver: 7.6.0
+ semver: 7.5.4
pako@1.0.11: {}
@@ -12542,14 +12857,14 @@ snapshots:
parse-json@5.2.0:
dependencies:
- '@babel/code-frame': 7.24.2
+ '@babel/code-frame': 7.26.2
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
parse-json@6.0.2:
dependencies:
- '@babel/code-frame': 7.24.2
+ '@babel/code-frame': 7.26.2
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 2.0.4
@@ -12558,14 +12873,14 @@ snapshots:
parse-node-version@1.0.1: {}
- parse5-htmlparser2-tree-adapter@7.0.0:
+ parse5-htmlparser2-tree-adapter@7.1.0:
dependencies:
domhandler: 5.0.3
- parse5: 7.1.2
+ parse5: 7.3.0
- parse5@7.1.2:
+ parse5@7.3.0:
dependencies:
- entities: 4.5.0
+ entities: 6.0.0
parsimmon@1.18.1: {}
@@ -12579,10 +12894,10 @@ snapshots:
path-parse@1.0.7: {}
- path-scurry@1.10.2:
+ path-scurry@1.11.1:
dependencies:
- lru-cache: 10.2.0
- minipass: 7.0.4
+ lru-cache: 10.4.3
+ minipass: 7.1.2
path-type@3.0.0:
dependencies:
@@ -12596,11 +12911,11 @@ snapshots:
periscopic@3.1.0:
dependencies:
- '@types/estree': 1.0.5
+ '@types/estree': 1.0.7
estree-walker: 3.0.3
- is-reference: 3.0.2
+ is-reference: 3.0.3
- picocolors@1.0.0: {}
+ picocolors@1.1.1: {}
picomatch@2.3.1: {}
@@ -12613,35 +12928,35 @@ snapshots:
pify@6.1.0: {}
- pino-abstract-transport@1.1.0:
+ pino-abstract-transport@1.2.0:
dependencies:
- readable-stream: 4.5.2
+ readable-stream: 4.7.0
split2: 4.2.0
pino-std-serializers@6.2.2: {}
- pino@8.17.2:
+ pino@8.20.0:
dependencies:
atomic-sleep: 1.0.0
fast-redact: 3.5.0
on-exit-leak-free: 2.1.2
- pino-abstract-transport: 1.1.0
+ pino-abstract-transport: 1.2.0
pino-std-serializers: 6.2.2
process-warning: 3.0.0
quick-format-unescaped: 4.0.4
real-require: 0.2.0
- safe-stable-stringify: 2.4.3
+ safe-stable-stringify: 2.5.0
sonic-boom: 3.8.1
- thread-stream: 2.6.0
+ thread-stream: 2.7.0
- pirates@4.0.6: {}
+ pirates@4.0.7: {}
pkg-conf@2.1.0:
dependencies:
find-up: 2.1.0
load-json-file: 4.0.0
- plasmo@0.84.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/helpers@0.5.10)(lodash@4.17.21)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(srcset@4.0.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)):
+ plasmo@0.84.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@swc/helpers@0.5.17)(lodash@4.17.21)(postcss@8.5.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)):
dependencies:
'@expo/spawn-async': 1.7.2
'@parcel/core': 2.9.3
@@ -12649,7 +12964,7 @@ snapshots:
'@parcel/package-manager': 2.9.3(@parcel/core@2.9.3)
'@parcel/watcher': 2.2.0
'@plasmohq/init': 0.7.0
- '@plasmohq/parcel-config': 0.40.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(@swc/helpers@0.5.10)(lodash@4.17.21)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(srcset@4.0.0)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2)
+ '@plasmohq/parcel-config': 0.40.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(@swc/helpers@0.5.17)(lodash@4.17.21)(postcss@8.5.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2)
'@plasmohq/parcel-core': 0.1.8
buffer: 6.0.3
chalk: 5.3.0
@@ -12679,6 +12994,7 @@ snapshots:
- arc-templates
- atpl
- babel-core
+ - bare-buffer
- bracket-template
- coffeescript
- cssnano
@@ -12732,27 +13048,21 @@ snapshots:
- walrus
- whiskers
- postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)):
+ postcss-load-config@4.0.2(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)):
dependencies:
- lilconfig: 3.1.1
- yaml: 2.4.1
+ lilconfig: 3.1.3
+ yaml: 2.7.1
optionalDependencies:
- postcss: 8.4.38
- ts-node: 10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2)
+ postcss: 8.5.3
+ ts-node: 10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2)
postcss-value-parser@4.2.0: {}
- postcss@8.4.33:
+ postcss@8.5.3:
dependencies:
- nanoid: 3.3.7
- picocolors: 1.0.0
- source-map-js: 1.2.0
-
- postcss@8.4.38:
- dependencies:
- nanoid: 3.3.7
- picocolors: 1.0.0
- source-map-js: 1.2.0
+ nanoid: 3.3.11
+ picocolors: 1.1.1
+ source-map-js: 1.2.1
posthtml-parser@0.10.2:
dependencies:
@@ -12771,19 +13081,19 @@ snapshots:
posthtml-parser: 0.11.0
posthtml-render: 3.0.0
- prebuild-install@7.1.2:
+ prebuild-install@7.1.3:
dependencies:
- detect-libc: 2.0.3
+ detect-libc: 2.0.4
expand-template: 2.0.3
github-from-package: 0.0.0
minimist: 1.2.8
mkdirp-classic: 0.5.3
- napi-build-utils: 1.0.2
- node-abi: 3.60.0
- pump: 3.0.0
+ napi-build-utils: 2.0.0
+ node-abi: 3.74.0
+ pump: 3.0.2
rc: 1.2.8
simple-get: 4.0.1
- tar-fs: 2.1.1
+ tar-fs: 2.1.2
tunnel-agent: 0.6.0
prelude-ls@1.2.1: {}
@@ -12815,11 +13125,11 @@ snapshots:
prr@1.0.1:
optional: true
- psl@1.9.0: {}
-
- pubsub-js@1.9.4: {}
+ psl@1.15.0:
+ dependencies:
+ punycode: 2.3.1
- pump@3.0.0:
+ pump@3.0.2:
dependencies:
end-of-stream: 1.4.4
once: 1.4.0
@@ -12834,8 +13144,6 @@ snapshots:
queue-microtask@1.2.3: {}
- queue-tick@1.0.1: {}
-
queue@6.0.2:
dependencies:
inherits: 2.0.4
@@ -12853,9 +13161,9 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-clientside-effect@1.2.6(react@18.2.0):
+ react-clientside-effect@1.2.7(react@18.2.0):
dependencies:
- '@babel/runtime': 7.24.4
+ '@babel/runtime': 7.27.0
react: 18.2.0
react-copy-to-clipboard@5.1.0(react@18.2.0):
@@ -12868,16 +13176,16 @@ snapshots:
dependencies:
loose-envify: 1.4.0
react: 18.2.0
- scheduler: 0.23.0
+ scheduler: 0.23.2
react-error-boundary@3.1.4(react@18.2.0):
dependencies:
- '@babel/runtime': 7.15.4
+ '@babel/runtime': 7.27.0
react: 18.2.0
- react-error-boundary@4.0.13(react@18.2.0):
+ react-error-boundary@4.1.2(react@18.2.0):
dependencies:
- '@babel/runtime': 7.24.4
+ '@babel/runtime': 7.27.0
react: 18.2.0
react-error-overlay@6.0.9: {}
@@ -12890,21 +13198,21 @@ snapshots:
memoize-one: 3.1.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
- react-window: 1.8.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
+ react-window: 1.8.11(react-dom@18.2.0(react@18.2.0))(react@18.2.0)
react-flatten-children@1.1.2: {}
- react-focus-lock@2.12.1(@types/react@18.3.1)(react@18.2.0):
+ react-focus-lock@2.13.6(@types/react@18.3.20)(react@18.2.0):
dependencies:
- '@babel/runtime': 7.24.4
- focus-lock: 1.3.5
+ '@babel/runtime': 7.27.0
+ focus-lock: 1.3.6
prop-types: 15.8.1
react: 18.2.0
- react-clientside-effect: 1.2.6(react@18.2.0)
- use-callback-ref: 1.3.2(@types/react@18.3.1)(react@18.2.0)
- use-sidecar: 1.1.2(@types/react@18.3.1)(react@18.2.0)
+ react-clientside-effect: 1.2.7(react@18.2.0)
+ use-callback-ref: 1.3.3(@types/react@18.3.20)(react@18.2.0)
+ use-sidecar: 1.1.3(@types/react@18.3.20)(react@18.2.0)
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
react-is@16.13.1: {}
@@ -12915,7 +13223,7 @@ snapshots:
react: 18.2.0
react-flatten-children: 1.1.2
react-reconciler: 0.26.2(react@18.2.0)
- source-map-js: 1.2.0
+ source-map-js: 1.2.1
react-merge-refs@1.1.0: {}
@@ -12930,37 +13238,36 @@ snapshots:
react-refresh@0.9.0: {}
- react-remove-scroll-bar@2.3.6(@types/react@18.3.1)(react@18.2.0):
+ react-remove-scroll-bar@2.3.8(@types/react@18.3.20)(react@18.2.0):
dependencies:
react: 18.2.0
- react-style-singleton: 2.2.1(@types/react@18.3.1)(react@18.2.0)
- tslib: 2.6.2
+ react-style-singleton: 2.2.3(@types/react@18.3.20)(react@18.2.0)
+ tslib: 2.8.1
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
- react-remove-scroll@2.5.9(@types/react@18.3.1)(react@18.2.0):
+ react-remove-scroll@2.6.3(@types/react@18.3.20)(react@18.2.0):
dependencies:
react: 18.2.0
- react-remove-scroll-bar: 2.3.6(@types/react@18.3.1)(react@18.2.0)
- react-style-singleton: 2.2.1(@types/react@18.3.1)(react@18.2.0)
- tslib: 2.6.2
- use-callback-ref: 1.3.2(@types/react@18.3.1)(react@18.2.0)
- use-sidecar: 1.1.2(@types/react@18.3.1)(react@18.2.0)
+ react-remove-scroll-bar: 2.3.8(@types/react@18.3.20)(react@18.2.0)
+ react-style-singleton: 2.2.3(@types/react@18.3.20)(react@18.2.0)
+ tslib: 2.8.1
+ use-callback-ref: 1.3.3(@types/react@18.3.20)(react@18.2.0)
+ use-sidecar: 1.1.3(@types/react@18.3.20)(react@18.2.0)
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
- react-style-singleton@2.2.1(@types/react@18.3.1)(react@18.2.0):
+ react-style-singleton@2.2.3(@types/react@18.3.20)(react@18.2.0):
dependencies:
get-nonce: 1.0.1
- invariant: 2.2.4
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
- react-window@1.8.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
+ react-window@1.8.11(react-dom@18.2.0(react@18.2.0))(react@18.2.0):
dependencies:
- '@babel/runtime': 7.24.4
+ '@babel/runtime': 7.27.0
memoize-one: 3.1.1
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
@@ -12996,7 +13303,7 @@ snapshots:
string_decoder: 1.3.0
util-deprecate: 1.0.2
- readable-stream@4.5.2:
+ readable-stream@4.7.0:
dependencies:
abort-controller: 3.0.0
buffer: 6.0.3
@@ -13008,6 +13315,8 @@ snapshots:
dependencies:
picomatch: 2.3.1
+ readdirp@4.1.2: {}
+
real-require@0.2.0: {}
recursive-readdir@2.2.3:
@@ -13025,9 +13334,9 @@ snapshots:
regenerator-runtime@0.14.1: {}
- registry-auth-token@5.0.2:
+ registry-auth-token@5.1.0:
dependencies:
- '@pnpm/npm-conf': 2.2.2
+ '@pnpm/npm-conf': 2.3.1
registry-url@5.1.0:
dependencies:
@@ -13047,7 +13356,7 @@ snapshots:
request@2.88.2:
dependencies:
aws-sign2: 0.7.0
- aws4: 1.12.0
+ aws4: 1.13.2
caseless: 0.12.0
combined-stream: 1.0.8
extend: 3.0.2
@@ -13083,9 +13392,9 @@ snapshots:
resolve-from@5.0.0: {}
- resolve@1.22.8:
+ resolve@1.22.10:
dependencies:
- is-core-module: 2.13.1
+ is-core-module: 2.16.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -13111,7 +13420,7 @@ snapshots:
onetime: 5.1.2
signal-exit: 3.0.7
- reusify@1.0.4: {}
+ reusify@1.1.0: {}
rimraf@2.4.5:
dependencies:
@@ -13122,7 +13431,7 @@ snapshots:
dependencies:
glob: 7.2.3
- rollup@3.29.4:
+ rollup@3.29.5:
optionalDependencies:
fsevents: 2.3.3
@@ -13132,9 +13441,9 @@ snapshots:
dependencies:
queue-microtask: 1.2.3
- rxjs@7.8.1:
+ rxjs@7.8.2:
dependencies:
- tslib: 2.6.2
+ tslib: 2.8.1
safe-buffer@5.1.2: {}
@@ -13143,30 +13452,32 @@ snapshots:
safe-json-stringify@1.2.0:
optional: true
- safe-stable-stringify@2.4.3: {}
+ safe-stable-stringify@2.5.0: {}
safer-buffer@2.1.2: {}
- sass@1.75.0:
+ sass@1.87.0:
dependencies:
- chokidar: 3.6.0
- immutable: 4.3.5
- source-map-js: 1.2.0
+ chokidar: 4.0.3
+ immutable: 5.1.1
+ source-map-js: 1.2.1
+ optionalDependencies:
+ '@parcel/watcher': 2.5.1
- sax@1.3.0: {}
+ sax@1.4.1: {}
scheduler@0.20.2:
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
- scheduler@0.23.0:
+ scheduler@0.23.2:
dependencies:
loose-envify: 1.4.0
semver-diff@4.0.0:
dependencies:
- semver: 7.6.0
+ semver: 7.7.1
semver@5.7.2: {}
@@ -13176,19 +13487,17 @@ snapshots:
dependencies:
lru-cache: 6.0.0
- semver@7.6.0:
- dependencies:
- lru-cache: 6.0.0
+ semver@7.6.2: {}
- semver@7.6.3: {}
+ semver@7.7.1: {}
set-function-length@1.2.2:
dependencies:
define-data-property: 1.1.4
es-errors: 1.3.0
function-bind: 1.1.2
- get-intrinsic: 1.2.4
- gopd: 1.0.1
+ get-intrinsic: 1.3.0
+ gopd: 1.2.0
has-property-descriptors: 1.0.2
setimmediate@1.0.5: {}
@@ -13201,19 +13510,21 @@ snapshots:
sharp@0.32.6:
dependencies:
color: 4.2.3
- detect-libc: 2.0.3
+ detect-libc: 2.0.4
node-addon-api: 6.1.0
- prebuild-install: 7.1.2
- semver: 7.6.0
+ prebuild-install: 7.1.3
+ semver: 7.5.4
simple-get: 4.0.1
- tar-fs: 3.0.5
+ tar-fs: 3.0.8
tunnel-agent: 0.6.0
+ transitivePeerDependencies:
+ - bare-buffer
sharp@0.33.5:
dependencies:
color: 4.2.3
- detect-libc: 2.0.3
- semver: 7.6.3
+ detect-libc: 2.0.4
+ semver: 7.7.1
optionalDependencies:
'@img/sharp-darwin-arm64': 0.33.5
'@img/sharp-darwin-x64': 0.33.5
@@ -13290,7 +13601,7 @@ snapshots:
sorted-array@2.0.4: {}
- source-map-js@1.2.0: {}
+ source-map-js@1.2.1: {}
source-map-support@0.5.21:
dependencies:
@@ -13313,16 +13624,16 @@ snapshots:
spdx-correct@3.2.0:
dependencies:
spdx-expression-parse: 3.0.1
- spdx-license-ids: 3.0.18
+ spdx-license-ids: 3.0.21
spdx-exceptions@2.5.0: {}
spdx-expression-parse@3.0.1:
dependencies:
spdx-exceptions: 2.5.0
- spdx-license-ids: 3.0.18
+ spdx-license-ids: 3.0.21
- spdx-license-ids@3.0.18: {}
+ spdx-license-ids@3.0.21: {}
split2@4.2.0: {}
@@ -13356,12 +13667,12 @@ snapshots:
end-of-stream: 1.4.4
stream-to-array: 2.3.0
- streamx@2.16.1:
+ streamx@2.22.0:
dependencies:
fast-fifo: 1.3.2
- queue-tick: 1.0.1
+ text-decoder: 1.2.3
optionalDependencies:
- bare-events: 2.2.2
+ bare-events: 2.5.4
string-width@4.2.3:
dependencies:
@@ -13393,7 +13704,7 @@ snapshots:
strip-ansi@7.1.0:
dependencies:
- ansi-regex: 6.0.1
+ ansi-regex: 6.1.0
strip-bom-buf@2.0.0:
dependencies:
@@ -13424,12 +13735,12 @@ snapshots:
sucrase@3.35.0:
dependencies:
- '@jridgewell/gen-mapping': 0.3.5
+ '@jridgewell/gen-mapping': 0.3.8
commander: 4.1.1
- glob: 10.3.12
+ glob: 10.4.5
lines-and-columns: 1.2.4
mz: 2.7.0
- pirates: 4.0.6
+ pirates: 4.0.7
ts-interface-checker: 0.1.13
supports-color@2.0.0: {}
@@ -13452,17 +13763,17 @@ snapshots:
svelte@4.0.1:
dependencies:
'@ampproject/remapping': 2.3.0
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
- acorn: 8.11.3
- aria-query: 5.3.0
- axobject-query: 3.2.1
+ acorn: 8.14.1
+ aria-query: 5.3.2
+ axobject-query: 3.2.4
code-red: 1.0.4
css-tree: 2.3.1
estree-walker: 3.0.3
- is-reference: 3.0.2
+ is-reference: 3.0.3
locate-character: 3.0.0
- magic-string: 0.30.10
+ magic-string: 0.30.17
periscopic: 3.1.0
svg-parser@2.0.4: {}
@@ -13474,7 +13785,7 @@ snapshots:
css-select: 4.3.0
css-tree: 1.1.3
csso: 4.2.0
- picocolors: 1.0.0
+ picocolors: 1.1.1
stable: 0.1.8
table-layout@1.0.2:
@@ -13488,20 +13799,22 @@ snapshots:
tapable@2.2.1: {}
- tar-fs@2.1.1:
+ tar-fs@2.1.2:
dependencies:
chownr: 1.1.4
mkdirp-classic: 0.5.3
- pump: 3.0.0
+ pump: 3.0.2
tar-stream: 2.2.0
- tar-fs@3.0.5:
+ tar-fs@3.0.8:
dependencies:
- pump: 3.0.0
+ pump: 3.0.2
tar-stream: 3.1.7
optionalDependencies:
- bare-fs: 2.2.3
- bare-path: 2.1.1
+ bare-fs: 4.1.3
+ bare-path: 3.0.0
+ transitivePeerDependencies:
+ - bare-buffer
tar-stream@2.2.0:
dependencies:
@@ -13513,9 +13826,9 @@ snapshots:
tar-stream@3.1.7:
dependencies:
- b4a: 1.6.6
+ b4a: 1.6.7
fast-fifo: 1.3.2
- streamx: 2.16.1
+ streamx: 2.22.0
temp-dir@3.0.0: {}
@@ -13531,6 +13844,10 @@ snapshots:
ansi-escapes: 4.3.2
supports-hyperlinks: 2.3.0
+ text-decoder@1.2.3:
+ dependencies:
+ b4a: 1.6.7
+
text-table@0.2.0: {}
thenify-all@1.6.0:
@@ -13541,7 +13858,7 @@ snapshots:
dependencies:
any-promise: 1.3.0
- thread-stream@2.6.0:
+ thread-stream@2.7.0:
dependencies:
real-require: 0.2.0
@@ -13565,8 +13882,6 @@ snapshots:
dependencies:
rimraf: 3.0.2
- to-fast-properties@2.0.0: {}
-
to-regex-range@5.0.1:
dependencies:
is-number: 7.0.0
@@ -13577,7 +13892,7 @@ snapshots:
tough-cookie@2.5.0:
dependencies:
- psl: 1.9.0
+ psl: 1.15.0
punycode: 2.3.1
tr46@0.0.3: {}
@@ -13596,7 +13911,7 @@ snapshots:
ts-nested-error@1.2.1: {}
- ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2):
+ ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
@@ -13604,8 +13919,8 @@ snapshots:
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
'@types/node': 20.9.0
- acorn: 8.11.3
- acorn-walk: 8.3.2
+ acorn: 8.14.1
+ acorn-walk: 8.3.4
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
@@ -13614,9 +13929,9 @@ snapshots:
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
optionalDependencies:
- '@swc/core': 1.4.16(@swc/helpers@0.5.10)
+ '@swc/core': 1.11.22(@swc/helpers@0.5.17)
- ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.5.2):
+ ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.8.3):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
@@ -13624,17 +13939,17 @@ snapshots:
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
'@types/node': 20.9.0
- acorn: 8.11.3
- acorn-walk: 8.3.2
+ acorn: 8.14.1
+ acorn-walk: 8.3.4
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
- typescript: 5.5.2
+ typescript: 5.8.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
optionalDependencies:
- '@swc/core': 1.4.16(@swc/helpers@0.5.10)
+ '@swc/core': 1.11.22(@swc/helpers@0.5.17)
ts-node@9.1.1(typescript@5.2.2):
dependencies:
@@ -13654,27 +13969,27 @@ snapshots:
tslib@2.4.0: {}
- tslib@2.6.2: {}
+ tslib@2.8.1: {}
- tsup@7.2.0(@swc/core@1.4.16(@swc/helpers@0.5.10))(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2):
+ tsup@7.2.0(@swc/core@1.11.22(@swc/helpers@0.5.17))(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))(typescript@5.2.2):
dependencies:
- bundle-require: 4.0.3(esbuild@0.18.20)
+ bundle-require: 4.2.1(esbuild@0.18.20)
cac: 6.7.14
chokidar: 3.6.0
- debug: 4.3.4
+ debug: 4.4.0
esbuild: 0.18.20
execa: 5.1.1
globby: 11.1.0
joycon: 3.1.1
- postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.4.16(@swc/helpers@0.5.10))(@types/node@20.9.0)(typescript@5.2.2))
+ postcss-load-config: 4.0.2(postcss@8.5.3)(ts-node@10.9.2(@swc/core@1.11.22(@swc/helpers@0.5.17))(@types/node@20.9.0)(typescript@5.2.2))
resolve-from: 5.0.0
- rollup: 3.29.4
+ rollup: 3.29.5
source-map: 0.8.0-beta.0
sucrase: 3.35.0
tree-kill: 1.2.2
optionalDependencies:
- '@swc/core': 1.4.16(@swc/helpers@0.5.10)
- postcss: 8.4.38
+ '@swc/core': 1.11.22(@swc/helpers@0.5.17)
+ postcss: 8.5.3
typescript: 5.2.2
transitivePeerDependencies:
- supports-color
@@ -13690,7 +14005,7 @@ snapshots:
dependencies:
prelude-ls: 1.2.1
- type-detect@4.0.8: {}
+ type-detect@4.1.0: {}
type-fest@0.20.2: {}
@@ -13710,7 +14025,7 @@ snapshots:
typescript@5.2.2: {}
- typescript@5.5.2: {}
+ typescript@5.8.3: {}
typical@4.0.0: {}
@@ -13732,22 +14047,22 @@ snapshots:
upath@2.0.1: {}
- update-browserslist-db@1.0.13(browserslist@4.21.10):
+ update-browserslist-db@1.1.3(browserslist@4.21.10):
dependencies:
browserslist: 4.21.10
- escalade: 3.1.2
- picocolors: 1.0.0
+ escalade: 3.2.0
+ picocolors: 1.1.1
- update-browserslist-db@1.0.13(browserslist@4.23.0):
+ update-browserslist-db@1.1.3(browserslist@4.24.4):
dependencies:
- browserslist: 4.23.0
- escalade: 3.1.2
- picocolors: 1.0.0
+ browserslist: 4.24.4
+ escalade: 3.2.0
+ picocolors: 1.1.1
update-notifier@6.0.2:
dependencies:
boxen: 7.1.1
- chalk: 5.3.0
+ chalk: 5.4.1
configstore: 6.0.0
has-yarn: 3.0.0
import-lazy: 4.0.0
@@ -13757,7 +14072,7 @@ snapshots:
is-yarn-global: 0.4.1
latest-version: 7.0.0
pupa: 3.1.0
- semver: 7.6.0
+ semver: 7.7.1
semver-diff: 4.0.0
xdg-basedir: 5.1.0
@@ -13767,20 +14082,20 @@ snapshots:
url-join@4.0.1: {}
- use-callback-ref@1.3.2(@types/react@18.3.1)(react@18.2.0):
+ use-callback-ref@1.3.3(@types/react@18.3.20)(react@18.2.0):
dependencies:
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
- use-sidecar@1.1.2(@types/react@18.3.1)(react@18.2.0):
+ use-sidecar@1.1.3(@types/react@18.3.20)(react@18.2.0):
dependencies:
detect-node-es: 1.1.0
react: 18.2.0
- tslib: 2.6.2
+ tslib: 2.8.1
optionalDependencies:
- '@types/react': 18.3.1
+ '@types/react': 18.3.20
user-home@2.0.0:
dependencies:
@@ -13828,11 +14143,11 @@ snapshots:
weak-lru-cache@1.2.2: {}
- web-ext@7.11.0:
+ web-ext@7.12.0:
dependencies:
'@babel/runtime': 7.21.0
'@devicefarmer/adbkit': 3.2.3
- addons-linter: 6.21.0(node-fetch@3.3.1)
+ addons-linter: 6.28.0(node-fetch@3.3.1)
bunyan: 1.8.15
camelcase: 7.0.1
chrome-launcher: 0.15.1
@@ -13906,6 +14221,8 @@ snapshots:
winreg@0.0.12: {}
+ word-wrap@1.2.5: {}
+
wordwrapjs@4.0.1:
dependencies:
reduce-flatten: 2.0.0
@@ -13944,7 +14261,7 @@ snapshots:
xml2js@0.5.0:
dependencies:
- sax: 1.3.0
+ sax: 1.4.1
xmlbuilder: 11.0.1
xmlbuilder@11.0.1: {}
@@ -13959,7 +14276,7 @@ snapshots:
yaml@1.10.2: {}
- yaml@2.4.1: {}
+ yaml@2.7.1: {}
yargs-parser@10.1.0:
dependencies:
@@ -13970,7 +14287,7 @@ snapshots:
yargs@17.7.1:
dependencies:
cliui: 8.0.1
- escalade: 3.1.2
+ escalade: 3.2.0
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
@@ -13980,7 +14297,7 @@ snapshots:
yargs@17.7.2:
dependencies:
cliui: 8.0.1
- escalade: 3.1.2
+ escalade: 3.2.0
get-caller-file: 2.0.5
require-directory: 2.1.1
string-width: 4.2.3
@@ -14002,5 +14319,5 @@ snapshots:
zip-dir@2.0.0:
dependencies:
- async: 3.2.5
+ async: 3.2.6
jszip: 3.10.1