@@ -27,7 +27,9 @@
:animation-src="nft.animationUrl"
:mime-type="nft.mimeType"
:placeholder="placeholder"
- :title="nft?.name" />
+ :title="nft?.name"
+ :audio-player-cover="mediaPlayerCover"
+ :audio-hover-on-cover-play="mediaHoverOnCoverPlay" />
@@ -86,16 +88,18 @@ const props = withDefaults(
collectionPopoverShowDelay?: number
variant?: NftCardVariant
placeholder?: string
- unlockable?: boolean
- unloackableIcon?: string
+ cardIcon?: boolean
+ cardIconSrc?: string
link?: string
bindKey?: string
showActionOnHover?: boolean
+ mediaPlayerCover?: string
+ mediaHoverOnCoverPlay?: boolean
}>(),
{
collectionPopoverShowDelay: 500,
variant: 'primary',
- unloackableIcon: undefined,
+ cardIconSrc: undefined,
link: 'a',
bindKey: 'href',
showActionOnHover: true,
diff --git a/libs/ui/src/index.ts b/libs/ui/src/index.ts
index b7908c2db0..3f0a4323b7 100644
--- a/libs/ui/src/index.ts
+++ b/libs/ui/src/index.ts
@@ -55,3 +55,5 @@ export { default as NeoModalHead } from './components/NeoModalHead/NeoModalHead.
export { default as NeoNotification } from './components/NeoNotification/NeoNotification.vue'
export { default as NeoNotificationNotice } from './components/NeoNotification/NeoNotificationNotice.vue'
export { default as NeoNotificationProgrammatic } from './components/NeoNotification/plugin'
+
+export { default as NeoAudioPlayer } from './components/NeoAudioPlayer/NeoAudioPlayer.vue'
diff --git a/libs/ui/src/types.ts b/libs/ui/src/types.ts
index 6165ae770c..6319bd764d 100644
--- a/libs/ui/src/types.ts
+++ b/libs/ui/src/types.ts
@@ -13,6 +13,7 @@ export type NeoButtonVariant =
| 'secondary'
| 'disabled-secondary'
| 'text'
+ | 'border-icon'
export type NftCardVariant =
| 'primary'
diff --git a/locales/en.json b/locales/en.json
index 3e9fc0820d..e13db9b871 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -55,7 +55,7 @@
"referralProgram": "Referral Program",
"theatre": "theatre",
"view": "view",
- "price": "price",
+ "price": "Price",
"royalty": "royalty",
"Instance_tooltip": "Instance is like the identifier of an NFT, like a marketplace ticker. It's a \"short computer-friendly name\"",
"Minting Settings": "Minting Settings",
@@ -107,6 +107,7 @@
"transferable": "Transferable",
"networkFee": "Network fee",
"invalidAddress": {
+ "wrongNetwork": "wrong network",
"changeToChainAddress": "Change to {selectedChain} address",
"addressChanged": {
"title": "Changed to {selectedChain} address",
@@ -440,13 +441,23 @@
"shareWithFriends": "Share {0} with your friends",
"unlimited": "Unlimited items in your collection",
"nfsw": "Explicit content (NSFW)",
+ "nfswMessage": "Set your collection as explicit and sensitive content.",
"listForSale": "List NFT for sale",
"listWithRoyalty": "Add royalty",
"mass": "NFT mass minter",
"command": "List of commands for mass mint",
"transform": "Transform commands in NFT",
"deposit": "Deposit",
- "requiredDeposit": "A deposit of
{0} is required to create a collection. Please note, this initial deposit is refundable.",
+ "requiredDeposit": "A deposit of
{0} is required to create a {1}. Please note, this initial deposit is refundable.",
+ "landing": {
+ "heading": "What Do You Wish To Create?",
+ "collection": "Create A Collection For Your NFTs",
+ "nft": "Create Awesome NFTs From Your Art",
+ "singleNft": "Single NFT",
+ "singleNftDesc": "Create and mint a single original NFT (can have more copies)",
+ "massNft": "Multiple NFTs",
+ "massNftDesc": "Create and mint multiple different NFTs at once"
+ },
"expert": {
"show": "Show advanced settings",
"hide": "Hide advanced settings",
@@ -468,7 +479,7 @@
},
"description": {
"label": "Collection Description",
- "placeholder": "Enter collection description",
+ "placeholder": "Tell us more about your collection",
"message": "Description of your collection. Markdown is supported"
},
"symbol": {
@@ -489,8 +500,12 @@
"drop": "Drop collection logo here or click to upload or simple paste the image from the clipboard. We support various media types (PNG, JPEG, GIF, SVG)"
},
"nft": {
+ "art": {
+ "label": "Your Awesome Art",
+ "message": "This can be image, video, audio, 3D model"
+ },
"name": {
- "label": "name",
+ "label": "Name",
"placeholder": "Enter NFT name",
"message": "Name of your NFT. It will be visible in the gallery"
},
@@ -499,6 +514,10 @@
"placeholder": "Enter NFT description",
"message": "Description of your NFT. Markdown is supported"
},
+ "collection": {
+ "label": "Select Collection",
+ "message": "Choose a collection to which you want to mint your NFT."
+ },
"edition": {
"label": "Copies",
"placeholder": "Minimum is 1",
@@ -512,6 +531,21 @@
"placeholder": "Enter your email",
"message": "Enter your email to receive a notification when your request is done"
},
+ "sale": {
+ "label": "List For Sale On Marketplace",
+ "message": "People will be able to buy your NFT."
+ },
+ "copies": {
+ "label": "Number of Copies",
+ "message": "Amount of the same NFT tokens that will be created."
+ },
+ "preview": {
+ "title": "Preview",
+ "uploadArt": "Upload your art to see a preview of your NFT here",
+ "noCollection": "No Collection"
+ },
+ "create": "Create New NFT",
+ "connect": "Please Connect Your Wallet",
"creativeDrop": "Drop your NFT here, click to upload or paste the image from the clipboard. AI model limits our support for Creative Minting to only JPEG, PNG, GIF or BMP image files. The file size must be less than 4MB, and the image's dimensions must be greater than 50x50 pixels. Realistic photographs will achieve the best results.",
"cover": "Your NFT requires a poster/cover to be seen in gallery. Please upload image (jpg/ png/ gif)",
"creativeFailDesc": "Generating the title and description failed. Please check whether the uploaded file fits the limits of Creative Minting: JPEG, PNG, GIF or BMP with a size less than 4MB and dimensions greater than 50x50 pixels.",
@@ -539,14 +573,14 @@
},
"open": "Open",
"phase": "Mint Phase",
- "totalAvailableItem":"Total available items",
+ "totalAvailableItem": "Total available items",
"ayeVotersOnly": "For Aye Voters Only",
"eligible": "You Are Eligible",
- "exclusive":"Exclusive Access Only",
+ "exclusive": "Exclusive Access Only",
"howItemWork": "How unlockable item works"
},
"blockchain": {
- "label": "Blockchain",
+ "label": "Select Blockchain",
"message": "Select the blockchain to which NFTs will be minted by default."
}
},
@@ -924,8 +958,11 @@
},
"identity": {
"page": "Identity",
- "set": "Create on-chain identity",
+ "set": "Create On-Chain identity on {0}",
"click": "Click to create identity",
+ "clear": "Clear (burn)",
+ "existing" : "Existing Onchain Identity",
+ "establishedIdentity": "It appears you already established an onchain identity. Update it as needed (no new deposit needed) or delete to reclaim your deposit.",
"handleRequired": "Your handle is required",
"deposit": "Deposit",
"fundsReserve": "0.0333 KSM will be reserved. These funds are returned when the identity is cleared.",
diff --git a/package.json b/package.json
index c2e9504daa..33de8ca0e0 100644
--- a/package.json
+++ b/package.json
@@ -116,7 +116,7 @@
"workbox-window": "^6.6.0"
},
"devDependencies": {
- "@babel/core": "^7.22.20",
+ "@babel/core": "^7.23.0",
"@babel/helper-define-map": "^7.18.6",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
@@ -129,13 +129,13 @@
"@nuxt/types": "^2.17.1",
"@nuxtjs/color-mode": "^3.3.0",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
- "@playwright/test": "^1.38.0",
+ "@playwright/test": "^1.38.1",
"@rollup/plugin-graphql": "^1.1.0",
"@types/jest": "^27.5.2",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
- "@vitest/coverage-istanbul": "^0.34.4",
+ "@vitest/coverage-istanbul": "^0.34.5",
"@vue/test-utils": "^1.3.6",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
@@ -143,7 +143,7 @@
"c8": "^7.14.0",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
- "eslint": "^8.49.0",
+ "eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^42.0.0",
@@ -157,11 +157,11 @@
"lint-staged": "^12.5.0",
"nuxt-webpack-optimisations": "^2.2.8",
"prettier": "^2.8.8",
- "sass": "^1.67.0",
+ "sass": "^1.68.0",
"sass-loader": "^10.4.1",
"typescript": "^4.9.5",
"vite-plugin-vue2": "^2.0.3",
- "vitest": "^0.34.4",
+ "vitest": "^0.34.5",
"vue-debounce-decorator": "^1.0.1",
"vue-eslint-parser": "^9.3.1",
"vue-gtag": "^2.0.1",
diff --git a/pages/_prefix/create/index.vue b/pages/_prefix/create/index.vue
new file mode 100644
index 0000000000..90d4c3b6cd
--- /dev/null
+++ b/pages/_prefix/create/index.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
diff --git a/pages/_prefix/create/nft.vue b/pages/_prefix/create/nft.vue
new file mode 100644
index 0000000000..831c54b9ae
--- /dev/null
+++ b/pages/_prefix/create/nft.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
diff --git a/pages/ahk/create.vue b/pages/ahk/create.vue
deleted file mode 100644
index 5e6d223700..0000000000
--- a/pages/ahk/create.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
diff --git a/pages/ahp/create.vue b/pages/ahp/create.vue
deleted file mode 100644
index 35cdf0d5f0..0000000000
--- a/pages/ahp/create.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
diff --git a/pages/bsx/create.vue b/pages/bsx/create.vue
deleted file mode 100644
index f998be9967..0000000000
--- a/pages/bsx/create.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
diff --git a/pages/create/nft.vue b/pages/create/nft.vue
new file mode 100644
index 0000000000..831c54b9ae
--- /dev/null
+++ b/pages/create/nft.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
diff --git a/pages/ksm/create.vue b/pages/ksm/create.vue
deleted file mode 100644
index d19340e9c7..0000000000
--- a/pages/ksm/create.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
diff --git a/pages/rmrk/create.vue b/pages/rmrk/create.vue
deleted file mode 100644
index c6094e16f5..0000000000
--- a/pages/rmrk/create.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
diff --git a/pages/rmrk/mint.vue b/pages/rmrk/mint.vue
deleted file mode 100644
index c846236bef..0000000000
--- a/pages/rmrk/mint.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
diff --git a/pages/snek/create.vue b/pages/snek/create.vue
deleted file mode 100644
index f0ad26969d..0000000000
--- a/pages/snek/create.vue
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1695251bf2..05bdd97f42 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,4 +1,4 @@
-lockfileVersion: '6.0'
+lockfileVersion: '6.1'
settings:
autoInstallPeers: false
@@ -181,8 +181,8 @@ importers:
version: 6.6.0
devDependencies:
'@babel/core':
- specifier: ^7.22.20
- version: 7.22.20
+ specifier: ^7.23.0
+ version: 7.23.0
'@babel/helper-define-map':
specifier: ^7.18.6
version: 7.18.6
@@ -191,25 +191,25 @@ importers:
version: 7.10.5
'@babel/plugin-proposal-optional-chaining':
specifier: ^7.21.0
- version: 7.21.0(@babel/core@7.22.20)
+ version: 7.21.0(@babel/core@7.23.0)
'@babel/plugin-proposal-private-property-in-object':
specifier: ^7.21.11
- version: 7.21.11(@babel/core@7.22.20)
+ version: 7.21.11(@babel/core@7.23.0)
'@babel/plugin-transform-runtime':
specifier: ^7.22.15
- version: 7.22.15(@babel/core@7.22.20)
+ version: 7.22.15(@babel/core@7.23.0)
'@babel/preset-env':
specifier: ^7.22.20
- version: 7.22.20(@babel/core@7.22.20)
+ version: 7.22.20(@babel/core@7.23.0)
'@kevinmarrec/nuxt-pwa':
specifier: 0.15.0
version: 0.15.0
'@nuxt/bridge':
specifier: npm:@nuxt/bridge-edge@3.0.0-27889410.9247608
- version: /@nuxt/bridge-edge@3.0.0-27889410.9247608(@babel/core@7.22.20)(sass@1.67.0)(vue@2.7.14)
+ version: /@nuxt/bridge-edge@3.0.0-27889410.9247608(@babel/core@7.23.0)(sass@1.68.0)(vue@2.7.14)
'@nuxt/test-utils':
specifier: ^0.2.2
- version: 0.2.2(@babel/core@7.22.20)
+ version: 0.2.2(@babel/core@7.23.0)
'@nuxt/types':
specifier: ^2.17.1
version: 2.17.1
@@ -220,8 +220,8 @@ importers:
specifier: ^0.4.7
version: 0.4.7
'@playwright/test':
- specifier: ^1.38.0
- version: 1.38.0
+ specifier: ^1.38.1
+ version: 1.38.1
'@rollup/plugin-graphql':
specifier: ^1.1.0
version: 1.1.0(graphql@16.8.0)
@@ -233,13 +233,13 @@ importers:
version: 12.2.3
'@typescript-eslint/eslint-plugin':
specifier: ^5.62.0
- version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.49.0)(typescript@4.9.5)
+ version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.50.0)(typescript@4.9.5)
'@typescript-eslint/parser':
specifier: ^5.62.0
- version: 5.62.0(eslint@8.49.0)(typescript@4.9.5)
+ version: 5.62.0(eslint@8.50.0)(typescript@4.9.5)
'@vitest/coverage-istanbul':
- specifier: ^0.34.4
- version: 0.34.4(vitest@0.34.4)
+ specifier: ^0.34.5
+ version: 0.34.5(vitest@0.34.5)
'@vue/test-utils':
specifier: ^1.3.6
version: 1.3.6(vue@2.7.14)
@@ -262,23 +262,23 @@ importers:
specifier: ^7.0.3
version: 7.0.3
eslint:
- specifier: ^8.49.0
- version: 8.49.0
+ specifier: ^8.50.0
+ version: 8.50.0
eslint-config-prettier:
specifier: ^8.10.0
- version: 8.10.0(eslint@8.49.0)
+ version: 8.10.0(eslint@8.50.0)
eslint-plugin-prettier:
specifier: ^4.2.1
- version: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@2.8.8)
+ version: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.50.0)(prettier@2.8.8)
eslint-plugin-unicorn:
specifier: ^42.0.0
- version: 42.0.0(eslint@8.49.0)
+ version: 42.0.0(eslint@8.50.0)
eslint-plugin-vue:
specifier: ^8.7.1
- version: 8.7.1(eslint@8.49.0)
+ version: 8.7.1(eslint@8.50.0)
eslint-plugin-vue-scoped-css:
specifier: ^2.5.0
- version: 2.5.0(eslint@8.49.0)(vue-eslint-parser@9.3.1)
+ version: 2.5.0(eslint@8.50.0)(vue-eslint-parser@9.3.1)
frontmatter-markdown-loader:
specifier: ^3.7.0
version: 3.7.0
@@ -304,11 +304,11 @@ importers:
specifier: ^2.8.8
version: 2.8.8
sass:
- specifier: ^1.67.0
- version: 1.67.0
+ specifier: ^1.68.0
+ version: 1.68.0
sass-loader:
specifier: ^10.4.1
- version: 10.4.1(sass@1.67.0)
+ version: 10.4.1(sass@1.68.0)
typescript:
specifier: ^4.9.5
version: 4.9.5
@@ -316,14 +316,14 @@ importers:
specifier: ^2.0.3
version: 2.0.3(lodash@4.17.21)(vue@2.7.14)
vitest:
- specifier: ^0.34.4
- version: 0.34.4(jsdom@19.0.0)(sass@1.67.0)
+ specifier: ^0.34.5
+ version: 0.34.5(jsdom@19.0.0)(sass@1.68.0)
vue-debounce-decorator:
specifier: ^1.0.1
version: 1.0.1
vue-eslint-parser:
specifier: ^9.3.1
- version: 9.3.1(eslint@8.49.0)
+ version: 9.3.1(eslint@8.50.0)
vue-gtag:
specifier: ^2.0.1
version: 2.0.1(vue@2.7.14)
@@ -335,16 +335,16 @@ importers:
devDependencies:
'@vitest/coverage-c8':
specifier: ^0.33.0
- version: 0.33.0(vitest@0.34.4)
+ version: 0.33.0(vitest@0.34.5)
changelogen:
specifier: ^0.5.5
version: 0.5.5
eslint:
- specifier: ^8.49.0
- version: 8.49.0
+ specifier: ^8.50.0
+ version: 8.50.0
eslint-config-unjs:
specifier: ^0.2.1
- version: 0.2.1(eslint@8.49.0)(typescript@4.9.5)
+ version: 0.2.1(eslint@8.50.0)(typescript@4.9.5)
prettier:
specifier: ^2.8.8
version: 2.8.8
@@ -353,10 +353,10 @@ importers:
version: 4.9.5
unbuild:
specifier: ^1.2.1
- version: 1.2.1(sass@1.67.0)
+ version: 1.2.1(sass@1.68.0)
vitest:
- specifier: ^0.34.4
- version: 0.34.4(jsdom@19.0.0)(sass@1.67.0)
+ specifier: ^0.34.5
+ version: 0.34.5(jsdom@19.0.0)(sass@1.68.0)
libs/ui:
dependencies:
@@ -372,25 +372,25 @@ importers:
devDependencies:
'@histoire/plugin-vue2':
specifier: ^0.17.1
- version: 0.17.1(histoire@0.17.0)(vite@3.2.7)(vue@2.7.14)
+ version: 0.17.1(histoire@0.17.2)(vite@3.2.7)(vue@2.7.14)
'@oruga-ui/oruga':
- specifier: ^0.6.0
- version: 0.6.0(vue@2.7.14)
+ specifier: ^0.7.0
+ version: 0.7.0(vue@2.7.14)
'@vitejs/plugin-vue2':
specifier: ^2.2.0
version: 2.2.0(vite@3.2.7)(vue@2.7.14)
eslint:
- specifier: ^8.49.0
- version: 8.49.0
+ specifier: ^8.50.0
+ version: 8.50.0
eslint-plugin-vue:
specifier: ^8.7.1
- version: 8.7.1(eslint@8.49.0)
+ version: 8.7.1(eslint@8.50.0)
histoire:
- specifier: ^0.17.0
- version: 0.17.0(sass@1.67.0)(vite@3.2.7)
+ specifier: ^0.17.2
+ version: 0.17.2(sass@1.68.0)(vite@3.2.7)
vite:
specifier: ^3.2.7
- version: 3.2.7(sass@1.67.0)(terser@5.19.4)
+ version: 3.2.7(sass@1.68.0)(terser@5.19.4)
vue:
specifier: 2.7.14
version: 2.7.14
@@ -625,13 +625,13 @@ packages:
peerDependencies:
graphql: '*'
dependencies:
- '@babel/core': 7.22.20
- '@babel/generator': 7.22.15
- '@babel/parser': 7.22.16
+ '@babel/core': 7.23.0
+ '@babel/generator': 7.23.0
+ '@babel/parser': 7.23.0
'@babel/runtime': 7.22.15
- '@babel/traverse': 7.22.20
- '@babel/types': 7.22.19
- babel-preset-fbjs: 3.4.0(@babel/core@7.22.20)
+ '@babel/traverse': 7.23.0
+ '@babel/types': 7.23.0
+ babel-preset-fbjs: 3.4.0(@babel/core@7.23.0)
chalk: 4.1.2
fb-watchman: 2.0.2
fbjs: 3.0.5
@@ -663,21 +663,21 @@ packages:
resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==}
engines: {node: '>=6.9.0'}
- /@babel/core@7.22.20:
- resolution: {integrity: sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==}
+ /@babel/core@7.23.0:
+ resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.1
'@babel/code-frame': 7.22.13
- '@babel/generator': 7.22.15
+ '@babel/generator': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20)
- '@babel/helpers': 7.22.15
- '@babel/parser': 7.22.16
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
+ '@babel/helpers': 7.23.1
+ '@babel/parser': 7.23.0
'@babel/template': 7.22.15
- '@babel/traverse': 7.22.20
- '@babel/types': 7.22.19
- convert-source-map: 1.9.0
+ '@babel/traverse': 7.23.0
+ '@babel/types': 7.23.0
+ convert-source-map: 2.0.0
debug: 4.3.4(supports-color@8.1.1)
gensync: 1.0.0-beta.2
json5: 2.2.3
@@ -689,7 +689,7 @@ packages:
resolution: {integrity: sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
'@jridgewell/gen-mapping': 0.1.1
jsesc: 2.5.2
dev: false
@@ -702,18 +702,28 @@ packages:
'@jridgewell/gen-mapping': 0.3.3
'@jridgewell/trace-mapping': 0.3.19
jsesc: 2.5.2
+ dev: false
+
+ /@babel/generator@7.23.0:
+ resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/types': 7.23.0
+ '@jridgewell/gen-mapping': 0.3.3
+ '@jridgewell/trace-mapping': 0.3.19
+ jsesc: 2.5.2
/@babel/helper-annotate-as-pure@7.22.5:
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.15
+ '@babel/types': 7.23.0
/@babel/helper-builder-binary-assignment-operator-visitor@7.22.15:
resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
/@babel/helper-compilation-targets@7.22.15:
resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==}
@@ -725,30 +735,30 @@ packages:
lru-cache: 5.1.1
semver: 6.3.1
- /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.22.20):
+ /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-environment-visitor': 7.22.5
- '@babel/helper-function-name': 7.22.5
+ '@babel/helper-environment-visitor': 7.22.20
+ '@babel/helper-function-name': 7.23.0
'@babel/helper-member-expression-to-functions': 7.22.15
'@babel/helper-optimise-call-expression': 7.22.5
- '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20)
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.0)
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
- /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.22.20):
+ /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
regexpu-core: 5.3.2
semver: 6.3.1
@@ -761,12 +771,12 @@ packages:
'@babel/types': 7.22.15
dev: true
- /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.20):
+ /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.23.0):
resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
debug: 4.3.4(supports-color@8.1.1)
@@ -779,10 +789,6 @@ packages:
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
engines: {node: '>=6.9.0'}
- /@babel/helper-environment-visitor@7.22.5:
- resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==}
- engines: {node: '>=6.9.0'}
-
/@babel/helper-function-name@7.22.5:
resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==}
engines: {node: '>=6.9.0'}
@@ -790,6 +796,13 @@ packages:
'@babel/template': 7.22.15
'@babel/types': 7.22.15
+ /@babel/helper-function-name@7.23.0:
+ resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/template': 7.22.15
+ '@babel/types': 7.23.0
+
/@babel/helper-hoist-variables@7.22.5:
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
engines: {node: '>=6.9.0'}
@@ -800,21 +813,21 @@ packages:
resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
/@babel/helper-module-imports@7.22.15:
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
- /@babel/helper-module-transforms@7.22.20(@babel/core@7.22.20):
- resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==}
+ /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0):
+ resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-module-imports': 7.22.15
'@babel/helper-simple-access': 7.22.5
@@ -825,7 +838,7 @@ packages:
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
/@babel/helper-plugin-utils@7.22.5:
resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
@@ -837,25 +850,25 @@ packages:
lodash: 4.17.21
dev: true
- /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.20):
+ /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.23.0):
resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-wrap-function': 7.22.10
- /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.20):
+ /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.0):
resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-environment-visitor': 7.22.5
+ '@babel/core': 7.23.0
+ '@babel/helper-environment-visitor': 7.22.20
'@babel/helper-member-expression-to-functions': 7.22.15
'@babel/helper-optimise-call-expression': 7.22.5
@@ -863,13 +876,13 @@ packages:
resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
/@babel/helper-skip-transparent-expression-wrappers@7.22.5:
resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.22.15
+ '@babel/types': 7.23.0
/@babel/helper-split-export-declaration@7.22.6:
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
@@ -897,17 +910,17 @@ packages:
resolution: {integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/helper-function-name': 7.22.5
+ '@babel/helper-function-name': 7.23.0
'@babel/template': 7.22.15
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
- /@babel/helpers@7.22.15:
- resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==}
+ /@babel/helpers@7.23.1:
+ resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.22.15
- '@babel/traverse': 7.22.20
- '@babel/types': 7.22.19
+ '@babel/traverse': 7.23.0
+ '@babel/types': 7.23.0
transitivePeerDependencies:
- supports-color
@@ -924,7 +937,7 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
dev: false
/@babel/parser@7.22.16:
@@ -932,64 +945,71 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.22.20):
+ /@babel/parser@7.23.0:
+ resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+ dependencies:
+ '@babel/types': 7.23.0
+
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.22.20)
+ '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.23.0)
- /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.20):
+ /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.0):
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-proposal-decorators@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-proposal-decorators@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-kc0VvbbUyKelvzcKOSyQUSVVXS5pT3UhRB0e3c9An86MvLqs+gx0dN4asllrDluqSa3m9YyooXKGOFVomnyFkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20)
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.0)
'@babel/helper-split-export-declaration': 7.22.6
- '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.22.20)
+ '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.23.0)
- /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.20):
+ /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.0):
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.20):
+ /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.0):
resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
@@ -997,906 +1017,906 @@ packages:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.22.20
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.20)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
- /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.20):
+ /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.0):
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.20):
+ /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.0):
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
dev: false
- /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.20):
+ /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0):
resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
- /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.22.20):
+ /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.23.0):
resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==}
engines: {node: '>=6.9.0'}
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.20)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
- /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.20):
+ /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.0):
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.20):
+ /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0):
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0):
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.22.20):
+ /@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.23.0):
resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.20):
+ /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.20):
+ /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
dev: false
- /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.20):
+ /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.0):
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.20):
+ /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.20):
+ /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0):
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.20):
+ /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.20):
+ /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0):
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.20):
+ /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.20):
+ /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.20):
+ /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0):
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.0):
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
dev: true
- /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.20):
+ /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.0):
resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.20)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.20)
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.0)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
- /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.20)
+ '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.0)
- /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.20)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
- /@babel/plugin-transform-classes@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-environment-visitor': 7.22.20
- '@babel/helper-function-name': 7.22.5
+ '@babel/helper-function-name': 7.23.0
'@babel/helper-optimise-call-expression': 7.22.5
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20)
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.0)
'@babel/helper-split-export-declaration': 7.22.6
globals: 11.12.0
- /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
'@babel/template': 7.22.15
- /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.20)
+ '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0)
dev: false
- /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
- '@babel/helper-function-name': 7.22.5
+ '@babel/helper-function-name': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.20)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
- /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-simple-access': 7.22.5
- /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-hoist-variables': 7.22.5
- '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20)
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-identifier': 7.22.20
- /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.20)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
- /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.22.20
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.20)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
- /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.20)
+ '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.0)
- /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.20)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
- /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.22.20):
+ /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.23.0):
resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.20)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
- /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
dev: false
- /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
- '@babel/types': 7.22.19
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
+ '@babel/types': 7.23.0
dev: false
- /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.20):
+ /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.0):
resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
regenerator-transform: 0.15.2
- /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
- babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.20)
- babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.20)
- babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.20)
+ babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0)
+ babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.23.0)
+ babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
- /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.22.20):
+ /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-annotate-as-pure': 7.22.5
- '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.20)
+ '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0)
dev: true
- /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.20):
+ /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.0):
resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.20):
+ /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.23.0):
resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0)
'@babel/helper-plugin-utils': 7.22.5
- /@babel/preset-env@7.22.20(@babel/core@7.22.20):
+ /@babel/preset-env@7.22.20(@babel/core@7.23.0):
resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.22.20
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-option': 7.22.15
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.20)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.20)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.20)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.20)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.20)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.20)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.20)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.20)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.20)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-async-generator-functions': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-modules-systemjs': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.22.20)
- '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.22.20)
- '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.22.20)
- '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.20)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.20)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-async-generator-functions': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-modules-systemjs': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.0)
+ '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.0)
+ '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.0)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.0)
'@babel/types': 7.22.19
- babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.20)
- babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.20)
- babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.20)
+ babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0)
+ babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.23.0)
+ babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0)
core-js-compat: 3.32.2
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.20):
+ /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.0):
resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==}
peerDependencies:
'@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
esutils: 2.0.3
- /@babel/preset-typescript@7.22.15(@babel/core@7.22.20):
+ /@babel/preset-typescript@7.22.15(@babel/core@7.23.0):
resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-option': 7.22.15
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.20)
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0)
dev: true
/@babel/regjsgen@0.8.0:
@@ -1924,11 +1944,11 @@ packages:
resolution: {integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==}
dependencies:
'@babel/code-frame': 7.22.13
- '@babel/generator': 7.22.15
- '@babel/helper-function-name': 7.22.5
+ '@babel/generator': 7.23.0
+ '@babel/helper-function-name': 7.23.0
'@babel/helper-split-export-declaration': 7.22.6
- '@babel/parser': 7.22.16
- '@babel/types': 7.22.19
+ '@babel/parser': 7.23.0
+ '@babel/types': 7.23.0
debug: 4.3.4(supports-color@8.1.1)
globals: 11.12.0
lodash: 4.17.21
@@ -1952,6 +1972,24 @@ packages:
globals: 11.12.0
transitivePeerDependencies:
- supports-color
+ dev: false
+
+ /@babel/traverse@7.23.0:
+ resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/code-frame': 7.22.13
+ '@babel/generator': 7.23.0
+ '@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.23.0
+ '@babel/types': 7.23.0
+ debug: 4.3.4(supports-color@8.1.1)
+ globals: 11.12.0
+ transitivePeerDependencies:
+ - supports-color
/@babel/types@7.12.13:
resolution: {integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==}
@@ -1985,6 +2023,14 @@ packages:
'@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0
+ /@babel/types@7.23.0:
+ resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==}
+ engines: {node: '>=6.9.0'}
+ dependencies:
+ '@babel/helper-string-parser': 7.22.5
+ '@babel/helper-validator-identifier': 7.22.20
+ to-fast-properties: 2.0.0
+
/@bcoe/v8-coverage@0.2.3:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
@@ -3245,13 +3291,13 @@ packages:
dev: true
optional: true
- /@eslint-community/eslint-utils@4.4.0(eslint@8.49.0):
+ /@eslint-community/eslint-utils@4.4.0(eslint@8.50.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies:
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-visitor-keys: 3.4.3
dev: true
@@ -3277,8 +3323,8 @@ packages:
- supports-color
dev: true
- /@eslint/js@8.49.0:
- resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==}
+ /@eslint/js@8.50.0:
+ resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@@ -4116,7 +4162,7 @@ packages:
- vite
dev: true
- /@histoire/plugin-vue2@0.17.1(histoire@0.17.0)(vite@3.2.7)(vue@2.7.14):
+ /@histoire/plugin-vue2@0.17.1(histoire@0.17.2)(vite@3.2.7)(vue@2.7.14):
resolution: {integrity: sha512-U2LVLaRX3+WreUdaGVhgMg0mhDsBz0gLiOmePx+CCNLAlNAqKnPhTSN32Yc/I1dE/d4sf1YVmaK2wsNzoDE6lQ==}
peerDependencies:
histoire: ^0.17.0
@@ -4125,7 +4171,7 @@ packages:
'@histoire/controls': 0.17.0(vite@3.2.7)
'@histoire/shared': 0.17.0(vite@3.2.7)
'@histoire/vendors': 0.17.0
- histoire: 0.17.0(sass@1.67.0)(vite@3.2.7)
+ histoire: 0.17.2(sass@1.68.0)(vite@3.2.7)
vue: 2.7.14
transitivePeerDependencies:
- vite
@@ -4142,7 +4188,7 @@ packages:
chokidar: 3.5.3
pathe: 0.2.0
picocolors: 1.0.0
- vite: 3.2.7(sass@1.67.0)(terser@5.19.4)
+ vite: 3.2.7(sass@1.68.0)(terser@5.19.4)
dev: true
/@histoire/vendors@0.17.0:
@@ -4456,19 +4502,19 @@ packages:
engines: {node: ^14.18.0 || >=16.10.0}
dependencies:
'@babel/compat-data': 7.22.20
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-compilation-targets': 7.22.15
'@babel/helper-module-imports': 7.22.15
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-decorators': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.20)
- '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.22.20)
- '@babel/plugin-transform-runtime': 7.22.15(@babel/core@7.22.20)
- '@babel/preset-env': 7.22.20(@babel/core@7.22.20)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-decorators': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0)
+ '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.0)
+ '@babel/plugin-transform-runtime': 7.22.15(@babel/core@7.23.0)
+ '@babel/preset-env': 7.22.20(@babel/core@7.23.0)
'@babel/runtime': 7.22.15
- '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.22.20)(vue@2.7.14)
+ '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.23.0)(vue@2.7.14)
core-js: 3.32.2
core-js-compat: 3.32.2
regenerator-runtime: 0.14.0
@@ -4477,15 +4523,15 @@ packages:
- vue
dev: false
- /@nuxt/bridge-edge@3.0.0-27889410.9247608(@babel/core@7.22.20)(sass@1.67.0)(vue@2.7.14):
+ /@nuxt/bridge-edge@3.0.0-27889410.9247608(@babel/core@7.23.0)(sass@1.68.0)(vue@2.7.14):
resolution: {integrity: sha512-e33ZCIOjv8Z5KoTTFPOh4Z3CDqA/KW+Sp+Kek7qWKoWAu5YR5r06bpS0brh4+qRItFZrRAkT3spIkL5E6ErPiA==}
engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
hasBin: true
dependencies:
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.20)
- '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.20)
- '@nuxt/bridge-schema': /@nuxt/bridge-schema-edge@3.0.0-27889410.9247608(sass@1.67.0)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0)
+ '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0)
+ '@nuxt/bridge-schema': /@nuxt/bridge-schema-edge@3.0.0-27889410.9247608(sass@1.68.0)
'@nuxt/devalue': 2.0.2
'@nuxt/kit': 3.0.0
'@nuxt/postcss8': 1.1.3
@@ -4530,7 +4576,7 @@ packages:
unimport: 1.3.0(rollup@2.79.1)
unplugin: 1.4.0
untyped: 1.4.0
- vite: 3.2.7(sass@1.67.0)(terser@5.19.4)
+ vite: 3.2.7(sass@1.68.0)(terser@5.19.4)
vue-bundle-renderer: 1.0.3
transitivePeerDependencies:
- '@azure/app-configuration'
@@ -4558,7 +4604,7 @@ packages:
- webpack
dev: true
- /@nuxt/bridge-schema-edge@3.0.0-27889410.9247608(sass@1.67.0):
+ /@nuxt/bridge-schema-edge@3.0.0-27889410.9247608(sass@1.68.0):
resolution: {integrity: sha512-lCDrGZzPj3QVBILFylRruf+02E0MFj23m3jtr2G3dWilyoGtqigylUVnMJE42zkyEzX3ao3sCS4zxknSsgypOQ==}
engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0}
dependencies:
@@ -4572,7 +4618,7 @@ packages:
scule: 1.0.0
std-env: 3.4.3
ufo: 1.3.0
- unbuild: 1.0.2(sass@1.67.0)
+ unbuild: 1.0.2(sass@1.68.0)
unimport: 1.3.0(rollup@2.79.1)
untyped: 1.4.0
transitivePeerDependencies:
@@ -5004,10 +5050,10 @@ packages:
- encoding
dev: false
- /@nuxt/test-utils@0.2.2(@babel/core@7.22.20):
+ /@nuxt/test-utils@0.2.2(@babel/core@7.23.0):
resolution: {integrity: sha512-dEbYZ9OcMT0oJb1Ot2+ZUSc95JWpYPtKzLUE/x9uFVLxa4ae3WZFQd9n0/n5afAC8stji7UxP/LKn1bVWl41Cw==}
dependencies:
- '@babel/preset-typescript': 7.22.15(@babel/core@7.22.20)
+ '@babel/preset-typescript': 7.22.15(@babel/core@7.23.0)
consola: 2.15.3
defu: 3.2.2
get-port: 5.1.1
@@ -5113,11 +5159,11 @@ packages:
resolution: {integrity: sha512-ENrOzo6cpchuTlS9d1vLphdTdiMlCrD8Om4FUk49kVUaftcr4MhI1KIZuWS/RWTFPbOIp41NjvoxHWUU2md9ug==}
engines: {node: ^14.18.0 || >=16.10.0}
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@nuxt/babel-preset-app-edge': 2.17.2-28202417.20abbc1(vue@2.7.14)
'@nuxt/friendly-errors-webpack-plugin': 2.5.2(webpack@4.47.0)
'@nuxt/utils-edge': 2.17.2-28202417.20abbc1
- babel-loader: 8.3.0(@babel/core@7.22.20)(webpack@4.47.0)
+ babel-loader: 8.3.0(@babel/core@7.23.0)(webpack@4.47.0)
cache-loader: 4.1.0(webpack@4.47.0)
caniuse-lite: 1.0.30001529
consola: 3.2.3
@@ -5543,8 +5589,8 @@ packages:
lodash.merge: 4.6.2
dev: false
- /@oruga-ui/oruga@0.6.0(vue@2.7.14):
- resolution: {integrity: sha512-Zk4mmHn5M92k+T1asg7PLktAj2mJmvp8+Eafzx84pRzYs00JpSO4YNQfW8NnMoAn78nR5zsLENej/8yFhH1Cvw==}
+ /@oruga-ui/oruga@0.7.0(vue@2.7.14):
+ resolution: {integrity: sha512-rJELN5vZGXZVuIXC8Vdi/3sfU/8LqH4aoEEeBKZ9hu4+skKjF0/bjZHgrH3dEriuckRBU3Q4D3pdaKVR7/o9oA==}
peerDependencies:
vue: ^2.6.11
dependencies:
@@ -5734,12 +5780,12 @@ packages:
- vue
dev: false
- /@playwright/test@1.38.0:
- resolution: {integrity: sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw==}
+ /@playwright/test@1.38.1:
+ resolution: {integrity: sha512-NqRp8XMwj3AK+zKLbZShl0r/9wKgzqI/527bkptKXomtuo+dOjU9NdMASQ8DNC9z9zLOMbG53T4eihYr3XR+BQ==}
engines: {node: '>=16'}
hasBin: true
dependencies:
- playwright: 1.38.0
+ playwright: 1.38.1
dev: true
/@polka/url@1.0.0-next.23:
@@ -7860,8 +7906,8 @@ packages:
/@types/babel__core@7.20.1:
resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==}
dependencies:
- '@babel/parser': 7.22.16
- '@babel/types': 7.22.19
+ '@babel/parser': 7.23.0
+ '@babel/types': 7.23.0
'@types/babel__generator': 7.6.4
'@types/babel__template': 7.4.1
'@types/babel__traverse': 7.20.1
@@ -7870,20 +7916,20 @@ packages:
/@types/babel__generator@7.6.4:
resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
dev: true
/@types/babel__template@7.4.1:
resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==}
dependencies:
- '@babel/parser': 7.22.16
- '@babel/types': 7.22.19
+ '@babel/parser': 7.23.0
+ '@babel/types': 7.23.0
dev: true
/@types/babel__traverse@7.20.1:
resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==}
dependencies:
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
dev: true
/@types/bn.js@4.11.6:
@@ -8279,7 +8325,7 @@ packages:
resolution: {integrity: sha512-XWquk4B9Y9bP++I9FsKBVDR+cM1duIqTksuD4l+XUDcqKdngHrtLBe6A5DQX5sdJPWDhLFM9xHZBCiWcecZ0Jg==}
dev: false
- /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.49.0)(typescript@4.9.5):
+ /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.50.0)(typescript@4.9.5):
resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -8291,12 +8337,12 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.8.0
- '@typescript-eslint/parser': 5.62.0(eslint@8.49.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.50.0)(typescript@4.9.5)
'@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/type-utils': 5.62.0(eslint@8.49.0)(typescript@4.9.5)
- '@typescript-eslint/utils': 5.62.0(eslint@8.49.0)(typescript@4.9.5)
+ '@typescript-eslint/type-utils': 5.62.0(eslint@8.50.0)(typescript@4.9.5)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.50.0)(typescript@4.9.5)
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.49.0
+ eslint: 8.50.0
graphemer: 1.4.0
ignore: 5.2.4
natural-compare-lite: 1.4.0
@@ -8307,7 +8353,7 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser@5.62.0(eslint@8.49.0)(typescript@4.9.5):
+ /@typescript-eslint/parser@5.62.0(eslint@8.50.0)(typescript@4.9.5):
resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -8321,7 +8367,7 @@ packages:
'@typescript-eslint/types': 5.62.0
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.49.0
+ eslint: 8.50.0
typescript: 4.9.5
transitivePeerDependencies:
- supports-color
@@ -8335,7 +8381,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.62.0
dev: true
- /@typescript-eslint/type-utils@5.62.0(eslint@8.49.0)(typescript@4.9.5):
+ /@typescript-eslint/type-utils@5.62.0(eslint@8.50.0)(typescript@4.9.5):
resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -8346,9 +8392,9 @@ packages:
optional: true
dependencies:
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
- '@typescript-eslint/utils': 5.62.0(eslint@8.49.0)(typescript@4.9.5)
+ '@typescript-eslint/utils': 5.62.0(eslint@8.50.0)(typescript@4.9.5)
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.49.0
+ eslint: 8.50.0
tsutils: 3.21.0(typescript@4.9.5)
typescript: 4.9.5
transitivePeerDependencies:
@@ -8381,19 +8427,19 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils@5.62.0(eslint@8.49.0)(typescript@4.9.5):
+ /@typescript-eslint/utils@5.62.0(eslint@8.50.0)(typescript@4.9.5):
resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
'@types/json-schema': 7.0.12
'@types/semver': 7.5.1
'@typescript-eslint/scope-manager': 5.62.0
'@typescript-eslint/types': 5.62.0
'@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5)
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-scope: 5.1.1
semver: 7.5.4
transitivePeerDependencies:
@@ -8483,7 +8529,7 @@ packages:
regenerator-runtime: 0.13.11
systemjs: 6.14.2
terser: 5.19.4
- vite: 3.2.7(sass@1.67.0)(terser@5.19.4)
+ vite: 3.2.7(sass@1.68.0)(terser@5.19.4)
dev: true
/@vitejs/plugin-vue2@1.1.2(vite@3.2.7)(vue@2.7.14):
@@ -8493,7 +8539,7 @@ packages:
vite: '>=2.5.10'
vue: ^2.7.0-0
dependencies:
- vite: 3.2.7(sass@1.67.0)(terser@5.19.4)
+ vite: 3.2.7(sass@1.68.0)(terser@5.19.4)
vue: 2.7.14
dev: true
@@ -8504,11 +8550,11 @@ packages:
vite: ^3.0.0 || ^4.0.0
vue: ^2.7.0-0
dependencies:
- vite: 3.2.7(sass@1.67.0)(terser@5.19.4)
+ vite: 3.2.7(sass@1.68.0)(terser@5.19.4)
vue: 2.7.14
dev: true
- /@vitest/coverage-c8@0.33.0(vitest@0.34.4):
+ /@vitest/coverage-c8@0.33.0(vitest@0.34.5):
resolution: {integrity: sha512-DaF1zJz4dcOZS4k/neiQJokmOWqsGXwhthfmUdPGorXIQHjdPvV6JQSYhQDI41MyI8c+IieQUdIDs5XAMHtDDw==}
peerDependencies:
vitest: '>=0.30.0 <1'
@@ -8518,11 +8564,11 @@ packages:
magic-string: 0.30.3
picocolors: 1.0.0
std-env: 3.4.3
- vitest: 0.34.4(jsdom@19.0.0)(sass@1.67.0)
+ vitest: 0.34.5(jsdom@19.0.0)(sass@1.68.0)
dev: true
- /@vitest/coverage-istanbul@0.34.4(vitest@0.34.4):
- resolution: {integrity: sha512-jJiN+U5drYrv1fU39T8jOVWc3RklYkNeTR7UyiVD8fa+Tbav9pAxq02pti93OPZIDoXwwg+RhFAuRuAz///rkQ==}
+ /@vitest/coverage-istanbul@0.34.5(vitest@0.34.5):
+ resolution: {integrity: sha512-t07VrdRSRKw7QgOZ20i1bmstv9seUm7Fay8wVtswKHBlMmAAW3K5x+0u18O50mLuVl208Lx21tH/6O7W4BWR9Q==}
peerDependencies:
vitest: '>=0.32.0 <1'
dependencies:
@@ -8533,43 +8579,43 @@ packages:
istanbul-reports: 3.1.6
picocolors: 1.0.0
test-exclude: 6.0.0
- vitest: 0.34.4(jsdom@19.0.0)(sass@1.67.0)
+ vitest: 0.34.5(jsdom@19.0.0)(sass@1.68.0)
transitivePeerDependencies:
- supports-color
dev: true
- /@vitest/expect@0.34.4:
- resolution: {integrity: sha512-XlMKX8HyYUqB8dsY8Xxrc64J2Qs9pKMt2Z8vFTL4mBWXJsg4yoALHzJfDWi8h5nkO4Zua4zjqtapQ/IluVkSnA==}
+ /@vitest/expect@0.34.5:
+ resolution: {integrity: sha512-/3RBIV9XEH+nRpRMqDJBufKIOQaYUH2X6bt0rKSCW0MfKhXFLYsR5ivHifeajRSTsln0FwJbitxLKHSQz/Xwkw==}
dependencies:
- '@vitest/spy': 0.34.4
- '@vitest/utils': 0.34.4
+ '@vitest/spy': 0.34.5
+ '@vitest/utils': 0.34.5
chai: 4.3.8
dev: true
- /@vitest/runner@0.34.4:
- resolution: {integrity: sha512-hwwdB1StERqUls8oV8YcpmTIpVeJMe4WgYuDongVzixl5hlYLT2G8afhcdADeDeqCaAmZcSgLTLtqkjPQF7x+w==}
+ /@vitest/runner@0.34.5:
+ resolution: {integrity: sha512-RDEE3ViVvl7jFSCbnBRyYuu23XxmvRTSZWW6W4M7eC5dOsK75d5LIf6uhE5Fqf809DQ1+9ICZZNxhIolWHU4og==}
dependencies:
- '@vitest/utils': 0.34.4
+ '@vitest/utils': 0.34.5
p-limit: 4.0.0
pathe: 1.1.1
dev: true
- /@vitest/snapshot@0.34.4:
- resolution: {integrity: sha512-GCsh4coc3YUSL/o+BPUo7lHQbzpdttTxL6f4q0jRx2qVGoYz/cyTRDJHbnwks6TILi6560bVWoBpYC10PuTLHw==}
+ /@vitest/snapshot@0.34.5:
+ resolution: {integrity: sha512-+ikwSbhu6z2yOdtKmk/aeoDZ9QPm2g/ZO5rXT58RR9Vmu/kB2MamyDSx77dctqdZfP3Diqv4mbc/yw2kPT8rmA==}
dependencies:
magic-string: 0.30.3
pathe: 1.1.1
pretty-format: 29.6.3
dev: true
- /@vitest/spy@0.34.4:
- resolution: {integrity: sha512-PNU+fd7DUPgA3Ya924b1qKuQkonAW6hL7YUjkON3wmBwSTIlhOSpy04SJ0NrRsEbrXgMMj6Morh04BMf8k+w0g==}
+ /@vitest/spy@0.34.5:
+ resolution: {integrity: sha512-epsicsfhvBjRjCMOC/3k00mP/TBGQy8/P0DxOFiWyLt55gnZ99dqCfCiAsKO17BWVjn4eZRIjKvcqNmSz8gvmg==}
dependencies:
tinyspy: 2.1.1
dev: true
- /@vitest/utils@0.34.4:
- resolution: {integrity: sha512-yR2+5CHhp/K4ySY0Qtd+CAL9f5Yh1aXrKfAT42bq6CtlGPh92jIDDDSg7ydlRow1CP+dys4TrOrbELOyNInHSg==}
+ /@vitest/utils@0.34.5:
+ resolution: {integrity: sha512-ur6CmmYQoeHMwmGb0v+qwkwN3yopZuZyf4xt1DBBSGBed8Hf9Gmbm/5dEWqgpLPdRx6Av6jcWXrjcKfkTzg/pw==}
dependencies:
diff-sequences: 29.6.3
loupe: 2.3.6
@@ -8579,20 +8625,20 @@ packages:
/@vue/babel-helper-vue-jsx-merge-props@1.4.0:
resolution: {integrity: sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==}
- /@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.22.20):
+ /@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/helper-module-imports': 7.22.15
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
'@vue/babel-helper-vue-jsx-merge-props': 1.4.0
html-tags: 2.0.0
lodash.kebabcase: 4.1.1
svg-tags: 1.0.0
- /@vue/babel-preset-jsx@1.4.0(@babel/core@7.22.20)(vue@2.7.14):
+ /@vue/babel-preset-jsx@1.4.0(@babel/core@7.23.0)(vue@2.7.14):
resolution: {integrity: sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -8601,70 +8647,70 @@ packages:
vue:
optional: true
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@vue/babel-helper-vue-jsx-merge-props': 1.4.0
- '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.22.20)
- '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.22.20)
- '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.22.20)
- '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.22.20)
- '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.22.20)
- '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.22.20)
- '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.22.20)
+ '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.0)
+ '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.23.0)
+ '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.23.0)
+ '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.23.0)
+ '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.23.0)
+ '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.23.0)
+ '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.23.0)
vue: 2.7.14
- /@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.22.20):
+ /@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
- /@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.22.20):
+ /@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
- /@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.22.20):
+ /@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
- /@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.22.20):
+ /@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
- /@vue/babel-sugar-v-model@1.4.0(@babel/core@7.22.20):
+ /@vue/babel-sugar-v-model@1.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
'@vue/babel-helper-vue-jsx-merge-props': 1.4.0
- '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.22.20)
+ '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.0)
camelcase: 5.3.1
html-tags: 2.0.0
svg-tags: 1.0.0
- /@vue/babel-sugar-v-on@1.4.0(@babel/core@7.22.20):
+ /@vue/babel-sugar-v-on@1.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
- '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
+ '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.23.0)
camelcase: 5.3.1
/@vue/compiler-sfc@2.7.14:
@@ -8750,7 +8796,7 @@ packages:
resolution: {integrity: sha512-udMmmF1ts3zwxUJEIAj5ziioR900reDrt6C9H3XpWPsLBx2lpHKoA4BTdd9HNIYbkGltWw+JjWJ+5O6QBwiyEw==}
peerDependencies:
vue: 2.x
- vue-template-compiler: 2.7.14
+ vue-template-compiler: ^2.x
dependencies:
dom-event-types: 1.1.0
lodash: 4.17.21
@@ -9334,7 +9380,7 @@ packages:
engines: {node: '>=8', npm: '>=6'}
dependencies:
'@babel/generator': 7.17.10
- '@babel/parser': 7.22.16
+ '@babel/parser': 7.23.0
'@babel/types': 7.17.10
apollo-env: 0.10.2
apollo-language-server: 1.26.9(typescript@4.9.5)
@@ -10197,14 +10243,14 @@ packages:
- debug
dev: true
- /babel-loader@8.3.0(@babel/core@7.22.20)(webpack@4.47.0):
+ /babel-loader@8.3.0(@babel/core@7.23.0)(webpack@4.47.0):
resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==}
engines: {node: '>= 8.9'}
peerDependencies:
'@babel/core': ^7.0.0
webpack: '>=2'
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
find-cache-dir: 3.3.2
loader-utils: 2.0.4
make-dir: 3.1.0
@@ -10212,36 +10258,36 @@ packages:
webpack: 4.47.0
dev: false
- /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.20):
+ /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.23.0):
resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
'@babel/compat-data': 7.22.20
- '@babel/core': 7.22.20
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.20):
+ /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.23.0):
resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
core-js-compat: 3.32.2
transitivePeerDependencies:
- supports-color
- /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.20):
+ /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.23.0):
resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0)
transitivePeerDependencies:
- supports-color
@@ -10249,38 +10295,38 @@ packages:
resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==}
dev: false
- /babel-preset-fbjs@3.4.0(@babel/core@7.22.20):
+ /babel-preset-fbjs@3.4.0(@babel/core@7.23.0):
resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.20)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.20)
- '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.20)
- '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.20)
+ '@babel/core': 7.23.0
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.0)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0)
+ '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0)
babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0
dev: false
@@ -11008,12 +11054,6 @@ packages:
inherits: 2.0.4
safe-buffer: 5.2.1
- /citty@0.1.3:
- resolution: {integrity: sha512-tb6zTEb2BDSrzFedqFYFUKUuKNaxVJWCm7o02K4kADGkBDyyiz7D40rDMpguczdZyAN3aetd5fhpB01HkreNyg==}
- dependencies:
- consola: 3.2.3
- dev: true
-
/citty@0.1.4:
resolution: {integrity: sha512-Q3bK1huLxzQrvj7hImJ7Z1vKYJRPQCDnd0EjXfHMidcjecGOMuLrmuQmtWmFkuKLcMThlGh1yCKG8IEc6VeNXQ==}
dependencies:
@@ -11739,6 +11779,10 @@ packages:
/convert-source-map@1.9.0:
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
+ dev: true
+
+ /convert-source-map@2.0.0:
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
/cookie-es@0.5.0:
resolution: {integrity: sha512-RyZrFi6PNpBFbIaQjXDlFIhFVqV42QeKSZX1yQIl6ihImq6vcHNGMtqQ/QzY3RMPuYSkvsRwtnt5M9NeYxKt0g==}
@@ -13247,16 +13291,16 @@ packages:
source-map: 0.6.1
dev: true
- /eslint-config-prettier@8.10.0(eslint@8.49.0):
+ /eslint-config-prettier@8.10.0(eslint@8.50.0):
resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==}
hasBin: true
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- eslint: 8.49.0
+ eslint: 8.50.0
dev: true
- /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.0.2)(eslint-plugin-promise@6.1.1)(eslint@8.49.0):
+ /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.0.2)(eslint-plugin-promise@6.1.1)(eslint@8.50.0):
resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -13265,29 +13309,29 @@ packages:
eslint-plugin-n: '^15.0.0 || ^16.0.0 '
eslint-plugin-promise: ^6.0.0
dependencies:
- eslint: 8.49.0
- eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0)
- eslint-plugin-n: 16.0.2(eslint@8.49.0)
- eslint-plugin-promise: 6.1.1(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0)
+ eslint-plugin-n: 16.0.2(eslint@8.50.0)
+ eslint-plugin-promise: 6.1.1(eslint@8.50.0)
dev: true
- /eslint-config-unjs@0.2.1(eslint@8.49.0)(typescript@4.9.5):
+ /eslint-config-unjs@0.2.1(eslint@8.50.0)(typescript@4.9.5):
resolution: {integrity: sha512-h17q+WR86glq8yLFuHfEnAFfbEYqXpJAppXc0e0fQz0gsotJQ14BZVrlvIThE2a+stWyh0VT73gbBPfosl2rVA==}
peerDependencies:
eslint: '*'
typescript: '*'
dependencies:
- '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.49.0)(typescript@4.9.5)
- '@typescript-eslint/parser': 5.62.0(eslint@8.49.0)(typescript@4.9.5)
- eslint: 8.49.0
- eslint-config-prettier: 8.10.0(eslint@8.49.0)
- eslint-config-standard: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.0.2)(eslint-plugin-promise@6.1.1)(eslint@8.49.0)
- eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.49.0)
- eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0)
- eslint-plugin-n: 16.0.2(eslint@8.49.0)
- eslint-plugin-node: 11.1.0(eslint@8.49.0)
- eslint-plugin-promise: 6.1.1(eslint@8.49.0)
- eslint-plugin-unicorn: 47.0.0(eslint@8.49.0)
+ '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.50.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.50.0)(typescript@4.9.5)
+ eslint: 8.50.0
+ eslint-config-prettier: 8.10.0(eslint@8.50.0)
+ eslint-config-standard: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.0.2)(eslint-plugin-promise@6.1.1)(eslint@8.50.0)
+ eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.50.0)
+ eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0)
+ eslint-plugin-n: 16.0.2(eslint@8.50.0)
+ eslint-plugin-node: 11.1.0(eslint@8.50.0)
+ eslint-plugin-promise: 6.1.1(eslint@8.50.0)
+ eslint-plugin-unicorn: 47.0.0(eslint@8.50.0)
typescript: 4.9.5
transitivePeerDependencies:
- eslint-import-resolver-node
@@ -13305,7 +13349,7 @@ packages:
- supports-color
dev: true
- /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.49.0):
+ /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.50.0):
resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
@@ -13314,9 +13358,9 @@ packages:
dependencies:
debug: 4.3.4(supports-color@8.1.1)
enhanced-resolve: 5.15.0
- eslint: 8.49.0
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0)
- eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0)
+ eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0)
fast-glob: 3.3.1
get-tsconfig: 4.7.0
is-core-module: 2.13.0
@@ -13328,7 +13372,7 @@ packages:
- supports-color
dev: true
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0):
+ /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
engines: {node: '>=4'}
peerDependencies:
@@ -13349,38 +13393,38 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.62.0(eslint@8.49.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.50.0)(typescript@4.9.5)
debug: 3.2.7(supports-color@5.5.0)
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.49.0)
+ eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.1)(eslint@8.50.0)
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-es-x@7.2.0(eslint@8.49.0):
+ /eslint-plugin-es-x@7.2.0(eslint@8.50.0):
resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
eslint: '>=8'
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
'@eslint-community/regexpp': 4.8.0
- eslint: 8.49.0
+ eslint: 8.50.0
dev: true
- /eslint-plugin-es@3.0.1(eslint@8.49.0):
+ /eslint-plugin-es@3.0.1(eslint@8.50.0):
resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-utils: 2.1.0
regexpp: 3.2.0
dev: true
- /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0):
+ /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0):
resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==}
engines: {node: '>=4'}
peerDependencies:
@@ -13390,16 +13434,16 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.62.0(eslint@8.49.0)(typescript@4.9.5)
+ '@typescript-eslint/parser': 5.62.0(eslint@8.50.0)(typescript@4.9.5)
array-includes: 3.1.7
array.prototype.findlastindex: 1.2.3
array.prototype.flat: 1.3.2
array.prototype.flatmap: 1.3.2
debug: 3.2.7(supports-color@5.5.0)
doctrine: 2.1.0
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.50.0)
has: 1.0.3
is-core-module: 2.13.0
is-glob: 4.0.3
@@ -13415,16 +13459,16 @@ packages:
- supports-color
dev: true
- /eslint-plugin-n@16.0.2(eslint@8.49.0):
+ /eslint-plugin-n@16.0.2(eslint@8.50.0):
resolution: {integrity: sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==}
engines: {node: '>=16.0.0'}
peerDependencies:
eslint: '>=7.0.0'
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
builtins: 5.0.1
- eslint: 8.49.0
- eslint-plugin-es-x: 7.2.0(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-plugin-es-x: 7.2.0(eslint@8.50.0)
ignore: 5.2.4
is-core-module: 2.13.0
minimatch: 3.1.2
@@ -13432,14 +13476,14 @@ packages:
semver: 7.5.4
dev: true
- /eslint-plugin-node@11.1.0(eslint@8.49.0):
+ /eslint-plugin-node@11.1.0(eslint@8.50.0):
resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=5.16.0'
dependencies:
- eslint: 8.49.0
- eslint-plugin-es: 3.0.1(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-plugin-es: 3.0.1(eslint@8.50.0)
eslint-utils: 2.1.0
ignore: 5.2.4
minimatch: 3.1.2
@@ -13447,7 +13491,7 @@ packages:
semver: 6.3.1
dev: true
- /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@2.8.8):
+ /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0)(eslint@8.50.0)(prettier@2.8.8):
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
@@ -13458,22 +13502,22 @@ packages:
eslint-config-prettier:
optional: true
dependencies:
- eslint: 8.49.0
- eslint-config-prettier: 8.10.0(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-config-prettier: 8.10.0(eslint@8.50.0)
prettier: 2.8.8
prettier-linter-helpers: 1.0.0
dev: true
- /eslint-plugin-promise@6.1.1(eslint@8.49.0):
+ /eslint-plugin-promise@6.1.1(eslint@8.50.0):
resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
dependencies:
- eslint: 8.49.0
+ eslint: 8.50.0
dev: true
- /eslint-plugin-unicorn@42.0.0(eslint@8.49.0):
+ /eslint-plugin-unicorn@42.0.0(eslint@8.50.0):
resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==}
engines: {node: '>=12'}
peerDependencies:
@@ -13482,8 +13526,8 @@ packages:
'@babel/helper-validator-identifier': 7.22.15
ci-info: 3.8.0
clean-regexp: 1.0.0
- eslint: 8.49.0
- eslint-utils: 3.0.0(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-utils: 3.0.0(eslint@8.50.0)
esquery: 1.5.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
@@ -13496,17 +13540,17 @@ packages:
strip-indent: 3.0.0
dev: true
- /eslint-plugin-unicorn@47.0.0(eslint@8.49.0):
+ /eslint-plugin-unicorn@47.0.0(eslint@8.50.0):
resolution: {integrity: sha512-ivB3bKk7fDIeWOUmmMm9o3Ax9zbMz1Bsza/R2qm46ufw4T6VBFBaJIR1uN3pCKSmSXm8/9Nri8V+iUut1NhQGA==}
engines: {node: '>=16'}
peerDependencies:
eslint: '>=8.38.0'
dependencies:
'@babel/helper-validator-identifier': 7.22.15
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
ci-info: 3.8.0
clean-regexp: 1.0.0
- eslint: 8.49.0
+ eslint: 8.50.0
esquery: 1.5.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
@@ -13521,39 +13565,39 @@ packages:
strip-indent: 3.0.0
dev: true
- /eslint-plugin-vue-scoped-css@2.5.0(eslint@8.49.0)(vue-eslint-parser@9.3.1):
+ /eslint-plugin-vue-scoped-css@2.5.0(eslint@8.50.0)(vue-eslint-parser@9.3.1):
resolution: {integrity: sha512-vR+raYNE1aQ69lS1lZGiKoz8rXFI3MWf2fxrfns/XCQ0XT5sIguhDtQS+9JmUQJClenLDEe2CQx7P+eeSdF4cA==}
engines: {node: ^12.22 || ^14.17 || >=16}
peerDependencies:
eslint: '>=5.0.0'
vue-eslint-parser: '>=7.1.0'
dependencies:
- eslint: 8.49.0
- eslint-utils: 3.0.0(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-utils: 3.0.0(eslint@8.50.0)
lodash: 4.17.21
postcss: 8.4.29
postcss-safe-parser: 6.0.0(postcss@8.4.29)
postcss-scss: 4.0.8(postcss@8.4.29)
postcss-selector-parser: 6.0.13
postcss-styl: 0.12.3
- vue-eslint-parser: 9.3.1(eslint@8.49.0)
+ vue-eslint-parser: 9.3.1(eslint@8.50.0)
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-vue@8.7.1(eslint@8.49.0):
+ /eslint-plugin-vue@8.7.1(eslint@8.50.0):
resolution: {integrity: sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
- eslint: 8.49.0
- eslint-utils: 3.0.0(eslint@8.49.0)
+ eslint: 8.50.0
+ eslint-utils: 3.0.0(eslint@8.50.0)
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.0.13
semver: 7.5.4
- vue-eslint-parser: 8.3.0(eslint@8.49.0)
+ vue-eslint-parser: 8.3.0(eslint@8.50.0)
transitivePeerDependencies:
- supports-color
dev: true
@@ -13588,13 +13632,13 @@ packages:
eslint-visitor-keys: 1.3.0
dev: true
- /eslint-utils@3.0.0(eslint@8.49.0):
+ /eslint-utils@3.0.0(eslint@8.50.0):
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -13613,15 +13657,15 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint@8.49.0:
- resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==}
+ /eslint@8.50.0:
+ resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
'@eslint-community/regexpp': 4.8.0
'@eslint/eslintrc': 2.1.2
- '@eslint/js': 8.49.0
+ '@eslint/js': 8.50.0
'@humanwhocodes/config-array': 0.11.11
'@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8
@@ -15103,8 +15147,8 @@ packages:
engines: {node: '>=12.0.0'}
dev: false
- /histoire@0.17.0(sass@1.67.0)(vite@3.2.7):
- resolution: {integrity: sha512-q5fX2yAiw1vjlC0xaEcm8uqiJzdKmItozyNa24ujFVD+YjKpBE1R6tl/zpUIfqOBgpifMgh7xQD5uU4ZFd7v/g==}
+ /histoire@0.17.2(sass@1.68.0)(vite@3.2.7):
+ resolution: {integrity: sha512-Mz+4AWBs+P2TeopXJ0qG4ZsrpuLggNPNF3yG4Q8yg8kXcd6a9DXUWuEElYbglod/xP5XB8efaDy2nibLTybJzg==}
hasBin: true
peerDependencies:
vite: ^2.9.0 || ^3.0.0 || ^4.0.0
@@ -15139,8 +15183,8 @@ packages:
sade: 1.8.1
shiki-es: 0.2.0
sirv: 2.0.3
- vite: 3.2.7(sass@1.67.0)(terser@5.19.4)
- vite-node: 0.28.4(sass@1.67.0)
+ vite: 3.2.7(sass@1.68.0)(terser@5.19.4)
+ vite-node: 0.34.5(@types/node@20.5.4)(sass@1.68.0)
transitivePeerDependencies:
- '@types/node'
- bufferutil
@@ -15910,8 +15954,8 @@ packages:
resolution: {integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==}
engines: {node: '>=10'}
dependencies:
- '@babel/core': 7.22.20
- '@babel/parser': 7.22.16
+ '@babel/core': 7.23.0
+ '@babel/parser': 7.23.0
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.0
semver: 7.5.4
@@ -17101,7 +17145,7 @@ packages:
hasBin: true
dev: false
- /mkdist@1.3.0(sass@1.67.0)(typescript@4.9.5):
+ /mkdist@1.3.0(sass@1.68.0)(typescript@4.9.5):
resolution: {integrity: sha512-ZQrUvcL7LkRdzMREpDyg9AT18N9Tl5jc2qeKAUeEw0KGsgykbHbuRvysGAzTuGtwuSg0WQyNit5jh/k+Er3JEg==}
hasBin: true
peerDependencies:
@@ -17113,7 +17157,7 @@ packages:
typescript:
optional: true
dependencies:
- citty: 0.1.3
+ citty: 0.1.4
defu: 6.1.2
esbuild: 0.18.20
fs-extra: 11.1.1
@@ -17122,11 +17166,11 @@ packages:
mlly: 1.4.2
mri: 1.2.0
pathe: 1.1.1
- sass: 1.67.0
+ sass: 1.68.0
typescript: 4.9.5
dev: true
- /mkdist@1.3.0(sass@1.67.0)(typescript@5.2.2):
+ /mkdist@1.3.0(sass@1.68.0)(typescript@5.2.2):
resolution: {integrity: sha512-ZQrUvcL7LkRdzMREpDyg9AT18N9Tl5jc2qeKAUeEw0KGsgykbHbuRvysGAzTuGtwuSg0WQyNit5jh/k+Er3JEg==}
hasBin: true
peerDependencies:
@@ -17138,7 +17182,7 @@ packages:
typescript:
optional: true
dependencies:
- citty: 0.1.3
+ citty: 0.1.4
defu: 6.1.2
esbuild: 0.18.20
fs-extra: 11.1.1
@@ -17147,7 +17191,7 @@ packages:
mlly: 1.4.2
mri: 1.2.0
pathe: 1.1.1
- sass: 1.67.0
+ sass: 1.68.0
typescript: 5.2.2
dev: true
@@ -18273,18 +18317,18 @@ packages:
mlly: 1.4.2
pathe: 1.1.1
- /playwright-core@1.38.0:
- resolution: {integrity: sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==}
+ /playwright-core@1.38.1:
+ resolution: {integrity: sha512-tQqNFUKa3OfMf4b2jQ7aGLB8o9bS3bOY0yMEtldtC2+spf8QXG9zvXLTXUeRsoNuxEYMgLYR+NXfAa1rjKRcrg==}
engines: {node: '>=16'}
hasBin: true
dev: true
- /playwright@1.38.0:
- resolution: {integrity: sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==}
+ /playwright@1.38.1:
+ resolution: {integrity: sha512-oRMSJmZrOu1FP5iu3UrCx8JEFRIMxLDM0c/3o4bpzU5Tz97BypefWf7TuTNPWeCe279TPal5RtPPZ+9lW/Qkow==}
engines: {node: '>=16'}
hasBin: true
dependencies:
- playwright-core: 1.38.0
+ playwright-core: 1.38.1
optionalDependencies:
fsevents: 2.3.2
dev: true
@@ -20476,7 +20520,7 @@ packages:
/safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- /sass-loader@10.4.1(sass@1.67.0):
+ /sass-loader@10.4.1(sass@1.68.0):
resolution: {integrity: sha512-aX/iJZTTpNUNx/OSYzo2KsjIUQHqvWsAhhUijFjAPdZTEhstjZI9zTNvkTTwsx+uNUJqUwOw5gacxQMx4hJxGQ==}
engines: {node: '>= 10.13.0'}
peerDependencies:
@@ -20495,13 +20539,13 @@ packages:
klona: 2.0.6
loader-utils: 2.0.4
neo-async: 2.6.2
- sass: 1.67.0
+ sass: 1.68.0
schema-utils: 3.3.0
semver: 7.5.4
dev: true
- /sass@1.67.0:
- resolution: {integrity: sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A==}
+ /sass@1.68.0:
+ resolution: {integrity: sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:
@@ -21963,7 +22007,7 @@ packages:
has-symbols: 1.0.3
which-boxed-primitive: 1.0.2
- /unbuild@1.0.2(sass@1.67.0):
+ /unbuild@1.0.2(sass@1.68.0):
resolution: {integrity: sha512-nQ2rxQ9aqIPzVhOEs6T/YcDGb6PWf6BAtQ0as+YWoaWCfezAdeL3KlNWSh279D6euOeCt94t0b/vAGr3GKu9Gw==}
hasBin: true
dependencies:
@@ -21982,7 +22026,7 @@ packages:
jiti: 1.20.0
magic-string: 0.27.0
mkdirp: 1.0.4
- mkdist: 1.3.0(sass@1.67.0)(typescript@4.9.5)
+ mkdist: 1.3.0(sass@1.68.0)(typescript@4.9.5)
mlly: 1.4.2
mri: 1.2.0
pathe: 1.1.1
@@ -21999,7 +22043,7 @@ packages:
- supports-color
dev: true
- /unbuild@1.2.1(sass@1.67.0):
+ /unbuild@1.2.1(sass@1.68.0):
resolution: {integrity: sha512-J4efk69Aye43tWcBPCsLK7TIRppGrEN4pAlDzRKo3HSE6MgTSTBxSEuE3ccx7ixc62JvGQ/CoFXYqqF2AHozow==}
hasBin: true
dependencies:
@@ -22017,7 +22061,7 @@ packages:
hookable: 5.5.3
jiti: 1.20.0
magic-string: 0.30.3
- mkdist: 1.3.0(sass@1.67.0)(typescript@5.2.2)
+ mkdist: 1.3.0(sass@1.68.0)(typescript@5.2.2)
mlly: 1.4.2
mri: 1.2.0
pathe: 1.1.1
@@ -22250,9 +22294,9 @@ packages:
resolution: {integrity: sha512-Egkr/s4zcMTEuulcIb7dgURS6QpN7DyqQYdf+jBtiaJvQ+eRsrtWUoX84SbvQWuLkXsOjM+8sJC9u6KoMK/U7Q==}
hasBin: true
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/standalone': 7.22.16
- '@babel/types': 7.22.19
+ '@babel/types': 7.23.0
defu: 6.1.2
jiti: 1.20.0
mri: 1.2.0
@@ -22457,31 +22501,8 @@ packages:
engines: {node: '>= 0.8'}
dev: false
- /vite-node@0.28.4(sass@1.67.0):
- resolution: {integrity: sha512-KM0Q0uSG/xHHKOJvVHc5xDBabgt0l70y7/lWTR7Q0pR5/MrYxadT+y32cJOE65FfjGmJgxpVEEY+69btJgcXOQ==}
- engines: {node: '>=v14.16.0'}
- hasBin: true
- dependencies:
- cac: 6.7.14
- debug: 4.3.4(supports-color@8.1.1)
- mlly: 1.4.2
- pathe: 1.1.1
- picocolors: 1.0.0
- source-map: 0.6.1
- source-map-support: 0.5.21
- vite: 3.2.7(sass@1.67.0)(terser@5.19.4)
- transitivePeerDependencies:
- - '@types/node'
- - less
- - sass
- - stylus
- - sugarss
- - supports-color
- - terser
- dev: true
-
- /vite-node@0.34.4(@types/node@20.5.4)(sass@1.67.0):
- resolution: {integrity: sha512-ho8HtiLc+nsmbwZMw8SlghESEE3KxJNp04F/jPUCLVvaURwt0d+r9LxEqCX5hvrrOQ0GSyxbYr5ZfRYhQ0yVKQ==}
+ /vite-node@0.34.5(@types/node@20.5.4)(sass@1.68.0):
+ resolution: {integrity: sha512-RNZ+DwbCvDoI5CbCSQSyRyzDTfFvFauvMs6Yq4ObJROKlIKuat1KgSX/Ako5rlDMfVCyMcpMRMTkJBxd6z8YRA==}
engines: {node: '>=v14.18.0'}
hasBin: true
dependencies:
@@ -22490,7 +22511,7 @@ packages:
mlly: 1.4.2
pathe: 1.1.1
picocolors: 1.0.0
- vite: 3.2.7(@types/node@20.5.4)(sass@1.67.0)
+ vite: 3.2.7(@types/node@20.5.4)(sass@1.68.0)
transitivePeerDependencies:
- '@types/node'
- less
@@ -22505,25 +22526,25 @@ packages:
resolution: {integrity: sha512-t3Tu93GWsMHbpeIv66MTO5e/rRAo8/+/eWoUtFYuAdKDMyEnn1dqsrXh+CfG+SJAlxJvcTP8U0eXkzhLjKNyMg==}
peerDependencies:
vite: ^2.0.0 || ^3.0.0 || ^4.0.0
- vue-template-compiler: 2.7.14
+ vue-template-compiler: ^2.2.0
dependencies:
- '@babel/core': 7.22.20
+ '@babel/core': 7.23.0
'@babel/parser': 7.22.16
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-decorators': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.20)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.20)
- '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.20)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-decorators': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.0)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0)
'@rollup/pluginutils': 4.2.1
'@vue/babel-helper-vue-jsx-merge-props': 1.4.0
- '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.22.20)(vue@2.7.14)
+ '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.23.0)(vue@2.7.14)
'@vue/component-compiler-utils': 3.3.0(lodash@4.17.21)
consolidate: 0.16.0(lodash@4.17.21)
debug: 4.3.4(supports-color@8.1.1)
@@ -22594,7 +22615,7 @@ packages:
- whiskers
dev: true
- /vite@3.2.7(@types/node@20.5.4)(sass@1.67.0):
+ /vite@3.2.7(@types/node@20.5.4)(sass@1.68.0):
resolution: {integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -22624,12 +22645,12 @@ packages:
postcss: 8.4.29
resolve: 1.22.4
rollup: 2.79.1
- sass: 1.67.0
+ sass: 1.68.0
optionalDependencies:
fsevents: 2.3.3
dev: true
- /vite@3.2.7(sass@1.67.0)(terser@5.19.4):
+ /vite@3.2.7(sass@1.68.0)(terser@5.19.4):
resolution: {integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -22658,51 +22679,14 @@ packages:
postcss: 8.4.29
resolve: 1.22.4
rollup: 2.79.1
- sass: 1.67.0
+ sass: 1.68.0
terser: 5.19.4
optionalDependencies:
fsevents: 2.3.3
dev: true
- /vite@4.4.9(@types/node@20.5.4)(sass@1.67.0):
- resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==}
- engines: {node: ^14.18.0 || >=16.0.0}
- hasBin: true
- peerDependencies:
- '@types/node': '>= 14'
- less: '*'
- lightningcss: ^1.21.0
- sass: '*'
- stylus: '*'
- sugarss: '*'
- terser: ^5.4.0
- peerDependenciesMeta:
- '@types/node':
- optional: true
- less:
- optional: true
- lightningcss:
- optional: true
- sass:
- optional: true
- stylus:
- optional: true
- sugarss:
- optional: true
- terser:
- optional: true
- dependencies:
- '@types/node': 20.5.4
- esbuild: 0.18.20
- postcss: 8.4.29
- rollup: 3.29.0
- sass: 1.67.0
- optionalDependencies:
- fsevents: 2.3.3
- dev: true
-
- /vitest@0.34.4(jsdom@19.0.0)(sass@1.67.0):
- resolution: {integrity: sha512-SE/laOsB6995QlbSE6BtkpXDeVNLJc1u2LHRG/OpnN4RsRzM3GQm4nm3PQCK5OBtrsUqnhzLdnT7se3aeNGdlw==}
+ /vitest@0.34.5(jsdom@19.0.0)(sass@1.68.0):
+ resolution: {integrity: sha512-CPI68mmnr2DThSB3frSuE5RLm9wo5wU4fbDrDwWQQB1CWgq9jQVoQwnQSzYAjdoBOPoH2UtXpOgHVge/uScfZg==}
engines: {node: '>=v14.18.0'}
hasBin: true
peerDependencies:
@@ -22735,11 +22719,11 @@ packages:
'@types/chai': 4.3.6
'@types/chai-subset': 1.3.3
'@types/node': 20.5.4
- '@vitest/expect': 0.34.4
- '@vitest/runner': 0.34.4
- '@vitest/snapshot': 0.34.4
- '@vitest/spy': 0.34.4
- '@vitest/utils': 0.34.4
+ '@vitest/expect': 0.34.5
+ '@vitest/runner': 0.34.5
+ '@vitest/snapshot': 0.34.5
+ '@vitest/spy': 0.34.5
+ '@vitest/utils': 0.34.5
acorn: 8.10.0
acorn-walk: 8.2.0
cac: 6.7.14
@@ -22754,12 +22738,11 @@ packages:
strip-literal: 1.3.0
tinybench: 2.5.0
tinypool: 0.7.0
- vite: 4.4.9(@types/node@20.5.4)(sass@1.67.0)
- vite-node: 0.34.4(@types/node@20.5.4)(sass@1.67.0)
+ vite: 3.2.7(@types/node@20.5.4)(sass@1.68.0)
+ vite-node: 0.34.5(@types/node@20.5.4)(sass@1.68.0)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
- - lightningcss
- sass
- stylus
- sugarss
@@ -22924,14 +22907,14 @@ packages:
- '@vue/composition-api'
dev: false
- /vue-eslint-parser@8.3.0(eslint@8.49.0):
+ /vue-eslint-parser@8.3.0(eslint@8.50.0):
resolution: {integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
@@ -22942,14 +22925,14 @@ packages:
- supports-color
dev: true
- /vue-eslint-parser@9.3.1(eslint@8.49.0):
+ /vue-eslint-parser@9.3.1(eslint@8.50.0):
resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4(supports-color@8.1.1)
- eslint: 8.49.0
+ eslint: 8.50.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
@@ -23130,19 +23113,19 @@ packages:
resolution: {integrity: sha512-CScBSX1/wCdmmZ/Lvj/63p2CCVTS0FMj0F69VRBo73CuJrjvPAPGmeNJ7D/cwt/VS2PduowRWbO8N4Zh4Z3b0g==}
engines: {node: '>=12.0.0'}
peerDependencies:
- vue-template-compiler: 2.7.14
- dependencies:
- '@babel/core': 7.22.20
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.20)
- '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.20)
- '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.20)
- '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.20)
- '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.20)
- '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.20)
- '@babel/types': 7.22.19
+ vue-template-compiler: ^2.6.0
+ dependencies:
+ '@babel/core': 7.23.0
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0)
+ '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.0)
+ '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0)
+ '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0)
+ '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0)
+ '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0)
+ '@babel/types': 7.23.0
deepmerge: 4.3.1
transitivePeerDependencies:
- supports-color
diff --git a/queries/subsquid/general/collectionByAccount.graphql b/queries/subsquid/general/collectionByAccount.graphql
index 88a32bcadd..6d8346c434 100644
--- a/queries/subsquid/general/collectionByAccount.graphql
+++ b/queries/subsquid/general/collectionByAccount.graphql
@@ -5,5 +5,7 @@ query collectionByAccount($account: String!) {
) {
id
name
+ metadata
+ nftCount
}
}
diff --git a/queries/subsquid/general/nftByBlockNumber.graphql b/queries/subsquid/general/nftByBlockNumber.graphql
new file mode 100644
index 0000000000..131bed6fbd
--- /dev/null
+++ b/queries/subsquid/general/nftByBlockNumber.graphql
@@ -0,0 +1,11 @@
+query nftByBlockNumber($limit: Int = 10, $blockNumber: BigInt) {
+ nftEntities(
+ limit: $limit
+ where: { blockNumber_eq: $blockNumber }
+ orderBy: sn_DESC
+ ) {
+ blockNumber
+ id
+ name
+ }
+}
diff --git a/queries/subsquid/ksm/nftListWithSearch.graphql b/queries/subsquid/ksm/nftListWithSearch.graphql
index dce09e27e6..90e7f36b8d 100644
--- a/queries/subsquid/ksm/nftListWithSearch.graphql
+++ b/queries/subsquid/ksm/nftListWithSearch.graphql
@@ -38,6 +38,9 @@ query nftListWithSearch(
slot
src
thumb
+ meta {
+ animationUrl
+ }
}
}
nftEntitiesConnection(
diff --git a/static/sound.svg b/static/sound.svg
new file mode 100644
index 0000000000..4ef5b9cfe1
--- /dev/null
+++ b/static/sound.svg
@@ -0,0 +1,5 @@
+
diff --git a/styles/abstracts/_theme.scss b/styles/abstracts/_theme.scss
index 629831ecd8..22339bb4e3 100644
--- a/styles/abstracts/_theme.scss
+++ b/styles/abstracts/_theme.scss
@@ -19,15 +19,15 @@ $themes: (
'k-red': #ff5757,
'k-orange': #cf9a10,
'k-redaccent': #ffb6b6,
- 'k-redaccent2': #FFE6E6,
+ 'k-redaccent2': #ffe6e6,
'k-grey': #999999,
'k-grey-fix': #999999,
'k-pink': #ffb6ef,
'k-yellow': #feffb6,
'k-blueaccent': #b6cbff,
- 'k-aqua-blue': #CAFDF4,
+ 'k-aqua-blue': #cafdf4,
'k-greenaccent': #c2ffac,
- 'k-greenaccent2': #E6F7E6,
+ 'k-greenaccent2': #e6f7e6,
'k-hovergrey': #6b6b6b,
'k-blue': #6188e7,
'k-blue-hover': #3567e0,
@@ -66,7 +66,7 @@ $themes: (
'k-red': #ff5757,
'k-orange': #cf9a10,
'k-redaccent': #b52c2c,
- 'k-redaccent2': #390B0B,
+ 'k-redaccent2': #390b0b,
'k-grey': #cccccc,
'k-grey-fix': #999999,
'k-pink': #7a2a68,
@@ -74,7 +74,7 @@ $themes: (
'k-blueaccent': #2e50a2,
'k-aqua-blue': #106153,
'k-greenaccent': #056a02,
- 'k-greenaccent2': #0A3009,
+ 'k-greenaccent2': #0a3009,
'k-hovergrey': #6b6b6b,
'k-blue': #6188e7,
'k-blue-hover': #3567e0,
@@ -86,7 +86,7 @@ $themes: (
'primary-shadow': 4px 4px white,
'disabled': #191718,
'card-border-color': #6b6b6b,
- 'green-border-color': #056A02,
+ 'green-border-color': #056a02,
'blue-accent-bg-color': #363234,
'blue-light-hover-color': #363234,
'blue-light-cards': #121d39,
diff --git a/styles/global.scss b/styles/global.scss
index 9e5fc3f305..b44dbcfb50 100644
--- a/styles/global.scss
+++ b/styles/global.scss
@@ -306,9 +306,10 @@ a.has-text-grey {
}
.border {
@include ktheme() {
- border: 1px solid theme('border-color');
+ border: 1px solid theme('border-color') !important;
}
}
+
.no-border {
border: none !important;
}
diff --git a/styles/pages/create.scss b/styles/pages/create.scss
new file mode 100644
index 0000000000..b41e84a566
--- /dev/null
+++ b/styles/pages/create.scss
@@ -0,0 +1,63 @@
+@import '@/styles/abstracts/variables';
+
+:deep(.o-field__label) {
+ margin-bottom: 4px;
+}
+
+.o-field:not(:last-child) {
+ margin-bottom: 2rem;
+}
+
+.column {
+ max-width: 40rem;
+ padding: 4rem;
+
+ @include desktop() {
+ @include ktheme() {
+ background-color: theme('background-color');
+ border: 1px solid theme('border-color');
+ box-shadow: theme('primary-shadow');
+ }
+ }
+
+ @include touch() {
+ padding: 4rem 2rem;
+ box-shadow: none !important;
+ }
+}
+
+@include desktop() {
+ .columns {
+ padding: 5.25rem 0;
+
+ @include ktheme() {
+ background-color: theme('k-primaryLight');
+ }
+ }
+}
+
+.form-addons {
+ @include ktheme() {
+ border: 1px solid theme('card-border-color');
+ border-left: none;
+ text-align: center;
+ line-height: 3rem;
+ height: 3rem;
+ width: 4rem;
+ }
+}
+
+.sale :deep(.o-field__label) {
+ background: linear-gradient(to right, white, white, white);
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
+ -webkit-text-stroke: 1px black;
+ filter: drop-shadow(2px 2px black);
+ font-weight: bold;
+ font-size: 18px;
+}
+
+.sale.sale-on :deep(.o-field__label) {
+ background: linear-gradient(to right, white, #ff7ac3, #ff7ac3);
+ background-clip: text;
+}
diff --git a/tests/e2e/basic.spec.ts b/tests/e2e/basic.spec.ts
index ff6eed363b..e551b9f254 100644
--- a/tests/e2e/basic.spec.ts
+++ b/tests/e2e/basic.spec.ts
@@ -5,5 +5,5 @@ test('Check if RMRK2 shows Create Page', async ({ page }) => {
// Expects page to have a heading with the name of Create Collection.
const heading = await page.$('h1.title')
- expect(await heading?.textContent()).toContain('Create New Collection')
+ expect(await heading?.textContent()).toContain('What Do You Wish To Create?')
})
diff --git a/tests/e2e/createcollection.spec.ts b/tests/e2e/createcollection.spec.ts
index 9aadd6cb39..920392c005 100644
--- a/tests/e2e/createcollection.spec.ts
+++ b/tests/e2e/createcollection.spec.ts
@@ -1,6 +1,9 @@
import { expect, test } from '@playwright/test'
test('Fill fields to check if they work', async ({ page }) => {
+ //E2E connection
+ await page.goto('/e2e-login')
+ await page.waitForTimeout(10000)
await page.goto('/create/collection')
//upload image logo
await page.setInputFiles('input[type="file"]', 'tests/e2e/unsplash-image.jpg')
diff --git a/utils/account.ts b/utils/account.ts
index 3073fce916..33ac7a12df 100644
--- a/utils/account.ts
+++ b/utils/account.ts
@@ -100,4 +100,13 @@ export function accountToPublicKey(account: string): `0x${string}` {
return u8aToHex(decoded)
}
+export const isValidAddress = (address: string): boolean => {
+ try {
+ encodeAddress(decodeAddress(address))
+ return true
+ } catch (error) {
+ return false
+ }
+}
+
export default passwordRequired
diff --git a/utils/constants.ts b/utils/constants.ts
index 33c1dc70f3..be2039c134 100644
--- a/utils/constants.ts
+++ b/utils/constants.ts
@@ -34,7 +34,7 @@ export const PER_PAGE = 20
export const SHOW_SCROLL_TOP_BUTTON_HEIGHT = 350
-export const DETAIL_TIMEOUT = 3000
+export const DETAIL_TIMEOUT = 5000
export const MAX_UPLOADED_FILE_SIZE = 30
diff --git a/utils/fetch.ts b/utils/fetch.ts
index 7f1096a2f7..b820d5c2a8 100644
--- a/utils/fetch.ts
+++ b/utils/fetch.ts
@@ -34,4 +34,6 @@ export const fetchMimeType = async (
}
}
+export const delay = (ms) => new Promise((res) => setTimeout(res, ms))
+
export default api
diff --git a/utils/gallery/media.ts b/utils/gallery/media.ts
index 6070ec3e3f..a0c10249dd 100644
--- a/utils/gallery/media.ts
+++ b/utils/gallery/media.ts
@@ -29,6 +29,8 @@ export async function processMedia(mediaUrl: string) {
}
}
+export const isAudio = (mimeType: string): boolean => /^audio/.test(mimeType)
+
export function resolveMedia(mimeType?: string): MediaType {
if (!mimeType) {
return MediaType.UNKNOWN
@@ -54,7 +56,7 @@ export function resolveMedia(mimeType?: string): MediaType {
return MediaType.OBJECT
}
- if (/^audio/.test(mimeType)) {
+ if (isAudio(mimeType)) {
return MediaType.AUDIO
}
diff --git a/utils/ipfs.ts b/utils/ipfs.ts
index 7dde50c3c0..9a8c06146f 100644
--- a/utils/ipfs.ts
+++ b/utils/ipfs.ts
@@ -146,7 +146,12 @@ export const preheatFileFromIPFS = (ipfsUrl: string) => {
const url = sanitizeIpfsUrl(ipfsUrl, 'image')
const hash = fastExtract(url)
api(url)
- .then(() => consola.log(`[PREHEAT] ${hash}`))
+ .then(async () => {
+ consola.log(`[PREHEAT] ${hash}`)
+
+ // preheat to r2/cfi
+ await $fetch(hash)
+ })
.catch((err) => consola.warn(`[PREHEAT] ${hash} ${err.message}`))
}
diff --git a/utils/notification.ts b/utils/notification.ts
index 47526b0d84..0ab8848124 100644
--- a/utils/notification.ts
+++ b/utils/notification.ts
@@ -19,7 +19,8 @@ export const notificationTypes = {
export const showNotification = (
message: string | null,
- params: any = notificationTypes.info
+ params: any = notificationTypes.info,
+ duration = 10000
): void => {
if (params === notificationTypes.danger) {
consola.error('[Notification Error]', message)
@@ -28,7 +29,7 @@ export const showNotification = (
Notif.open({
message,
- duration: 10000,
+ duration,
closable: true,
...params,
})