diff --git a/README.md b/README.md
index cf94ee6..32805a8 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ THX to [antfu / Vitesse](https://github.com/antfu/vitesse) for starter code
- Pina as Store / CachedPiniaStore for effective data caching
- Validation with Vuelidate 2
- PrimeVue with Theme: Sakai (Free Admin Template)
+- Validation, PrimeVue Form elements by [formkit-primevue](https://github.com/sfxcode/formkit-primevue)
- Markdown Support (VitePages)
- TypeScript 4.5
- UnoCSS
diff --git a/package.json b/package.json
index 71770e5..c18ba5a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-primevue-starter",
- "version": "1.1.14",
+ "version": "1.2.0",
"license": "MIT",
"scripts": {
"dev": "vite --port 3333 --open",
@@ -16,6 +16,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
+ "@sfxcode/formkit-primevue": "^0.5.3",
"@vuelidate/core": "^2.0.0-alpha.41",
"@vuelidate/validators": "^2.0.0-alpha.29",
"@vueuse/core": "^8.5.0",
@@ -29,47 +30,47 @@
"primeicons": "^5.0.0",
"primevue": "^3.12.6",
"prism-theme-vars": "^0.2.3",
- "vue": "^3.2.34",
+ "vue": "^3.2.36",
"vue-demi": "^0.12.5",
"vue-i18n": "^9.2.0-beta.35",
"vue-router": "^4.0.15"
},
"devDependencies": {
- "@antfu/eslint-config": "^0.23.1",
+ "@antfu/eslint-config": "^0.24.2",
"@cypress/vite-dev-server": "^2.2.3",
- "@iconify/json": "^2.1.46",
+ "@iconify/json": "^2.1.48",
"@intlify/vite-plugin-vue-i18n": "3.4.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
- "@unocss/preset-attributify": "^0.33.5",
- "@unocss/preset-icons": "^0.33.5",
- "@unocss/preset-typography": "^0.33.5",
+ "@unocss/preset-attributify": "^0.34.1",
+ "@unocss/preset-icons": "^0.34.1",
+ "@unocss/preset-typography": "^0.34.1",
"@vitejs/plugin-vue": "^2.3.3",
- "@vitest/ui": "^0.12.6",
- "@vue/server-renderer": "^3.2.34",
- "@vue/test-utils": "^2.0.0-rc.21",
+ "@vitest/ui": "^0.12.9",
+ "@vue/server-renderer": "^3.2.36",
+ "@vue/test-utils": "^2.0.0",
"@vuedx/typecheck": "~0.7.5",
"@vuedx/typescript-plugin-vue": "~0.7.5",
"autoprefixer": "^10.4.7",
"c8": "^7.11.3",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
- "cypress": "^9.6.1",
- "eslint": "^8.15.0",
+ "cypress": "^9.7.0",
+ "eslint": "^8.16.0",
"eslint-plugin-cypress": "^2.12.1",
"happy-dom": "*",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.4",
- "pnpm": "^7.1.0",
+ "pnpm": "^7.1.5",
"postcss": "^8.4.14",
- "postcss-nesting": "^10.1.6",
+ "postcss-nesting": "^10.1.7",
"rxjs": "^7.5.5",
- "sass": "^1.51.0",
+ "sass": "^1.52.1",
"tslib": "^2.4.0",
- "typescript": "^4.6.4",
- "unocss": "^0.33.5",
- "unplugin-auto-import": "^0.7.2",
+ "typescript": "^4.7.2",
+ "unocss": "^0.34.1",
+ "unplugin-auto-import": "^0.8.4",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vite-plugin-inspect": "^0.5.0",
@@ -79,8 +80,8 @@
"vite-plugin-restart": "^0.1.1",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "^0.20.0",
- "vitest": "^0.12.6",
- "vue-tsc": "^0.34.15",
+ "vitest": "^0.12.9",
+ "vue-tsc": "^0.34.16",
"wait-on": "~6.0.1"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 9a1b1ca..4c7291a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,19 +1,20 @@
lockfileVersion: 5.4
specifiers:
- '@antfu/eslint-config': ^0.23.1
+ '@antfu/eslint-config': ^0.24.2
'@cypress/vite-dev-server': ^2.2.3
- '@iconify/json': ^2.1.46
+ '@iconify/json': ^2.1.48
'@intlify/vite-plugin-vue-i18n': 3.4.0
+ '@sfxcode/formkit-primevue': ^0.5.3
'@types/markdown-it-link-attributes': ^3.0.1
'@types/nprogress': ^0.2.0
- '@unocss/preset-attributify': ^0.33.5
- '@unocss/preset-icons': ^0.33.5
- '@unocss/preset-typography': ^0.33.5
+ '@unocss/preset-attributify': ^0.34.1
+ '@unocss/preset-icons': ^0.34.1
+ '@unocss/preset-typography': ^0.34.1
'@vitejs/plugin-vue': ^2.3.3
- '@vitest/ui': ^0.12.6
- '@vue/server-renderer': ^3.2.34
- '@vue/test-utils': ^2.0.0-rc.21
+ '@vitest/ui': ^0.12.9
+ '@vue/server-renderer': ^3.2.36
+ '@vue/test-utils': ^2.0.0
'@vuedx/typecheck': ~0.7.5
'@vuedx/typescript-plugin-vue': ~0.7.5
'@vuelidate/core': ^2.0.0-alpha.41
@@ -27,8 +28,8 @@ specifiers:
consola: ^2.15.3
critters: ^0.0.16
cross-env: ^7.0.3
- cypress: ^9.6.1
- eslint: ^8.15.0
+ cypress: ^9.7.0
+ eslint: ^8.16.0
eslint-plugin-cypress: ^2.12.1
happy-dom: '*'
https-localhost: ^4.7.1
@@ -37,18 +38,18 @@ specifiers:
nprogress: ^0.2.0
pinia: ~2.0.14
pinia-cached-store: ^0.5.0
- pnpm: ^7.1.0
+ pnpm: ^7.1.5
postcss: ^8.4.14
- postcss-nesting: ^10.1.6
+ postcss-nesting: ^10.1.7
primeicons: ^5.0.0
primevue: ^3.12.6
prism-theme-vars: ^0.2.3
rxjs: ^7.5.5
- sass: ^1.51.0
+ sass: ^1.52.1
tslib: ^2.4.0
- typescript: ^4.6.4
- unocss: ^0.33.5
- unplugin-auto-import: ^0.7.2
+ typescript: ^4.7.2
+ unocss: ^0.34.1
+ unplugin-auto-import: ^0.8.4
unplugin-vue-components: ^0.19.5
vite: ^2.9.9
vite-plugin-inspect: ^0.5.0
@@ -58,80 +59,81 @@ specifiers:
vite-plugin-restart: ^0.1.1
vite-plugin-vue-layouts: ^0.6.0
vite-ssg: ^0.20.0
- vitest: ^0.12.6
- vue: ^3.2.34
+ vitest: ^0.12.9
+ vue: ^3.2.36
vue-demi: ^0.12.5
vue-i18n: ^9.2.0-beta.35
vue-router: ^4.0.15
- vue-tsc: ^0.34.15
+ vue-tsc: ^0.34.16
wait-on: ~6.0.1
dependencies:
- '@vuelidate/core': 2.0.0-alpha.41_vue@3.2.34
- '@vuelidate/validators': 2.0.0-alpha.29_vue@3.2.34
- '@vueuse/core': 8.5.0_vue@3.2.34
- '@vueuse/head': 0.7.6_vue@3.2.34
+ '@sfxcode/formkit-primevue': 0.5.3_vue@3.2.36
+ '@vuelidate/core': 2.0.0-alpha.41_vue@3.2.36
+ '@vuelidate/validators': 2.0.0-alpha.29_vue@3.2.36
+ '@vueuse/core': 8.5.0_vue@3.2.36
+ '@vueuse/head': 0.7.6_vue@3.2.36
add: 2.0.6
chart.js: 3.7.1
consola: 2.15.3
nprogress: 0.2.0
- pinia: 2.0.14_3qif72e3bpvbqxqkytcvw4yi4u
- pinia-cached-store: 0.5.0_pdr57oyboduspjp3wmxsucwrjy
+ pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y
+ pinia-cached-store: 0.5.0_ya3og72hp33we4cm26qugbpef4
primeicons: 5.0.0
- primevue: 3.12.6_yzouq63u7sw4kdj6nceg27wdiy
+ primevue: 3.12.6_6l5ubmtnv4dj45afbdl5kiyoh4
prism-theme-vars: 0.2.3
- vue: 3.2.34
- vue-demi: 0.12.5_vue@3.2.34
- vue-i18n: 9.2.0-beta.35_vue@3.2.34
- vue-router: 4.0.15_vue@3.2.34
+ vue: 3.2.36
+ vue-demi: 0.12.5_vue@3.2.36
+ vue-i18n: 9.2.0-beta.35_vue@3.2.36
+ vue-router: 4.0.15_vue@3.2.36
devDependencies:
- '@antfu/eslint-config': 0.23.1_hcfsmds2fshutdssjqluwm76uu
+ '@antfu/eslint-config': 0.24.2_xztl6dhthcahlo6akmb2bmjmle
'@cypress/vite-dev-server': 2.2.3_vite@2.9.9
- '@iconify/json': 2.1.46
+ '@iconify/json': 2.1.48
'@intlify/vite-plugin-vue-i18n': 3.4.0_ffjyq3xvmksbcj77tjaigym5hi
'@types/markdown-it-link-attributes': 3.0.1
'@types/nprogress': 0.2.0
- '@unocss/preset-attributify': 0.33.5
- '@unocss/preset-icons': 0.33.5
- '@unocss/preset-typography': 0.33.5
- '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.34
- '@vitest/ui': 0.12.6
- '@vue/server-renderer': 3.2.34_vue@3.2.34
- '@vue/test-utils': 2.0.0-rc.21_vue@3.2.34
+ '@unocss/preset-attributify': 0.34.1
+ '@unocss/preset-icons': 0.34.1
+ '@unocss/preset-typography': 0.34.1
+ '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36
+ '@vitest/ui': 0.12.9
+ '@vue/server-renderer': 3.2.36_vue@3.2.36
+ '@vue/test-utils': 2.0.0_vue@3.2.36
'@vuedx/typecheck': 0.7.5
'@vuedx/typescript-plugin-vue': 0.7.5
autoprefixer: 10.4.7_postcss@8.4.14
c8: 7.11.3
critters: 0.0.16
cross-env: 7.0.3
- cypress: 9.6.1
- eslint: 8.15.0
- eslint-plugin-cypress: 2.12.1_eslint@8.15.0
- happy-dom: 3.2.2
+ cypress: 9.7.0
+ eslint: 8.16.0
+ eslint-plugin-cypress: 2.12.1_eslint@8.16.0
+ happy-dom: 4.0.1
https-localhost: 4.7.1
markdown-it-link-attributes: 4.0.0
markdown-it-prism: 2.2.4
- pnpm: 7.1.0
+ pnpm: 7.1.5
postcss: 8.4.14
- postcss-nesting: 10.1.6_postcss@8.4.14
+ postcss-nesting: 10.1.7_postcss@8.4.14
rxjs: 7.5.5
- sass: 1.51.0
+ sass: 1.52.1
tslib: 2.4.0
- typescript: 4.6.4
- unocss: 0.33.5_vite@2.9.9
- unplugin-auto-import: 0.7.2_4xyn6ao5ngwbgzbefoyccvabvi
- unplugin-vue-components: 0.19.5_vite@2.9.9+vue@3.2.34
- vite: 2.9.9_sass@1.51.0
+ typescript: 4.7.2
+ unocss: 0.34.1_vite@2.9.9
+ unplugin-auto-import: 0.8.4_4xyn6ao5ngwbgzbefoyccvabvi
+ unplugin-vue-components: 0.19.5_vite@2.9.9+vue@3.2.36
+ vite: 2.9.9_sass@1.52.1
vite-plugin-inspect: 0.5.0_vite@2.9.9
vite-plugin-md: 0.13.1_vite@2.9.9
vite-plugin-pages: 0.23.0_vite@2.9.9
vite-plugin-pwa: 0.12.0_vite@2.9.9
vite-plugin-restart: 0.1.1_vite@2.9.9
- vite-plugin-vue-layouts: 0.6.0_znelbxctcoez2vmx6zxbfk7qty
- vite-ssg: 0.20.0_uktvqc47t57o2iiriw5hlm6jra
- vitest: 0.12.6_sfr4p6fxrvsheqi3nmfdadj37y
- vue-tsc: 0.34.15_typescript@4.6.4
+ vite-plugin-vue-layouts: 0.6.0_ogyzu5t2gxjxdcuo6vkz6mdms4
+ vite-ssg: 0.20.0_52gbmshitwk6r33rjhybrschkq
+ vitest: 0.12.9_xsai5fmgyzzay4skttiajvqvni
+ vue-tsc: 0.34.16_typescript@4.7.2
wait-on: 6.0.1
packages:
@@ -144,24 +146,24 @@ packages:
'@jridgewell/trace-mapping': 0.3.13
dev: true
- /@antfu/eslint-config-basic/0.23.1_qo2hgs5jt7x2a3p77h2rutcdae:
- resolution: {integrity: sha512-9h0hqK+E/upIrSVTo2Nt2SQoKRqouDhiJcrdkOx3RgvQkcZItuZnpWI2WGDMWQ3WTjE4fYyd+F4p7Mx/QHvX8w==}
+ /@antfu/eslint-config-basic/0.24.2_hzuh7e2up357pvq3mkokjvu2lq:
+ resolution: {integrity: sha512-JQOJP5zM6pVg0wNUMJCcseNTbOSjIOK6kqhAzzkE1Xz5oUtaHgL9zjGyazPpJU6tkYzpXsUpCn3Nd2rFY02b4g==}
peerDependencies:
eslint: '>=7.4.0'
dependencies:
- eslint: 8.15.0
- eslint-plugin-antfu: 0.23.1_hcfsmds2fshutdssjqluwm76uu
- eslint-plugin-eslint-comments: 3.2.0_eslint@8.15.0
+ eslint: 8.16.0
+ eslint-plugin-antfu: 0.24.2_xztl6dhthcahlo6akmb2bmjmle
+ eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0
eslint-plugin-html: 6.2.0
- eslint-plugin-import: 2.26.0_eor5fr4wgkua4fh2zz3r4cqkce
- eslint-plugin-jsonc: 2.2.1_eslint@8.15.0
- eslint-plugin-markdown: 2.2.1_eslint@8.15.0
- eslint-plugin-n: 15.2.0_eslint@8.15.0
- eslint-plugin-promise: 6.0.0_eslint@8.15.0
- eslint-plugin-unicorn: 42.0.0_eslint@8.15.0
- eslint-plugin-yml: 0.14.0_eslint@8.15.0
+ eslint-plugin-import: 2.26.0_grfei5yostfimvqdpf73rlhy3e
+ eslint-plugin-jsonc: 2.2.1_eslint@8.16.0
+ eslint-plugin-markdown: 2.2.1_eslint@8.16.0
+ eslint-plugin-n: 15.2.0_eslint@8.16.0
+ eslint-plugin-promise: 6.0.0_eslint@8.16.0
+ eslint-plugin-unicorn: 42.0.0_eslint@8.16.0
+ eslint-plugin-yml: 1.0.0_eslint@8.16.0
jsonc-eslint-parser: 2.1.0
- yaml-eslint-parser: 0.5.0
+ yaml-eslint-parser: 1.0.1
transitivePeerDependencies:
- '@typescript-eslint/parser'
- eslint-import-resolver-typescript
@@ -170,14 +172,14 @@ packages:
- typescript
dev: true
- /@antfu/eslint-config-react/0.23.1_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-mg/wcl3AxvHljpnFGji6+7i2uyBqtL3YnCeLcjM6pvOq6DqhMkIsWUYiVonaqEOdTczcNGTvjwZpLlElBAOOgQ==}
+ /@antfu/eslint-config-react/0.24.2_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-rovMrWq4ZGNrPMTOrnLNcXNzztgaTGNT15e7fhOXvP1Zq2UMmj1BCvZjJnLFeHE+ptl7HGd9OADf+WdEfWEfKw==}
peerDependencies:
eslint: '>=7.4.0'
dependencies:
- '@antfu/eslint-config-ts': 0.23.1_hcfsmds2fshutdssjqluwm76uu
- eslint: 8.15.0
- eslint-plugin-react: 7.30.0_eslint@8.15.0
+ '@antfu/eslint-config-ts': 0.24.2_xztl6dhthcahlo6akmb2bmjmle
+ eslint: 8.16.0
+ eslint-plugin-react: 7.30.0_eslint@8.16.0
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -185,31 +187,31 @@ packages:
- typescript
dev: true
- /@antfu/eslint-config-ts/0.23.1_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-n/CZU17ZSbHKLKojX3QKuUxHhpbXXbxmOMQQP9W20/bsYo0ewpPotBwF0hjeN1B7D7uH8NGp+CoGzhnN7UyffA==}
+ /@antfu/eslint-config-ts/0.24.2_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-SLuePt5doZxiYPc4UpNpXHGufgK14/1PXb7qJlDOPYx9jWuPyCkpxesxWXBZ4S+ZHNOw4rvR2iJG0HFVPuNZxg==}
peerDependencies:
eslint: '>=7.4.0'
typescript: '>=3.9'
dependencies:
- '@antfu/eslint-config-basic': 0.23.1_qo2hgs5jt7x2a3p77h2rutcdae
- '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae
- '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu
- eslint: 8.15.0
- typescript: 4.6.4
+ '@antfu/eslint-config-basic': 0.24.2_hzuh7e2up357pvq3mkokjvu2lq
+ '@typescript-eslint/eslint-plugin': 5.26.0_hzuh7e2up357pvq3mkokjvu2lq
+ '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
+ eslint: 8.16.0
+ typescript: 4.7.2
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
dev: true
- /@antfu/eslint-config-vue/0.23.1_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-rkOSQuHHoYuB64qRuIwGqK1cdKi6UabfUHxjZSQn586f8fKzcDGoLWFZkHx6e66lEAECKLlVc4VmrKIVuUX2jw==}
+ /@antfu/eslint-config-vue/0.24.2_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-lENl6u3GHnzoP75nEx2J+BNZ5S8ORx3XBPD+izxvxoyarVeda4JZf66YJ3nfMI1g/7/5KoM2ebf3g3ceOEBi3w==}
peerDependencies:
eslint: '>=7.4.0'
dependencies:
- '@antfu/eslint-config-ts': 0.23.1_hcfsmds2fshutdssjqluwm76uu
- eslint: 8.15.0
- eslint-plugin-vue: 8.7.1_eslint@8.15.0
+ '@antfu/eslint-config-ts': 0.24.2_xztl6dhthcahlo6akmb2bmjmle
+ eslint: 8.16.0
+ eslint-plugin-vue: 9.0.1_eslint@8.16.0
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -217,27 +219,27 @@ packages:
- typescript
dev: true
- /@antfu/eslint-config/0.23.1_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-yHx9wiEnGrb22qil15U/2tIyFa+AbpHRdDn6xpyaONsRsa5FphrP/v1imbiF278HJZOzZ9qWvnrihKVtfOaPSw==}
+ /@antfu/eslint-config/0.24.2_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-hDqwNg8e2xud31467KQRmIaYknoF6ijZIUSVY4LI6rlOZPWHQp7J/rMW6NnIF5RHcGJnI/O0Pf1A0GJl3/pjJw==}
peerDependencies:
eslint: '>=7.4.0'
dependencies:
- '@antfu/eslint-config-react': 0.23.1_hcfsmds2fshutdssjqluwm76uu
- '@antfu/eslint-config-vue': 0.23.1_hcfsmds2fshutdssjqluwm76uu
- '@typescript-eslint/eslint-plugin': 5.25.0_qo2hgs5jt7x2a3p77h2rutcdae
- '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu
- eslint: 8.15.0
- eslint-plugin-eslint-comments: 3.2.0_eslint@8.15.0
+ '@antfu/eslint-config-react': 0.24.2_xztl6dhthcahlo6akmb2bmjmle
+ '@antfu/eslint-config-vue': 0.24.2_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/eslint-plugin': 5.26.0_hzuh7e2up357pvq3mkokjvu2lq
+ '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
+ eslint: 8.16.0
+ eslint-plugin-eslint-comments: 3.2.0_eslint@8.16.0
eslint-plugin-html: 6.2.0
- eslint-plugin-import: 2.26.0_eor5fr4wgkua4fh2zz3r4cqkce
- eslint-plugin-jsonc: 2.2.1_eslint@8.15.0
- eslint-plugin-n: 15.2.0_eslint@8.15.0
- eslint-plugin-promise: 6.0.0_eslint@8.15.0
- eslint-plugin-unicorn: 42.0.0_eslint@8.15.0
- eslint-plugin-vue: 8.7.1_eslint@8.15.0
- eslint-plugin-yml: 0.14.0_eslint@8.15.0
+ eslint-plugin-import: 2.26.0_grfei5yostfimvqdpf73rlhy3e
+ eslint-plugin-jsonc: 2.2.1_eslint@8.16.0
+ eslint-plugin-n: 15.2.0_eslint@8.16.0
+ eslint-plugin-promise: 6.0.0_eslint@8.16.0
+ eslint-plugin-unicorn: 42.0.0_eslint@8.16.0
+ eslint-plugin-vue: 9.0.1_eslint@8.16.0
+ eslint-plugin-yml: 1.0.0_eslint@8.16.0
jsonc-eslint-parser: 2.1.0
- yaml-eslint-parser: 0.5.0
+ yaml-eslint-parser: 1.0.1
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -280,20 +282,20 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
- /@babel/core/7.17.12:
- resolution: {integrity: sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==}
+ /@babel/core/7.18.0:
+ resolution: {integrity: sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==}
engines: {node: '>=6.9.0'}
dependencies:
'@ampproject/remapping': 2.2.0
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
- '@babel/helper-module-transforms': 7.17.12
- '@babel/helpers': 7.17.9
- '@babel/parser': 7.17.12
+ '@babel/generator': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
+ '@babel/helper-module-transforms': 7.18.0
+ '@babel/helpers': 7.18.0
+ '@babel/parser': 7.18.0
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
convert-source-map: 1.8.0
debug: 4.3.4
gensync: 1.0.0-beta.2
@@ -303,11 +305,11 @@ packages:
- supports-color
dev: true
- /@babel/generator/7.17.12:
- resolution: {integrity: sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==}
+ /@babel/generator/7.18.0:
+ resolution: {integrity: sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
'@jridgewell/gen-mapping': 0.3.1
jsesc: 2.5.2
dev: true
@@ -316,7 +318,7 @@ packages:
resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-builder-binary-assignment-operator-visitor/7.16.7:
@@ -324,29 +326,29 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-explode-assignable-expression': 7.16.7
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
- /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.12:
+ /@babel/helper-compilation-targets/7.17.10_@babel+core@7.18.0:
resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-validator-option': 7.16.7
browserslist: 4.20.3
semver: 6.3.0
dev: true
- /@babel/helper-create-class-features-plugin/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-sZoOeUTkFJMyhqCei2+Z+wtH/BehW8NVKQt7IRUQlRiOARuXymJYfN/FCcI8CvVbR0XVyDM6eLFOlR7YtiXnew==}
+ /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
@@ -358,27 +360,27 @@ packages:
- supports-color
dev: true
- /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.17.12:
+ /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
regexpu-core: 5.0.1
dev: true
- /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.12:
+ /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.0:
resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.17.12
- '@babel/traverse': 7.17.12
+ '@babel/traverse': 7.18.0
debug: 4.3.4
lodash.debounce: 4.0.8
resolve: 1.22.0
@@ -391,14 +393,14 @@ packages:
resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-explode-assignable-expression/7.16.7:
resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-function-name/7.17.9:
@@ -406,32 +408,32 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-hoist-variables/7.16.7:
resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-member-expression-to-functions/7.17.7:
resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-module-imports/7.16.7:
resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
- /@babel/helper-module-transforms/7.17.12:
- resolution: {integrity: sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==}
+ /@babel/helper-module-transforms/7.18.0:
+ resolution: {integrity: sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-environment-visitor': 7.16.7
@@ -440,8 +442,8 @@ packages:
'@babel/helper-split-export-declaration': 7.16.7
'@babel/helper-validator-identifier': 7.16.7
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -450,7 +452,7 @@ packages:
resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-plugin-utils/7.17.12:
@@ -464,7 +466,7 @@ packages:
dependencies:
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-wrap-function': 7.16.8
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -476,8 +478,8 @@ packages:
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-member-expression-to-functions': 7.17.7
'@babel/helper-optimise-call-expression': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -486,21 +488,21 @@ packages:
resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-skip-transparent-expression-wrappers/7.16.0:
resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-split-export-declaration/7.16.7:
resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
engines: {node: '>=6.9.0'}
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
dev: true
/@babel/helper-validator-identifier/7.16.7:
@@ -518,19 +520,19 @@ packages:
dependencies:
'@babel/helper-function-name': 7.17.9
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/helpers/7.17.9:
- resolution: {integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==}
+ /@babel/helpers/7.18.0:
+ resolution: {integrity: sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.7
- '@babel/traverse': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/traverse': 7.18.0
+ '@babel/types': 7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -552,364 +554,374 @@ packages:
'@babel/types': 7.12.1
dev: true
- /@babel/parser/7.17.12:
- resolution: {integrity: sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==}
+ /@babel/parser/7.18.0:
+ resolution: {integrity: sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==}
engines: {node: '>=6.0.0'}
hasBin: true
dependencies:
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
- /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-remap-async-to-generator': 7.16.8
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-class-static-block/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-8ILyDG6eL14F8iub97dVc8q35Md0PJYAnA5Kz9NACFOkt6ffCcr0FISyUPKHsvuAy36fkpIitxZ9bVYPFMGQHA==}
+ /@babel/plugin-proposal-class-static-block/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-object-rest-spread/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-6l9cO3YXXRh4yPCPRA776ZyJ3RobG4ZKJZhp7NDRbKIOeV3dBPG8FXCF7ZtiO2RTCIOkQOph1xDDcc01iWVNjQ==}
+ /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.0
dev: true
- /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
- '@babel/helper-create-class-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==}
engines: {node: '>=4'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.12:
+ /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.0:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.12:
+ /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.0:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.12:
+ /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.0:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-import-assertions/7.17.12_@babel+core@7.18.0:
+ resolution: {integrity: sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ dependencies:
+ '@babel/core': 7.18.0
+ '@babel/helper-plugin-utils': 7.17.12
+ dev: true
+
+ /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.12:
+ /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.0:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.12:
+ /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.0:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.12:
+ /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.0:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.12:
+ /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.0:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.12:
+ /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.0:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-module-imports': 7.16.7
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-remap-async-to-generator': 7.16.8
@@ -917,33 +929,33 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-block-scoping/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-block-scoping/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-classes/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-classes/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
@@ -956,122 +968,122 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-destructuring/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-P8pt0YiKtX5UMUL5Xzsc9Oyij+pJE6JuC+F1k0/brq/OOGs5jDa1If3OY0LRWGvJsJhI+8tsiecL3nJLc0WTlg==}
+ /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-for-of/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==}
+ /@babel/plugin-transform-for-of/7.18.1_@babel+core@7.18.0:
+ resolution: {integrity: sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-function-name': 7.17.9
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-literals/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-literals/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-modules-amd/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-p5rt9tB5Ndcc2Za7CeNxVf7YAjRcUMR6yi8o8tKjb9KhRkEvXwa+C0hj6DA5bVDkKRxB0NYhMUGbVKoFu4+zEA==}
+ /@babel/plugin-transform-modules-amd/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
babel-plugin-dynamic-import-node: 2.3.3
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-modules-commonjs/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-tVPs6MImAJz+DiX8Y1xXEMdTk5Lwxu9jiPjlS+nv5M2A59R7+/d1+9A8C/sbuY0b3QjIxqClkj6KAplEtRvzaA==}
+ /@babel/plugin-transform-modules-commonjs/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-simple-access': 7.17.7
babel-plugin-dynamic-import-node: 2.3.3
@@ -1079,15 +1091,15 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-systemjs/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-NVhDb0q00hqZcuLduUf/kMzbOQHiocmPbIxIvk23HLiEqaTKC/l4eRxeC7lO63M72BmACoiKOcb9AkOAJRerpw==}
+ /@babel/plugin-transform-modules-systemjs/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-vwKpxdHnlM5tIrRt/eA0bzfbi7gUBLN08vLu38np1nZevlPySRe6yvuATJB5F/WPJ+ur4OXwpVYq9+BsxqAQuQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-hoist-variables': 7.16.7
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-validator-identifier': 7.16.7
babel-plugin-dynamic-import-node: 2.3.3
@@ -1095,265 +1107,267 @@ packages:
- supports-color
dev: true
- /@babel/plugin-transform-modules-umd/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-BnsPkrUHsjzZGpnrmJeDFkOMMljWFHPjDc9xDcz71/C+ybF3lfC3V4m3dwXPLZrE5b3bgd4V+3/Pj+3620d7IA==}
+ /@babel/plugin-transform-modules-umd/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-module-transforms': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-module-transforms': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-new-target/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-new-target/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-CaOtzk2fDYisbjAD4Sd1MTKGVIpRtx9bWLyj24Y/k6p4s4gQ3CqDGJauFJxt8M/LEx003d0i3klVqnN73qvK3w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-replace-supers': 7.16.7
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.12:
- resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==}
+ /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-plugin-utils': 7.17.12
regenerator-transform: 0.15.0
dev: true
- /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-spread/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-spread/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
dev: true
- /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-template-literals/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-template-literals/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.17.12:
+ /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.18.0:
resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.12:
+ /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.18.0:
resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
dev: true
- /@babel/preset-env/7.17.12_@babel+core@7.17.12:
- resolution: {integrity: sha512-Kke30Rj3Lmcx97bVs71LO0s8M6FmJ7tUAQI9fNId62rf0cYG1UAWwdNO9/sE0/pLEahAw1MqMorymoD12bj5Fg==}
+ /@babel/preset-env/7.18.0_@babel+core@7.18.0:
+ resolution: {integrity: sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
- '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.18.0
'@babel/helper-plugin-utils': 7.17.12
'@babel/helper-validator-option': 7.16.7
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-class-static-block': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-proposal-object-rest-spread': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.12
- '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.12
- '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.12
- '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.12
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.12
- '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.12
- '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.12
- '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.12
- '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-destructuring': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-for-of': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-modules-amd': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-modules-commonjs': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-modules-systemjs': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-modules-umd': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-new-target': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.12
- '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.12
- '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.12
- '@babel/preset-modules': 0.1.5_@babel+core@7.17.12
- '@babel/types': 7.17.12
- babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.12
- babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.12
- babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.12
- core-js-compat: 3.22.5
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-class-static-block': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.0
+ '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.0
+ '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.0
+ '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-import-assertions': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.0
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.0
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.0
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.0
+ '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.0
+ '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-block-scoping': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-classes': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.0
+ '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-amd': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-commonjs': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-systemjs': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-modules-umd': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-new-target': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-regenerator': 7.18.0_@babel+core@7.18.0
+ '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-template-literals': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.18.0
+ '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/preset-modules': 0.1.5_@babel+core@7.18.0
+ '@babel/types': 7.18.0
+ babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.0
+ babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.0
+ babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.0
+ core-js-compat: 3.22.7
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /@babel/preset-modules/0.1.5_@babel+core@7.17.12:
+ /@babel/preset-modules/0.1.5_@babel+core@7.18.0:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-plugin-utils': 7.17.12
- '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.17.12
- '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.12
- '@babel/types': 7.17.12
+ '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.0
+ '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.0
+ '@babel/types': 7.18.0
esutils: 2.0.3
dev: true
- /@babel/runtime/7.17.9:
- resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==}
+ /@babel/runtime/7.18.0:
+ resolution: {integrity: sha512-YMQvx/6nKEaucl0MY56mwIG483xk8SDNdlUwb2Ts6FUpr7fm85DxEmsY18LXBNhcTz6tO6JwZV8w1W06v8UKeg==}
engines: {node: '>=6.9.0'}
dependencies:
regenerator-runtime: 0.13.9
@@ -1364,22 +1378,22 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/parser': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/parser': 7.18.0
+ '@babel/types': 7.18.0
dev: true
- /@babel/traverse/7.17.12:
- resolution: {integrity: sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==}
+ /@babel/traverse/7.18.0:
+ resolution: {integrity: sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
- '@babel/generator': 7.17.12
+ '@babel/generator': 7.18.0
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.17.9
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
- '@babel/parser': 7.17.12
- '@babel/types': 7.17.12
+ '@babel/parser': 7.18.0
+ '@babel/types': 7.18.0
debug: 4.3.4
globals: 11.12.0
transitivePeerDependencies:
@@ -1394,8 +1408,8 @@ packages:
to-fast-properties: 2.0.0
dev: true
- /@babel/types/7.17.12:
- resolution: {integrity: sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==}
+ /@babel/types/7.18.0:
+ resolution: {integrity: sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
@@ -1454,7 +1468,7 @@ packages:
dependencies:
debug: 4.3.4
get-port: 5.1.1
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
transitivePeerDependencies:
- supports-color
dev: true
@@ -1468,8 +1482,8 @@ packages:
- supports-color
dev: true
- /@eslint/eslintrc/1.2.3:
- resolution: {integrity: sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==}
+ /@eslint/eslintrc/1.3.0:
+ resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
ajv: 6.12.6
@@ -1485,6 +1499,75 @@ packages:
- supports-color
dev: true
+ /@formkit/core/1.0.0-beta.8:
+ resolution: {integrity: sha512-oHOfdKM0DX4gwxdzwdYHjmb02v62A/zR+eVVhGLes14ObhGvW9HD1mQqUgMZRKB5mEvgu6262v0nTcXZTFlEPQ==}
+ dependencies:
+ '@formkit/utils': 1.0.0-beta.8
+ dev: false
+
+ /@formkit/dev/1.0.0-beta.8:
+ resolution: {integrity: sha512-ZlEpPBmxwvdvXlUoY7Cmon1lrflBB3/wg80/6LT5vlkWBswk9BSbRlk+hwYko8xYH6TDA4s6r1jcYOObNYTkGw==}
+ dependencies:
+ '@formkit/core': 1.0.0-beta.8
+ '@formkit/utils': 1.0.0-beta.8
+ dev: false
+
+ /@formkit/i18n/1.0.0-beta.8:
+ resolution: {integrity: sha512-hMnXdv2zobkEMUxJba40RY3pm4pAevQGgZe3PUniujdHxlK0h+RgqIIbhWroAf4qP1RPOOy9RZdOgVJw3qNYEA==}
+ dependencies:
+ '@formkit/core': 1.0.0-beta.8
+ '@formkit/utils': 1.0.0-beta.8
+ '@formkit/validation': 1.0.0-beta.8
+ dev: false
+
+ /@formkit/inputs/1.0.0-beta.8:
+ resolution: {integrity: sha512-cmIVxU2WQMqneKN6ZIxN6mfAGEi2xDt/H9tNZCumz4/Zvgau75zu4+E9lT/ptexCeWKe1hUjSrOutTDKWJ/JGw==}
+ dependencies:
+ '@formkit/core': 1.0.0-beta.8
+ dev: false
+
+ /@formkit/observer/1.0.0-beta.8:
+ resolution: {integrity: sha512-e7BFqWG+XOAnTHECe0QRvOmQGNGsTz2vw8yQayDk4DmxrvZ/DPO8js6mhQ18t2CdnsZaFg2ETnW7n4hFAfAZXQ==}
+ dependencies:
+ '@formkit/core': 1.0.0-beta.8
+ '@formkit/utils': 1.0.0-beta.8
+ dev: false
+
+ /@formkit/rules/1.0.0-beta.8:
+ resolution: {integrity: sha512-0or3seb3xuw7Gz3fAedXmo5iJz/0elYLQ0XOoxhNAlmg7o691VwJCVf49l5pdHjTF8Fbu5SnNAENOar4oroyCQ==}
+ dependencies:
+ '@formkit/core': 1.0.0-beta.8
+ '@formkit/utils': 1.0.0-beta.8
+ '@formkit/validation': 1.0.0-beta.8
+ dev: false
+
+ /@formkit/utils/1.0.0-beta.8:
+ resolution: {integrity: sha512-ahAHFJBGIJvNWGuIQuAwUceblzKWO+c5MrNMQa3Xcl/CJtKQSgscSVcj2aZvV1KRUKxKZh3Ou73zrWK28SNFGw==}
+ dev: false
+
+ /@formkit/validation/1.0.0-beta.8:
+ resolution: {integrity: sha512-gwfclfozBt6QdpYF3KdT823VKK261of8HwEVLHnYFUyEOFRjROjqWrnRdDJsC0GkQb6rWNJZZJciv9/RRo7ifQ==}
+ dependencies:
+ '@formkit/core': 1.0.0-beta.8
+ '@formkit/observer': 1.0.0-beta.8
+ dev: false
+
+ /@formkit/vue/1.0.0-beta.8_vue@3.2.36:
+ resolution: {integrity: sha512-KuWGKcSwrdkvaeuBB40kAyBzEoIGDTehcrmF0MfhMkalphZHvotR/jBzIymx9zxMWxU6traEtQ2V/d+1Kov0IQ==}
+ peerDependencies:
+ vue: ^3.2.1
+ dependencies:
+ '@formkit/core': 1.0.0-beta.8
+ '@formkit/dev': 1.0.0-beta.8
+ '@formkit/i18n': 1.0.0-beta.8
+ '@formkit/inputs': 1.0.0-beta.8
+ '@formkit/observer': 1.0.0-beta.8
+ '@formkit/rules': 1.0.0-beta.8
+ '@formkit/utils': 1.0.0-beta.8
+ '@formkit/validation': 1.0.0-beta.8
+ vue: 3.2.36
+ dev: false
+
/@hapi/hoek/9.3.0:
resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==}
dev: true
@@ -1510,8 +1593,8 @@ packages:
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
dev: true
- /@iconify/json/2.1.46:
- resolution: {integrity: sha512-aHVHbpN+02ILMI5JN8ZuEaRHeA/kuy+w9wcLNhRT0Pr6DGRZuKXDNoX2O6rZ9tNiN4SPKjsYNxwijAIFKr+JGA==}
+ /@iconify/json/2.1.48:
+ resolution: {integrity: sha512-84F4/QBfJsDltU7yHgSX6lvEsHB4k4DDkVDkEW3QqFaUZ59fGa1Ls5MAOCH2TGhPrAmeRJN0JOEG3OaFK6AfMA==}
dependencies:
'@iconify/types': 1.1.0
pathe: 0.2.0
@@ -1550,7 +1633,7 @@ packages:
'@intlify/shared': 9.1.10
jsonc-eslint-parser: 1.4.1
source-map: 0.6.1
- vue-i18n: 9.2.0-beta.35_vue@3.2.34
+ vue-i18n: 9.2.0-beta.35_vue@3.2.36
yaml-eslint-parser: 0.3.2
dev: true
@@ -1562,14 +1645,12 @@ packages:
'@intlify/message-compiler': 9.2.0-beta.35
'@intlify/shared': 9.2.0-beta.35
'@intlify/vue-devtools': 9.2.0-beta.35
- dev: false
/@intlify/devtools-if/9.2.0-beta.35:
resolution: {integrity: sha512-y3+7M+eS9mqeXTBa1QWAvt4nsjwWJ5G4xT+G3IFtd7Vb2CQHwli229n0avD+VdlDGwWCDWpLkny8QWtdNEYpOA==}
engines: {node: '>= 12'}
dependencies:
'@intlify/shared': 9.2.0-beta.35
- dev: false
/@intlify/message-compiler/9.1.10:
resolution: {integrity: sha512-+JiJpXff/XTb0EadYwdxOyRTB0hXNd4n1HaJ/a4yuV960uRmPXaklJsedW0LNdcptd/hYUZtCkI7Lc9J5C1gxg==}
@@ -1586,7 +1667,6 @@ packages:
dependencies:
'@intlify/shared': 9.2.0-beta.35
source-map: 0.6.1
- dev: false
/@intlify/message-resolver/9.1.10:
resolution: {integrity: sha512-5YixMG/M05m0cn9+gOzd4EZQTFRUu8RGhzxJbR1DWN21x/Z3bJ8QpDYj6hC4FwBj5uKsRfKpJQ3Xqg98KWoA+w==}
@@ -1601,7 +1681,6 @@ packages:
/@intlify/shared/9.2.0-beta.35:
resolution: {integrity: sha512-DXf7xrwf08GKhr93XPQ8EgaEN0CIELl+mAS6SlRhi/aLtZv5HSGSMkz4M/ICwoWzFLSgOx/ZdBSasex19MMogg==}
engines: {node: '>= 12'}
- dev: false
/@intlify/vite-plugin-vue-i18n/3.4.0_ffjyq3xvmksbcj77tjaigym5hi:
resolution: {integrity: sha512-XXcZBgwJ+3FRu11c4ARoY9N00kElPii0/jNZ49qR045Ka7/YGCwb1Ku14BBlMSEHiHDSjLQknLwrJKSQGVZLyA==}
@@ -1622,8 +1701,8 @@ packages:
debug: 4.3.4
fast-glob: 3.2.11
source-map: 0.6.1
- vite: 2.9.9_sass@1.51.0
- vue-i18n: 9.2.0-beta.35_vue@3.2.34
+ vite: 2.9.9_sass@1.52.1
+ vue-i18n: 9.2.0-beta.35_vue@3.2.36
transitivePeerDependencies:
- supports-color
dev: true
@@ -1634,7 +1713,6 @@ packages:
dependencies:
'@intlify/core-base': 9.2.0-beta.35
'@intlify/shared': 9.2.0-beta.35
- dev: false
/@istanbuljs/schema/0.1.3:
resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==}
@@ -1704,7 +1782,7 @@ packages:
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
dev: true
- /@rollup/plugin-babel/5.3.1_swzzuhxpnwpceuiankqfict4vm:
+ /@rollup/plugin-babel/5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4:
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
engines: {node: '>= 10.0.0'}
peerDependencies:
@@ -1715,38 +1793,38 @@ packages:
'@types/babel__core':
optional: true
dependencies:
- '@babel/core': 7.17.12
+ '@babel/core': 7.18.0
'@babel/helper-module-imports': 7.16.7
- '@rollup/pluginutils': 3.1.0_rollup@2.74.0
- rollup: 2.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
+ rollup: 2.74.1
dev: true
- /@rollup/plugin-node-resolve/11.2.1_rollup@2.74.0:
+ /@rollup/plugin-node-resolve/11.2.1_rollup@2.74.1:
resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==}
engines: {node: '>= 10.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
'@types/resolve': 1.17.1
builtin-modules: 3.3.0
deepmerge: 4.2.2
is-module: 1.0.0
resolve: 1.22.0
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
- /@rollup/plugin-replace/2.4.2_rollup@2.74.0:
+ /@rollup/plugin-replace/2.4.2_rollup@2.74.1:
resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==}
peerDependencies:
rollup: ^1.20.0 || ^2.0.0
dependencies:
- '@rollup/pluginutils': 3.1.0_rollup@2.74.0
+ '@rollup/pluginutils': 3.1.0_rollup@2.74.1
magic-string: 0.25.9
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
- /@rollup/pluginutils/3.1.0_rollup@2.74.0:
+ /@rollup/pluginutils/3.1.0_rollup@2.74.1:
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
engines: {node: '>= 8.0.0'}
peerDependencies:
@@ -1755,7 +1833,7 @@ packages:
'@types/estree': 0.0.39
estree-walker: 1.0.1
picomatch: 2.3.1
- rollup: 2.74.0
+ rollup: 2.74.1
dev: true
/@rollup/pluginutils/4.2.1:
@@ -1836,6 +1914,17 @@ packages:
tslib: 1.14.1
dev: true
+ /@sfxcode/formkit-primevue/0.5.3_vue@3.2.36:
+ resolution: {integrity: sha512-kfH+5+nu0TTrUJCoSLctyuI8e/W+GXuQlmBLdAyBARykq7C2E6Nn83tWMsA+Uv/7FVZwTMPdRepqg/tOIMuS3w==}
+ dependencies:
+ '@formkit/vue': 1.0.0-beta.8_vue@3.2.36
+ primeicons: 5.0.0
+ primevue: 3.12.6_6l5ubmtnv4dj45afbdl5kiyoh4
+ quill: 1.3.7
+ transitivePeerDependencies:
+ - vue
+ dev: false
+
/@sideway/address/4.1.4:
resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==}
dependencies:
@@ -1947,8 +2036,8 @@ packages:
resolution: {integrity: sha512-B9EoJFjhqcQ9OmQrNorItO+OwEOORNn3S31WuiHvZY/dm9ajkB7AKD/8toessEtHHNL+58jofbq7hMMY9v4yig==}
dev: true
- /@types/node/17.0.34:
- resolution: {integrity: sha512-XImEz7XwTvDBtzlTnm8YvMqGW/ErMWBsKZ+hMTvnDIjGCKxwK5Xpc+c/oQjOauwq8M4OS11hEkpjX8rrI/eEgA==}
+ /@types/node/17.0.35:
+ resolution: {integrity: sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==}
dev: true
/@types/node/8.10.66:
@@ -1970,7 +2059,7 @@ packages:
/@types/resolve/1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
dependencies:
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
dev: true
/@types/sinonjs__fake-timers/8.1.1:
@@ -1997,8 +2086,8 @@ packages:
dev: true
optional: true
- /@typescript-eslint/eslint-plugin/5.25.0_qo2hgs5jt7x2a3p77h2rutcdae:
- resolution: {integrity: sha512-icYrFnUzvm+LhW0QeJNKkezBu6tJs9p/53dpPLFH8zoM9w1tfaKzVurkPotEpAqQ8Vf8uaFyL5jHd0Vs6Z0ZQg==}
+ /@typescript-eslint/eslint-plugin/5.26.0_hzuh7e2up357pvq3mkokjvu2lq:
+ resolution: {integrity: sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -2008,24 +2097,24 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu
- '@typescript-eslint/scope-manager': 5.25.0
- '@typescript-eslint/type-utils': 5.25.0_hcfsmds2fshutdssjqluwm76uu
- '@typescript-eslint/utils': 5.25.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/scope-manager': 5.26.0
+ '@typescript-eslint/type-utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
+ '@typescript-eslint/utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
debug: 4.3.4
- eslint: 8.15.0
+ eslint: 8.16.0
functional-red-black-tree: 1.0.1
ignore: 5.2.0
regexpp: 3.2.0
semver: 7.3.7
- tsutils: 3.21.0_typescript@4.6.4
- typescript: 4.6.4
+ tsutils: 3.21.0_typescript@4.7.2
+ typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/parser/5.25.0_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==}
+ /@typescript-eslint/parser/5.26.0_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -2034,26 +2123,26 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.25.0
- '@typescript-eslint/types': 5.25.0
- '@typescript-eslint/typescript-estree': 5.25.0_typescript@4.6.4
+ '@typescript-eslint/scope-manager': 5.26.0
+ '@typescript-eslint/types': 5.26.0
+ '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.2
debug: 4.3.4
- eslint: 8.15.0
- typescript: 4.6.4
+ eslint: 8.16.0
+ typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.25.0:
- resolution: {integrity: sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==}
+ /@typescript-eslint/scope-manager/5.26.0:
+ resolution: {integrity: sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.25.0
- '@typescript-eslint/visitor-keys': 5.25.0
+ '@typescript-eslint/types': 5.26.0
+ '@typescript-eslint/visitor-keys': 5.26.0
dev: true
- /@typescript-eslint/type-utils/5.25.0_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-B6nb3GK3Gv1Rsb2pqalebe/RyQoyG/WDy9yhj8EE0Ikds4Xa8RR28nHz+wlt4tMZk5bnAr0f3oC8TuDAd5CPrw==}
+ /@typescript-eslint/type-utils/5.26.0_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -2062,22 +2151,22 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': 5.25.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
debug: 4.3.4
- eslint: 8.15.0
- tsutils: 3.21.0_typescript@4.6.4
- typescript: 4.6.4
+ eslint: 8.16.0
+ tsutils: 3.21.0_typescript@4.7.2
+ typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/types/5.25.0:
- resolution: {integrity: sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==}
+ /@typescript-eslint/types/5.26.0:
+ resolution: {integrity: sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/5.25.0_typescript@4.6.4:
- resolution: {integrity: sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==}
+ /@typescript-eslint/typescript-estree/5.26.0_typescript@4.7.2:
+ resolution: {integrity: sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -2085,52 +2174,52 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.25.0
- '@typescript-eslint/visitor-keys': 5.25.0
+ '@typescript-eslint/types': 5.26.0
+ '@typescript-eslint/visitor-keys': 5.26.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.3.7
- tsutils: 3.21.0_typescript@4.6.4
- typescript: 4.6.4
+ tsutils: 3.21.0_typescript@4.7.2
+ typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
- /@typescript-eslint/utils/5.25.0_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-qNC9bhnz/n9Kba3yI6HQgQdBLuxDoMgdjzdhSInZh6NaDnFpTUlwNGxplUFWfY260Ya0TRPvkg9dd57qxrJI9g==}
+ /@typescript-eslint/utils/5.26.0_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.11
- '@typescript-eslint/scope-manager': 5.25.0
- '@typescript-eslint/types': 5.25.0
- '@typescript-eslint/typescript-estree': 5.25.0_typescript@4.6.4
- eslint: 8.15.0
+ '@typescript-eslint/scope-manager': 5.26.0
+ '@typescript-eslint/types': 5.26.0
+ '@typescript-eslint/typescript-estree': 5.26.0_typescript@4.7.2
+ eslint: 8.16.0
eslint-scope: 5.1.1
- eslint-utils: 3.0.0_eslint@8.15.0
+ eslint-utils: 3.0.0_eslint@8.16.0
transitivePeerDependencies:
- supports-color
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.25.0:
- resolution: {integrity: sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==}
+ /@typescript-eslint/visitor-keys/5.26.0:
+ resolution: {integrity: sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.25.0
+ '@typescript-eslint/types': 5.26.0
eslint-visitor-keys: 3.3.0
dev: true
- /@unocss/cli/0.33.5:
- resolution: {integrity: sha512-zijL36Km7mrb4auJv6rbsQwBlvP68omLko9Whv4lFx9dJ0H7FqIABxKODGIOGSnKhkOf63qRWihdftdmVQeyCA==}
+ /@unocss/cli/0.34.1:
+ resolution: {integrity: sha512-RHZyo70xOO/Loq17wVQoL+9Hs0QY0RbfAVfap6vk1uQMcDoZ3FVPjOvaDmpfqwwFeA6rExBplEF0jKlmsPfbuQ==}
engines: {node: '>=14'}
hasBin: true
dependencies:
- '@unocss/config': 0.33.5
- '@unocss/core': 0.33.5
- '@unocss/preset-uno': 0.33.5
+ '@unocss/config': 0.34.1
+ '@unocss/core': 0.34.1
+ '@unocss/preset-uno': 0.34.1
cac: 6.7.12
chokidar: 3.5.3
colorette: 2.0.16
@@ -2140,254 +2229,252 @@ packages:
perfect-debounce: 0.1.3
dev: true
- /@unocss/config/0.33.5:
- resolution: {integrity: sha512-hK+56VYP3/GlP361dBo3myM9nXVQJkEQwSxZZuOvbENFYGvZos9WhTHhMqDrwYIZCUis87HsoCHfXmFDO+opag==}
+ /@unocss/config/0.34.1:
+ resolution: {integrity: sha512-aB8AEIxo2C8Dvev4NFu8e/ClCy+1jY6TgKfYxVpDpITqwiNGGnFvFsj563JGGI9oD+cPAIXwHv0Kb79NBJTpyg==}
engines: {node: '>=14'}
dependencies:
- '@unocss/core': 0.33.5
+ '@unocss/core': 0.34.1
unconfig: 0.3.4
dev: true
- /@unocss/core/0.33.5:
- resolution: {integrity: sha512-VN3XMYM0kCIC8Z07P3/gDm9aZtkXBMaA3BG+C8PhdKhDTGTbFneprXIye46lv7JvKrVo70Uxvq/RhYfxFnaQOg==}
+ /@unocss/core/0.34.1:
+ resolution: {integrity: sha512-h2AeTLAiBWu6IZzR1tN2H/ypuCbc9CK7t8H/o2ncG22Jfoh6FO09jQPoiRZr72PcpDf2/0snN94iZLnjvPGZOg==}
dev: true
- /@unocss/inspector/0.33.5:
- resolution: {integrity: sha512-S8N9jA1Yq9zlmSw3pQHoFQz3sP5rjR+/BSvLetg9GCZ4c8Vapw2A+aUkx821HggUGC4/i/8yusfefZ3KWl+Ylw==}
+ /@unocss/inspector/0.34.1:
+ resolution: {integrity: sha512-4V4gUy1bykm/oOtEAXT5Lc98Bxp6k+vp141O/Yp+AMgX4wK0+dB9ELrQx7gzVLQauQv209xuMZ9tscKf0VEZaA==}
dependencies:
gzip-size: 6.0.0
sirv: 2.0.2
dev: true
- /@unocss/preset-attributify/0.33.5:
- resolution: {integrity: sha512-ARtNylVRvCvJA3l/G3SwBEgG28tAGTRWVnjxYQpw9ke31SuNv3fuCsSLrpZzmtIvDwJMT5m2sgn1zkO9VqC6wA==}
+ /@unocss/preset-attributify/0.34.1:
+ resolution: {integrity: sha512-ik4Dh0CEFa3yZuSY7C8ct4X1wRb50RHjZvp8exyDmWoUpMq/nKB6op9MRnPASAcMFeXs2pMnFYlNwg5rPiw3xQ==}
dependencies:
- '@unocss/core': 0.33.5
+ '@unocss/core': 0.34.1
dev: true
- /@unocss/preset-icons/0.33.5:
- resolution: {integrity: sha512-fJMXN8IceVS6x+HbwLEcbfA1SC8qGi1s3MJNj6u/d1HyNlDLhSFZnSneAK/EnxfZJ+/dhv1zi16wFdZCXbrHkw==}
+ /@unocss/preset-icons/0.34.1:
+ resolution: {integrity: sha512-fGfchdyf5qFm3wX6cLJWFIqfnfsWKPwipNGJDdPgnk0kFiV9sPBE7GD0ctwdZg6v+dpHImOAMRqfhpx5ocJUKw==}
dependencies:
'@iconify/utils': 1.0.32
- '@unocss/core': 0.33.5
- ohmyfetch: 0.4.17
+ '@unocss/core': 0.34.1
+ ohmyfetch: 0.4.18
transitivePeerDependencies:
- supports-color
dev: true
- /@unocss/preset-mini/0.33.5:
- resolution: {integrity: sha512-1fQU18tnArSflrP6B+wQYB7HxP0Q4k/JmMzjII/lSr9q0k6M7W5dyIwSb0q9ENEajTDOiP4/e3Xj9g/jfeP3+A==}
+ /@unocss/preset-mini/0.34.1:
+ resolution: {integrity: sha512-pEL+/55RfRTfpUplCVzC1l0gLy5cGR1lRSduNz91+FqHmxmyw/rzEoZl0+KhlcNTKWGJY6pM/UYQ3AcbNu5n9w==}
dependencies:
- '@unocss/core': 0.33.5
+ '@unocss/core': 0.34.1
dev: true
- /@unocss/preset-typography/0.33.5:
- resolution: {integrity: sha512-T4Oggdzoqa9/wFbBc29GUCKsWclMiYYb3msYllH1sJFV1toG6q/xNQIA1OK63D4vRarkxd49IRKyHr4Cruc0Qw==}
+ /@unocss/preset-typography/0.34.1:
+ resolution: {integrity: sha512-plNmH6LqJx6Zp7R42PvMlRJ60r+9zjL4gRmHP2V/kUWlAelrHDtBrCT4V8ndrNUXCIK9cE0rLKk6acafDbgsHg==}
dependencies:
- '@unocss/core': 0.33.5
+ '@unocss/core': 0.34.1
dev: true
- /@unocss/preset-uno/0.33.5:
- resolution: {integrity: sha512-0oB1t38jHwguejh8Jf5V1qh+SmQBYRr6Wqee4eKuajhFeNhyOnKNjjlIYyVL6bjkmaSkT3f7/xU+jMyPRiH6Cg==}
+ /@unocss/preset-uno/0.34.1:
+ resolution: {integrity: sha512-QQxSyZRBzgVwH+m6c6vdJt0ZMa4EHSj4DHpZ68r35FRbs7Wk8cJ7mK40FW+d4FbuFKaMN8EmH6zQTeN9+vtbUg==}
dependencies:
- '@unocss/core': 0.33.5
- '@unocss/preset-mini': 0.33.5
- '@unocss/preset-wind': 0.33.5
+ '@unocss/core': 0.34.1
+ '@unocss/preset-mini': 0.34.1
+ '@unocss/preset-wind': 0.34.1
dev: true
- /@unocss/preset-web-fonts/0.33.5:
- resolution: {integrity: sha512-ehpzw6paEtpmazCNO1GzEwd2T1+hHs4dUNRt+7NNjKa/B9D09GIHfkkIDBhjQd1dIDrqj66+p2EmeHhMzo4+Ng==}
+ /@unocss/preset-web-fonts/0.34.1:
+ resolution: {integrity: sha512-xLQT9ERot5pANELA9nXrzHlMOxOQkdNBkcaoeSwD/Lup4mpHKPXDAqWIry+GYfQvcF9k7BYD/40CSx44RAhOpw==}
dependencies:
- '@unocss/core': 0.33.5
- ohmyfetch: 0.4.17
+ '@unocss/core': 0.34.1
+ ohmyfetch: 0.4.18
dev: true
- /@unocss/preset-wind/0.33.5:
- resolution: {integrity: sha512-fsVtoqOIhWjXheblzVkoP3o7HChbotlQyf9NsRhiC4FgTneGenG9oLJf9EjT5BBVPvByou44STQ5xKjvIFizqQ==}
+ /@unocss/preset-wind/0.34.1:
+ resolution: {integrity: sha512-NDDIdtPv6tX0scNx4o9oF6GPz2U6ufI9uhbqacWhZX43aolJaNM0W5WsEOnw8GrO7RXOlgtChn0r79Uc91Ip0g==}
dependencies:
- '@unocss/core': 0.33.5
- '@unocss/preset-mini': 0.33.5
+ '@unocss/core': 0.34.1
+ '@unocss/preset-mini': 0.34.1
dev: true
- /@unocss/reset/0.33.5:
- resolution: {integrity: sha512-I7UCZE/cxILb0osq90cLqXZXL9mUnuDh1O7D8SwSXiRXLUAiOxTYPsUSyQ4Fp/w58CV7xXPUNn2Rio/KmVscfQ==}
+ /@unocss/reset/0.34.1:
+ resolution: {integrity: sha512-KbDzfB+CLcyNPOjm5g/sNhIvZn5LVlGTYvsxkCj3kzNKsNcuwK0QttDiR2Eo4/Zwtm8VJi0nWH6Oeg5lKyvV6w==}
dev: true
- /@unocss/scope/0.33.5:
- resolution: {integrity: sha512-RSwWZY+VhC2lPNcLDBBuTnQ59TcsRLGb++z44RSd4BqpZbnz0mmrRNn7uOZXhLJEM5w6QByWSoRno8ax1peDhA==}
+ /@unocss/scope/0.34.1:
+ resolution: {integrity: sha512-uWCbjdKzSqiGvaTsvOFvQlWYErlUQ2TKfer90dJid5mdak2XHnH1X/XqSYqqHLT5pmyVk7c2OGALxgUQV+IzjQ==}
dev: true
- /@unocss/transformer-compile-class/0.33.5:
- resolution: {integrity: sha512-7MJvfKfrvvlRZqIBwSJXLbonsrTrhSwco5iUEn8ihL6fm+yfwnfkhqhKcJ+zdbAs9TZz4bAiveYQbocUBuj9gQ==}
+ /@unocss/transformer-compile-class/0.34.1:
+ resolution: {integrity: sha512-NjjNOa4l5BWWJKW87BKiAOmudVaxyuKPRd8B80fz7lAQn/5VGEgQ0/1A6NmqAyHwKprUi4Gu4thsJezBiIAuNA==}
dependencies:
- '@unocss/core': 0.33.5
+ '@unocss/core': 0.34.1
dev: true
- /@unocss/transformer-directives/0.33.5:
- resolution: {integrity: sha512-bx5JRX5X2ukRr8b5B2uLoxeDLI9HcpivcjFERuLsseJ8VMtNQ81qdOUAYyg37RGJmbbq4Tl6rShD/Lm+4CNyew==}
+ /@unocss/transformer-directives/0.34.1:
+ resolution: {integrity: sha512-aLNa3uQ1WP+GYgLB2xyhfn6yXAuSquNlKgS/muGpc8oCSOMtAtaxjkdsAFzK8CRgZUYGMB3TBynJSBQhizTlDQ==}
dependencies:
- '@unocss/core': 0.33.5
+ '@unocss/core': 0.34.1
css-tree: 2.1.0
dev: true
- /@unocss/transformer-variant-group/0.33.5:
- resolution: {integrity: sha512-0otRA8y6gOM8M52f4/5b0qkYayZkN6JZ8//8Znuxa5wO9lXnnxel3cLsLdxE5MLL2gyf7zC+4C0nwRlRFQSfDw==}
+ /@unocss/transformer-variant-group/0.34.1:
+ resolution: {integrity: sha512-Dgk5uszraWgcVmerW1q/+AKKf/VpkyJFPOvc0EeJTl2H8kMdITrwHh5vVuQoM70rsaw3hGPWX++fThvIB48cWQ==}
dependencies:
- '@unocss/core': 0.33.5
+ '@unocss/core': 0.34.1
dev: true
- /@unocss/vite/0.33.5_vite@2.9.9:
- resolution: {integrity: sha512-q2Wc+/vCwIlarK3FfmdM3c9OwwmoiUjzMtdgK8Y6qNIq/26S7pEk5upplhswR6M9kjqjDbIQOKgaVrhQFlLeVQ==}
+ /@unocss/vite/0.34.1_vite@2.9.9:
+ resolution: {integrity: sha512-XQB4Y4hdg0Zof1obmzN1pR+/pyDOLGhvu13J6lw67nUwvLdy0t9IpBufh8yHpoka6E3j25yaGfLPqO0c5VYgkw==}
peerDependencies:
vite: ^2.9.0
dependencies:
'@rollup/pluginutils': 4.2.1
- '@unocss/config': 0.33.5
- '@unocss/core': 0.33.5
- '@unocss/inspector': 0.33.5
- '@unocss/scope': 0.33.5
- '@unocss/transformer-directives': 0.33.5
+ '@unocss/config': 0.34.1
+ '@unocss/core': 0.34.1
+ '@unocss/inspector': 0.34.1
+ '@unocss/scope': 0.34.1
+ '@unocss/transformer-directives': 0.34.1
magic-string: 0.26.2
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
dev: true
- /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.34:
+ /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.36:
resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
- vite: 2.9.9_sass@1.51.0
- vue: 3.2.34
+ vite: 2.9.9_sass@1.52.1
+ vue: 3.2.36
dev: true
- /@vitest/ui/0.12.6:
- resolution: {integrity: sha512-3qHt0YWveaEmZEp7yr23Sn4nCWdDSAYjBLSoBHbnDXwpNhryLQz2KVR5XkJ74mQnOInXd+mh//GPMeLrJi7LJA==}
+ /@vitest/ui/0.12.9:
+ resolution: {integrity: sha512-CFh2yEfakcNeheGAXHvaWGMpI5CcnxVIwkKC1rFz6LnEyOpkEv7i6gbZ1Tqu2YbnC5jRNCrz/bIsT5hT1lh9Rw==}
dependencies:
sirv: 2.0.2
dev: true
- /@volar/code-gen/0.34.15:
- resolution: {integrity: sha512-g30glPo5N9bJocf1NBt802UcmqgZ3UtPst9b/Tangj+zR+K2RV5S2Un/suR6ZRiETXtg3nmrUcCgsTSJ6PC29A==}
+ /@volar/code-gen/0.34.16:
+ resolution: {integrity: sha512-ep5us1iF66WlwzCFjTHMIdULIHzu6661228NknkSBGEAh878GPO+AgUqyQn9tY+al0KrsLuDRQVt6pwmeLoqwQ==}
dependencies:
- '@volar/source-map': 0.34.15
+ '@volar/source-map': 0.34.16
dev: true
- /@volar/source-map/0.34.15:
- resolution: {integrity: sha512-Y3sENK/kqsgD7Vtve6gq6/Dor6JuoJWR+s9iwHcHTcA4VDkJnJRGHcvP8S3SVBsWl7T9qtlnvH3WCbFj7WlXrw==}
+ /@volar/source-map/0.34.16:
+ resolution: {integrity: sha512-50F1XWcVRzKVXqwO7J39hZ4qd/htzHj62dsywz7FfhZZSOaQ43XT3uEy7cBAVgw7gs+qChFaUJAhM1iHb0FyOQ==}
dev: true
- /@volar/vue-code-gen/0.34.15:
- resolution: {integrity: sha512-GglGsHxPPb7mW2v//5MUrkzxAO68YEIL5bRwpZD0Cp9np34keQdd1SHB5DXdoyU38cnfHJWjBlqCYpTnz2CR/w==}
+ /@volar/vue-code-gen/0.34.16:
+ resolution: {integrity: sha512-R8OGn26pCQsctXLa6mZi3BIkyXemcrhibTRGrVh1z2TqWMtnCIT/NiAYXR7kAH4UzFEpglOJAIxrjwnodJ7x6w==}
dependencies:
- '@volar/code-gen': 0.34.15
- '@volar/source-map': 0.34.15
- '@vue/compiler-core': 3.2.34
- '@vue/compiler-dom': 3.2.34
- '@vue/shared': 3.2.34
+ '@volar/code-gen': 0.34.16
+ '@volar/source-map': 0.34.16
+ '@vue/compiler-core': 3.2.36
+ '@vue/compiler-dom': 3.2.36
+ '@vue/shared': 3.2.36
dev: true
- /@volar/vue-typescript/0.34.15:
- resolution: {integrity: sha512-7jwhYl1NQB0uYgTO74x+OBSD4SPF7bI3m1KFQ98Wt/NOTXr57YcUyOkDBImcTKRLX3PHG9ex6OfT7u3jiZ2Zzg==}
+ /@volar/vue-typescript/0.34.16:
+ resolution: {integrity: sha512-Jmo19pKRJAIhbAmr/1974knqKws9FZlnYWuCDvvg9wimKHTFosjDhDysORIMVHZ97og/0idK70iIKbcsyDadvw==}
dependencies:
- '@volar/code-gen': 0.34.15
- '@volar/source-map': 0.34.15
- '@volar/vue-code-gen': 0.34.15
- '@vue/compiler-sfc': 3.2.34
- '@vue/reactivity': 3.2.34
+ '@volar/code-gen': 0.34.16
+ '@volar/source-map': 0.34.16
+ '@volar/vue-code-gen': 0.34.16
+ '@vue/compiler-sfc': 3.2.36
+ '@vue/reactivity': 3.2.36
dev: true
- /@vue/compiler-core/3.2.34:
- resolution: {integrity: sha512-Y53lv04ZhDfqflhk4yEgBZrCL1RipbxqmqJFfl1PRkjOzt0bvJpf1sCNN81QNfXohVwFGf+Hng2ztwLwOZgbuA==}
+ /@vue/compiler-core/3.2.36:
+ resolution: {integrity: sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==}
dependencies:
- '@babel/parser': 7.17.12
- '@vue/shared': 3.2.34
+ '@babel/parser': 7.18.0
+ '@vue/shared': 3.2.36
estree-walker: 2.0.2
source-map: 0.6.1
- /@vue/compiler-dom/3.2.34:
- resolution: {integrity: sha512-MFLUYDgy0aES9x1goU/pgxpzgT9IZOndO8qwQVSyVfUvl/CywEBtfBi5+8fsiBDhoGIT7g8qcsUUF1NYViU2vQ==}
+ /@vue/compiler-dom/3.2.36:
+ resolution: {integrity: sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==}
dependencies:
- '@vue/compiler-core': 3.2.34
- '@vue/shared': 3.2.34
+ '@vue/compiler-core': 3.2.36
+ '@vue/shared': 3.2.36
- /@vue/compiler-sfc/3.2.34:
- resolution: {integrity: sha512-I+vT4soKJtdsoREBDYAcz56+yGpZ5T3GUigvBFgC2yTeTtBtREOPzYw8kZyMuD2ZlryPYBkbV8D9xxcvU0j/aw==}
+ /@vue/compiler-sfc/3.2.36:
+ resolution: {integrity: sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==}
dependencies:
- '@babel/parser': 7.17.12
- '@vue/compiler-core': 3.2.34
- '@vue/compiler-dom': 3.2.34
- '@vue/compiler-ssr': 3.2.34
- '@vue/reactivity-transform': 3.2.34
- '@vue/shared': 3.2.34
+ '@babel/parser': 7.18.0
+ '@vue/compiler-core': 3.2.36
+ '@vue/compiler-dom': 3.2.36
+ '@vue/compiler-ssr': 3.2.36
+ '@vue/reactivity-transform': 3.2.36
+ '@vue/shared': 3.2.36
estree-walker: 2.0.2
magic-string: 0.25.9
postcss: 8.4.14
source-map: 0.6.1
- /@vue/compiler-ssr/3.2.34:
- resolution: {integrity: sha512-zyaMdGJhxoA34ibWsXF7VH1PO5yrNB1MZg/ByRfXGM8JefGQaz+PpHvBy/5OI0ehEyhAyCb7279JdhYHacMZbw==}
+ /@vue/compiler-ssr/3.2.36:
+ resolution: {integrity: sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==}
dependencies:
- '@vue/compiler-dom': 3.2.34
- '@vue/shared': 3.2.34
+ '@vue/compiler-dom': 3.2.36
+ '@vue/shared': 3.2.36
/@vue/devtools-api/6.1.4:
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
- dev: false
- /@vue/reactivity-transform/3.2.34:
- resolution: {integrity: sha512-OtsrL4/i6Md279pMhZ8wRijeDhPSdnXrH9wmqAcKDhVcp1L2kSWlgVVLa1jGIyyFYE806YiJNJiGBvXPGXMzxw==}
+ /@vue/reactivity-transform/3.2.36:
+ resolution: {integrity: sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==}
dependencies:
- '@babel/parser': 7.17.12
- '@vue/compiler-core': 3.2.34
- '@vue/shared': 3.2.34
+ '@babel/parser': 7.18.0
+ '@vue/compiler-core': 3.2.36
+ '@vue/shared': 3.2.36
estree-walker: 2.0.2
magic-string: 0.25.9
- /@vue/reactivity/3.2.34:
- resolution: {integrity: sha512-xbRIOPqxdNOr0zS47moRS6zf4BKd0z+55R85UJlo4r5ezqCktk6fYy1atY4tGzo7Maqh6QoKw3LtIKvpz8d7WA==}
+ /@vue/reactivity/3.2.36:
+ resolution: {integrity: sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==}
dependencies:
- '@vue/shared': 3.2.34
+ '@vue/shared': 3.2.36
- /@vue/runtime-core/3.2.34:
- resolution: {integrity: sha512-GtaHqYiuEb56OA0cbMh20UPpDiXGRX+NS1buKif4OL341JJ3NtmNOIchCzknaN76oN6KqrLiO82/+TEZXl2Xtw==}
+ /@vue/runtime-core/3.2.36:
+ resolution: {integrity: sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==}
dependencies:
- '@vue/reactivity': 3.2.34
- '@vue/shared': 3.2.34
+ '@vue/reactivity': 3.2.36
+ '@vue/shared': 3.2.36
- /@vue/runtime-dom/3.2.34:
- resolution: {integrity: sha512-uqizbaJqmNH3O4TRr+8cM1tid5ODWHyQYZ3CLWcjn3dLkf0N7wvNuhUELQUZU/wQLvVMhJUQNrmOqckHLm6Xpw==}
+ /@vue/runtime-dom/3.2.36:
+ resolution: {integrity: sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==}
dependencies:
- '@vue/runtime-core': 3.2.34
- '@vue/shared': 3.2.34
+ '@vue/runtime-core': 3.2.36
+ '@vue/shared': 3.2.36
csstype: 2.6.20
- dev: false
- /@vue/server-renderer/3.2.34_vue@3.2.34:
- resolution: {integrity: sha512-PMnBAq1BexPFXBxuLngp4lQvc0XQD1CBDIHtEsG0pRusGWVJddBUKlR/EnnSvGaJ34YmKkAl9kdvczOz0kddew==}
+ /@vue/server-renderer/3.2.36_vue@3.2.36:
+ resolution: {integrity: sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==}
peerDependencies:
- vue: 3.2.34
+ vue: 3.2.36
dependencies:
- '@vue/compiler-ssr': 3.2.34
- '@vue/shared': 3.2.34
- vue: 3.2.34
+ '@vue/compiler-ssr': 3.2.36
+ '@vue/shared': 3.2.36
+ vue: 3.2.36
- /@vue/shared/3.2.34:
- resolution: {integrity: sha512-zhEeB8TrFmTXmTXmu/wcjEhgrjO4xqdDQrCdPhjX7NxfoLqoBVKguOm8qyihWNLbP+41svYY4za9mqXyqFLzNg==}
+ /@vue/shared/3.2.36:
+ resolution: {integrity: sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==}
- /@vue/test-utils/2.0.0-rc.21_vue@3.2.34:
- resolution: {integrity: sha512-wIJR4e/jISBKVKfiod3DV32BlDsoD744WVCuCaGtaSKvhvTL9gI5vl2AYSy00V51YaM8dCOFi3zcpCON8G1WqA==}
+ /@vue/test-utils/2.0.0_vue@3.2.36:
+ resolution: {integrity: sha512-zL5kygNq7hONrO1CzaUGprEAklAX+pH8J1MPMCU3Rd2xtSYkZ+PmKU3oEDRg8VAGdL5lNJHzDgrud5amFPtirw==}
peerDependencies:
vue: ^3.0.1
dependencies:
- vue: 3.2.34
+ vue: 3.2.36
dev: true
/@vuedx/compiler-sfc/0.7.1:
resolution: {integrity: sha512-M+j3COLqmTFgtsDOJEeeijUFCk7FF8x7vQsdORPPxipZF1S2vPvlcLg1bKVE6NF4wh7Gaq9Wvwv0zPi87pWRVA==}
dependencies:
- '@vue/compiler-core': 3.2.34
+ '@vue/compiler-core': 3.2.36
lru-cache: 6.0.0
source-map: 0.6.1
dev: true
@@ -2397,7 +2484,7 @@ packages:
dependencies:
'@babel/parser': 7.12.3
'@babel/types': 7.12.1
- '@vue/compiler-core': 3.2.34
+ '@vue/compiler-core': 3.2.36
'@vuedx/shared': 0.7.4
'@vuedx/template-ast-types': 0.7.3
source-map: 0.6.1
@@ -2417,16 +2504,16 @@ packages:
/@vuedx/template-ast-types/0.7.3:
resolution: {integrity: sha512-XnTutxbORMoskQCG7+TLJjIcRue9XV9Uqb63BcnBZRslUvAmVnOM9E6hMUNV0eNINms2HcQC2t0WMC+5o/Jywg==}
dependencies:
- '@vue/compiler-core': 3.2.34
+ '@vue/compiler-core': 3.2.36
dev: true
/@vuedx/transforms/0.7.5:
resolution: {integrity: sha512-UW0R1wYpwQKL+vzbMK3UhQbEjFjtxBnQKrueAfivVEGomXuVi6TwiDwiX6NLzlupwLyiIpWVsGzg4GsMhChjhg==}
dependencies:
- '@babel/generator': 7.17.12
- '@babel/parser': 7.17.12
+ '@babel/generator': 7.18.0
+ '@babel/parser': 7.18.0
'@babel/template': 7.16.7
- '@babel/types': 7.17.12
+ '@babel/types': 7.18.0
magic-string: 0.26.2
dev: true
@@ -2441,7 +2528,7 @@ packages:
fast-glob: 3.2.11
minimist: 1.2.6
resolve-from: 5.0.0
- typescript: 4.6.4
+ typescript: 4.7.2
transitivePeerDependencies:
- supports-color
dev: true
@@ -2465,25 +2552,25 @@ packages:
- supports-color
dev: true
- /@vuelidate/core/2.0.0-alpha.41_vue@3.2.34:
+ /@vuelidate/core/2.0.0-alpha.41_vue@3.2.36:
resolution: {integrity: sha512-fST7s5wiLW8ZNTexe8+7fDdBZYT7HjbuA43/XDtKTlHs1BMRDDaBoFLZbHSqmHisQvGXa7zLG9bvG8X5cHZaxg==}
dependencies:
- vue-demi: 0.12.5_vue@3.2.34
+ vue-demi: 0.12.5_vue@3.2.36
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
- /@vuelidate/validators/2.0.0-alpha.29_vue@3.2.34:
+ /@vuelidate/validators/2.0.0-alpha.29_vue@3.2.36:
resolution: {integrity: sha512-azVc2Fwx0umgJjVatzDwnVEdEGNhEdUISQKcLwTDJuNUFS9n1CUqMzfNW+CCTw1Wp8RwYiDS9/qKnEZs4ubF5w==}
dependencies:
- vue-demi: 0.12.5_vue@3.2.34
+ vue-demi: 0.12.5_vue@3.2.36
transitivePeerDependencies:
- '@vue/composition-api'
- vue
dev: false
- /@vueuse/core/8.5.0_vue@3.2.34:
+ /@vueuse/core/8.5.0_vue@3.2.36:
resolution: {integrity: sha512-VEJ6sGNsPlUp0o9BGda2YISvDZbhWJSOJu5zlp2TufRGVrLcYUKr31jyFEOj6RXzG3k/H4aCYeZyjpItfU8glw==}
peerDependencies:
'@vue/composition-api': ^1.1.0
@@ -2495,24 +2582,21 @@ packages:
optional: true
dependencies:
'@vueuse/metadata': 8.5.0
- '@vueuse/shared': 8.5.0_vue@3.2.34
- vue: 3.2.34
- vue-demi: 0.12.5_vue@3.2.34
- dev: false
+ '@vueuse/shared': 8.5.0_vue@3.2.36
+ vue: 3.2.36
+ vue-demi: 0.12.5_vue@3.2.36
- /@vueuse/head/0.7.6_vue@3.2.34:
+ /@vueuse/head/0.7.6_vue@3.2.36:
resolution: {integrity: sha512-cOWqCkT3WiF5oEpw+VVEWUJd9RLD5rc7DmnFp3cePsejp+t7686uKD9Z9ZU7Twb7R/BI8iexKTmXo9D/F3v6UA==}
peerDependencies:
vue: '>=3'
dependencies:
- vue: 3.2.34
- dev: false
+ vue: 3.2.36
/@vueuse/metadata/8.5.0:
resolution: {integrity: sha512-WxsD+Cd+bn+HcjpY6Dl9FJ8ywTRTT9pTwk3bCQpzEhXVYAyNczKDSahk50fCfIJKeWHhyI4B2+/ZEOxQAkUr0g==}
- dev: false
- /@vueuse/shared/8.5.0_vue@3.2.34:
+ /@vueuse/shared/8.5.0_vue@3.2.36:
resolution: {integrity: sha512-qKG+SZb44VvGD4dU5cQ63z4JE2Yk39hQUecR0a9sEdJA01cx+XrxAvFKJfPooxwoiqalAVw/ktWK6xbyc/jS3g==}
peerDependencies:
'@vue/composition-api': ^1.1.0
@@ -2523,9 +2607,8 @@ packages:
vue:
optional: true
dependencies:
- vue: 3.2.34
- vue-demi: 0.12.5_vue@3.2.34
- dev: false
+ vue: 3.2.36
+ vue-demi: 0.12.5_vue@3.2.36
/abab/2.0.6:
resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
@@ -2760,7 +2843,7 @@ packages:
postcss: ^8.1.0
dependencies:
browserslist: 4.20.3
- caniuse-lite: 1.0.30001341
+ caniuse-lite: 1.0.30001342
fraction.js: 4.2.0
normalize-range: 0.1.2
picocolors: 1.0.0
@@ -2795,38 +2878,38 @@ packages:
object.assign: 4.1.2
dev: true
- /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.12:
+ /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.0:
resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.17.10
- '@babel/core': 7.17.12
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.12:
+ /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.0:
resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
- core-js-compat: 3.22.5
+ '@babel/core': 7.18.0
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0
+ core-js-compat: 3.22.7
transitivePeerDependencies:
- supports-color
dev: true
- /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.12:
+ /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.0:
resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
- '@babel/core': 7.17.12
- '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.12
+ '@babel/core': 7.18.0
+ '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.0
transitivePeerDependencies:
- supports-color
dev: true
@@ -2911,10 +2994,10 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
- caniuse-lite: 1.0.30001341
- electron-to-chromium: 1.4.137
+ caniuse-lite: 1.0.30001342
+ electron-to-chromium: 1.4.138
escalade: 3.1.1
- node-releases: 2.0.4
+ node-releases: 2.0.5
picocolors: 1.0.0
dev: true
@@ -2988,7 +3071,6 @@ packages:
dependencies:
function-bind: 1.1.1
get-intrinsic: 1.1.1
- dev: true
/callsites/3.1.0:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
@@ -3002,8 +3084,8 @@ packages:
upper-case: 1.1.3
dev: true
- /caniuse-lite/1.0.30001341:
- resolution: {integrity: sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==}
+ /caniuse-lite/1.0.30001342:
+ resolution: {integrity: sha512-bn6sOCu7L7jcbBbyNhLg0qzXdJ/PMbybZTH/BA6Roet9wxYRm6Tr9D0s0uhLkOZ6MSG+QU6txUgdpr3MXIVqjA==}
dev: true
/caseless/0.12.0:
@@ -3135,6 +3217,11 @@ packages:
wrap-ansi: 7.0.0
dev: true
+ /clone/2.1.2:
+ resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=}
+ engines: {node: '>=0.8'}
+ dev: false
+
/color-convert/1.9.3:
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
dependencies:
@@ -3252,8 +3339,8 @@ packages:
engines: {node: '>= 0.6'}
dev: true
- /core-js-compat/3.22.5:
- resolution: {integrity: sha512-rEF75n3QtInrYICvJjrAgV03HwKiYvtKHdPtaba1KucG+cNZ4NJnH9isqt979e67KZlhpbCOTwnsvnIr+CVeOg==}
+ /core-js-compat/3.22.7:
+ resolution: {integrity: sha512-uI9DAQKKiiE/mclIC5g4AjRpio27g+VMRhe6rQoz+q4Wm4L6A/fJhiLtBw+sfOpDG9wZ3O0pxIw7GbfOlBgjOA==}
dependencies:
browserslist: 4.20.3
semver: 7.0.0
@@ -3315,7 +3402,7 @@ packages:
css-what: 6.1.0
domhandler: 4.3.1
domutils: 2.8.0
- nth-check: 2.0.1
+ nth-check: 2.1.1
dev: true
/css-tree/2.1.0:
@@ -3358,10 +3445,9 @@ packages:
/csstype/2.6.20:
resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==}
- dev: false
- /cypress/9.6.1:
- resolution: {integrity: sha512-ECzmV7pJSkk+NuAhEw6C3D+RIRATkSb2VAHXDY6qGZbca/F9mv5pPsj2LO6Ty6oIFVBTrwCyL9agl28MtJMe2g==}
+ /cypress/9.7.0:
+ resolution: {integrity: sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==}
engines: {node: '>=12.0.0'}
hasBin: true
requiresBuild: true
@@ -3500,6 +3586,17 @@ packages:
type-detect: 4.0.8
dev: true
+ /deep-equal/1.1.1:
+ resolution: {integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==}
+ dependencies:
+ is-arguments: 1.1.1
+ is-date-object: 1.0.5
+ is-regex: 1.1.4
+ object-is: 1.1.5
+ object-keys: 1.1.1
+ regexp.prototype.flags: 1.4.3
+ dev: false
+
/deep-equal/2.0.5:
resolution: {integrity: sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==}
dependencies:
@@ -3535,7 +3632,6 @@ packages:
dependencies:
has-property-descriptors: 1.0.0
object-keys: 1.1.1
- dev: true
/defu/6.0.0:
resolution: {integrity: sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==}
@@ -3642,8 +3738,8 @@ packages:
jake: 10.8.5
dev: true
- /electron-to-chromium/1.4.137:
- resolution: {integrity: sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==}
+ /electron-to-chromium/1.4.138:
+ resolution: {integrity: sha512-IOyp2Seq3w4QLln+yZWcMF3VXhhduz4bwg9gfI+CnP5TkzwNXQ8FCZuwwPsnes73AfWdf5J2n2OXdUwDUspDPQ==}
dev: true
/emoji-regex/8.0.0:
@@ -3703,7 +3799,7 @@ packages:
is-shared-array-buffer: 1.0.2
is-string: 1.0.7
is-weakref: 1.0.2
- object-inspect: 1.12.0
+ object-inspect: 1.12.1
object-keys: 1.1.1
object.assign: 4.1.2
regexp.prototype.flags: 1.4.3
@@ -3967,6 +4063,11 @@ packages:
engines: {node: '>=10'}
dev: true
+ /escape-string-regexp/5.0.0:
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
+ engines: {node: '>=12'}
+ dev: true
+
/escodegen/2.0.0:
resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==}
engines: {node: '>=6.0'}
@@ -3989,7 +4090,7 @@ packages:
- supports-color
dev: true
- /eslint-module-utils/2.7.3_mcjqbk7r2nrqjiufidliyvmmpu:
+ /eslint-module-utils/2.7.3_zhgf6mw2wzy6dnrak3ta47vb3m:
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
engines: {node: '>=4'}
peerDependencies:
@@ -4007,7 +4108,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
debug: 3.2.7
eslint-import-resolver-node: 0.3.6
find-up: 2.1.0
@@ -4015,44 +4116,44 @@ packages:
- supports-color
dev: true
- /eslint-plugin-antfu/0.23.1_hcfsmds2fshutdssjqluwm76uu:
- resolution: {integrity: sha512-GCc4hqHqPPVM4xIFHUKJFpOZbl9C48t9SupePiNjFisUHAxrZj/c1EHCt0LV0TONJHtSZDR53NNWMuB3O2USSg==}
+ /eslint-plugin-antfu/0.24.2_xztl6dhthcahlo6akmb2bmjmle:
+ resolution: {integrity: sha512-WMvTNmI8h9eRTRUcTYgbECEXD8AwF+fjsTXiKNouD4a2pOps8WW9yjRnMOENk0/9vV5p52cu6PbJbfbM0/B/TA==}
dependencies:
- '@typescript-eslint/utils': 5.25.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/utils': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
transitivePeerDependencies:
- eslint
- supports-color
- typescript
dev: true
- /eslint-plugin-cypress/2.12.1_eslint@8.15.0:
+ /eslint-plugin-cypress/2.12.1_eslint@8.16.0:
resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==}
peerDependencies:
eslint: '>= 3.2.1'
dependencies:
- eslint: 8.15.0
+ eslint: 8.16.0
globals: 11.12.0
dev: true
- /eslint-plugin-es/4.1.0_eslint@8.15.0:
+ /eslint-plugin-es/4.1.0_eslint@8.16.0:
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
- eslint: 8.15.0
+ eslint: 8.16.0
eslint-utils: 2.1.0
regexpp: 3.2.0
dev: true
- /eslint-plugin-eslint-comments/3.2.0_eslint@8.15.0:
+ /eslint-plugin-eslint-comments/3.2.0_eslint@8.16.0:
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
engines: {node: '>=6.5.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
escape-string-regexp: 1.0.5
- eslint: 8.15.0
+ eslint: 8.16.0
ignore: 5.2.0
dev: true
@@ -4062,7 +4163,7 @@ packages:
htmlparser2: 7.2.0
dev: true
- /eslint-plugin-import/2.26.0_eor5fr4wgkua4fh2zz3r4cqkce:
+ /eslint-plugin-import/2.26.0_grfei5yostfimvqdpf73rlhy3e:
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
engines: {node: '>=4'}
peerDependencies:
@@ -4072,14 +4173,14 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.25.0_hcfsmds2fshutdssjqluwm76uu
+ '@typescript-eslint/parser': 5.26.0_xztl6dhthcahlo6akmb2bmjmle
array-includes: 3.1.5
array.prototype.flat: 1.3.0
debug: 2.6.9
doctrine: 2.1.0
- eslint: 8.15.0
+ eslint: 8.16.0
eslint-import-resolver-node: 0.3.6
- eslint-module-utils: 2.7.3_mcjqbk7r2nrqjiufidliyvmmpu
+ eslint-module-utils: 2.7.3_zhgf6mw2wzy6dnrak3ta47vb3m
has: 1.0.3
is-core-module: 2.9.0
is-glob: 4.0.3
@@ -4093,40 +4194,40 @@ packages:
- supports-color
dev: true
- /eslint-plugin-jsonc/2.2.1_eslint@8.15.0:
+ /eslint-plugin-jsonc/2.2.1_eslint@8.16.0:
resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
- eslint: 8.15.0
- eslint-utils: 3.0.0_eslint@8.15.0
+ eslint: 8.16.0
+ eslint-utils: 3.0.0_eslint@8.16.0
jsonc-eslint-parser: 2.1.0
natural-compare: 1.4.0
dev: true
- /eslint-plugin-markdown/2.2.1_eslint@8.15.0:
+ /eslint-plugin-markdown/2.2.1_eslint@8.16.0:
resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==}
engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
- eslint: 8.15.0
+ eslint: 8.16.0
mdast-util-from-markdown: 0.8.5
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-n/15.2.0_eslint@8.15.0:
+ /eslint-plugin-n/15.2.0_eslint@8.16.0:
resolution: {integrity: sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg==}
engines: {node: '>=12.22.0'}
peerDependencies:
eslint: '>=7.0.0'
dependencies:
builtins: 4.1.0
- eslint: 8.15.0
- eslint-plugin-es: 4.1.0_eslint@8.15.0
- eslint-utils: 3.0.0_eslint@8.15.0
+ eslint: 8.16.0
+ eslint-plugin-es: 4.1.0_eslint@8.16.0
+ eslint-utils: 3.0.0_eslint@8.16.0
ignore: 5.2.0
is-core-module: 2.9.0
minimatch: 3.1.2
@@ -4134,16 +4235,16 @@ packages:
semver: 6.3.0
dev: true
- /eslint-plugin-promise/6.0.0_eslint@8.15.0:
+ /eslint-plugin-promise/6.0.0_eslint@8.16.0:
resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
dependencies:
- eslint: 8.15.0
+ eslint: 8.16.0
dev: true
- /eslint-plugin-react/7.30.0_eslint@8.15.0:
+ /eslint-plugin-react/7.30.0_eslint@8.16.0:
resolution: {integrity: sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==}
engines: {node: '>=4'}
peerDependencies:
@@ -4152,7 +4253,7 @@ packages:
array-includes: 3.1.5
array.prototype.flatmap: 1.3.0
doctrine: 2.1.0
- eslint: 8.15.0
+ eslint: 8.16.0
estraverse: 5.3.0
jsx-ast-utils: 3.3.0
minimatch: 3.1.2
@@ -4166,7 +4267,7 @@ packages:
string.prototype.matchall: 4.0.7
dev: true
- /eslint-plugin-unicorn/42.0.0_eslint@8.15.0:
+ /eslint-plugin-unicorn/42.0.0_eslint@8.16.0:
resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==}
engines: {node: '>=12'}
peerDependencies:
@@ -4175,8 +4276,8 @@ packages:
'@babel/helper-validator-identifier': 7.16.7
ci-info: 3.3.1
clean-regexp: 1.0.0
- eslint: 8.15.0
- eslint-utils: 3.0.0_eslint@8.15.0
+ eslint: 8.16.0
+ eslint-utils: 3.0.0_eslint@8.16.0
esquery: 1.4.0
indent-string: 4.0.0
is-builtin-module: 3.1.0
@@ -4189,34 +4290,35 @@ packages:
strip-indent: 3.0.0
dev: true
- /eslint-plugin-vue/8.7.1_eslint@8.15.0:
- resolution: {integrity: sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ /eslint-plugin-vue/9.0.1_eslint@8.16.0:
+ resolution: {integrity: sha512-/w/9/vzz+4bSYtp5UqXgJ0CfycXTMtpp6lkz7/fMp0CcJxPWyRP6Pr88ihhrsNEcVt2ZweMupWRNYa+5Md41LQ==}
+ engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
- eslint: 8.15.0
- eslint-utils: 3.0.0_eslint@8.15.0
+ eslint: 8.16.0
+ eslint-utils: 3.0.0_eslint@8.16.0
natural-compare: 1.4.0
- nth-check: 2.0.1
+ nth-check: 2.1.1
postcss-selector-parser: 6.0.10
semver: 7.3.7
- vue-eslint-parser: 8.3.0_eslint@8.15.0
+ vue-eslint-parser: 9.0.2_eslint@8.16.0
+ xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
dev: true
- /eslint-plugin-yml/0.14.0_eslint@8.15.0:
- resolution: {integrity: sha512-+0+bBV/07txENbxfrHF9olGoLCHez64vmnOmjWOoLwmXOwfdaSRleBSPIi4nWQs7WwX8lm/fSLadOjbVEcsXQQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ /eslint-plugin-yml/1.0.0_eslint@8.16.0:
+ resolution: {integrity: sha512-0RVoUFh5vpznE2DIP5agSpWO/nU8GgAWwoTAHWopU2X+1SCB5ykHU6DwS0GrZ5Hvejtk6CcADQllpQQJB4C5QA==}
+ engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
- eslint: 8.15.0
+ eslint: 8.16.0
lodash: 4.17.21
natural-compare: 1.4.0
- yaml-eslint-parser: 0.5.0
+ yaml-eslint-parser: 1.0.1
transitivePeerDependencies:
- supports-color
dev: true
@@ -4244,13 +4346,13 @@ packages:
eslint-visitor-keys: 1.3.0
dev: true
- /eslint-utils/3.0.0_eslint@8.15.0:
+ /eslint-utils/3.0.0_eslint@8.16.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
- eslint: 8.15.0
+ eslint: 8.16.0
eslint-visitor-keys: 2.1.0
dev: true
@@ -4269,12 +4371,12 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /eslint/8.15.0:
- resolution: {integrity: sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==}
+ /eslint/8.16.0:
+ resolution: {integrity: sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
- '@eslint/eslintrc': 1.2.3
+ '@eslint/eslintrc': 1.3.0
'@humanwhocodes/config-array': 0.9.5
ajv: 6.12.6
chalk: 4.1.2
@@ -4283,7 +4385,7 @@ packages:
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.1
- eslint-utils: 3.0.0_eslint@8.15.0
+ eslint-utils: 3.0.0_eslint@8.16.0
eslint-visitor-keys: 3.3.0
espree: 9.3.2
esquery: 1.4.0
@@ -4382,6 +4484,10 @@ packages:
resolution: {integrity: sha512-bXE7Dyc1i6oQElDG0jMRZJrRAn9QR2xyyFGmBdZleNmyQX0FqGYmhZIrIrpPfm/w//LTo4tVQGOGQcGCb5q9uw==}
dev: true
+ /eventemitter3/2.0.3:
+ resolution: {integrity: sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=}
+ dev: false
+
/eventemitter3/4.0.7:
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
dev: true
@@ -4471,7 +4577,6 @@ packages:
/extend/3.0.2:
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
- dev: true
/extract-zip/2.0.1_supports-color@8.1.1:
resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
@@ -4496,6 +4601,10 @@ packages:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
dev: true
+ /fast-diff/1.1.2:
+ resolution: {integrity: sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==}
+ dev: false
+
/fast-glob/3.2.11:
resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==}
engines: {node: '>=8.6.0'}
@@ -4706,7 +4815,6 @@ packages:
/function-bind/1.1.1:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
- dev: true
/function.prototype.name/1.1.5:
resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==}
@@ -4724,7 +4832,6 @@ packages:
/functions-have-names/1.2.3:
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
- dev: true
/gensync/1.0.0-beta.2:
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
@@ -4746,7 +4853,6 @@ packages:
function-bind: 1.1.1
has: 1.0.3
has-symbols: 1.0.3
- dev: true
/get-own-enumerable-property-symbols/3.0.2:
resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==}
@@ -4875,8 +4981,8 @@ packages:
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
dev: true
- /happy-dom/3.2.2:
- resolution: {integrity: sha512-NgRLzVYeTs5Y12LwpD6C2qbn7FCaKVb1BewLQOuvxS9WOxfL/dy122jDwEFluGyzZbip/ogf9MLsN+ZBlit1aA==}
+ /happy-dom/4.0.1:
+ resolution: {integrity: sha512-GUj2ayfbWYHPeQfcK0N+lygRE/DsrjQbALJq0zrxHLc9KYzhFSCmaCOISuNgHV/21EEeVIX55KoPTqMcX362+g==}
dependencies:
css.escape: 1.5.1
he: 1.2.0
@@ -4907,26 +5013,22 @@ packages:
resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==}
dependencies:
get-intrinsic: 1.1.1
- dev: true
/has-symbols/1.0.3:
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
engines: {node: '>= 0.4'}
- dev: true
/has-tostringtag/1.0.0:
resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
engines: {node: '>= 0.4'}
dependencies:
has-symbols: 1.0.3
- dev: true
/has/1.0.3:
resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
engines: {node: '>= 0.4.0'}
dependencies:
function-bind: 1.1.1
- dev: true
/he/1.2.0:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
@@ -5098,8 +5200,8 @@ packages:
engines: {node: '>= 4'}
dev: true
- /immutable/4.0.0:
- resolution: {integrity: sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==}
+ /immutable/4.1.0:
+ resolution: {integrity: sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==}
dev: true
/import-fresh/3.3.0:
@@ -5167,7 +5269,6 @@ packages:
dependencies:
call-bind: 1.0.2
has-tostringtag: 1.0.0
- dev: true
/is-arrayish/0.2.1:
resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=}
@@ -5224,7 +5325,6 @@ packages:
engines: {node: '>= 0.4'}
dependencies:
has-tostringtag: 1.0.0
- dev: true
/is-decimal/1.0.4:
resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==}
@@ -5309,7 +5409,6 @@ packages:
dependencies:
call-bind: 1.0.2
has-tostringtag: 1.0.0
- dev: true
/is-regexp/1.0.0:
resolution: {integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk=}
@@ -5435,7 +5534,7 @@ packages:
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
engines: {node: '>= 10.13.0'}
dependencies:
- '@types/node': 17.0.34
+ '@types/node': 17.0.35
merge-stream: 2.0.0
supports-color: 7.2.0
dev: true
@@ -5589,6 +5688,10 @@ packages:
semver: 7.3.7
dev: true
+ /jsonc-parser/3.0.0:
+ resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==}
+ dev: true
+
/jsonfile/6.1.0:
resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
dependencies:
@@ -5932,6 +6035,17 @@ packages:
resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
dev: true
+ /mlly/0.3.19:
+ resolution: {integrity: sha512-zMq5n3cOf4fOzA4WoeulxagbAgMChdev3MgP6K51k7M0u2whTXxupfIY4VVzws4vxkiWhwH1rVQcsw7zDGfRhA==}
+ dev: true
+
+ /mlly/0.5.2:
+ resolution: {integrity: sha512-4GTELSSErv6ZZJYU98fZNuIBJcXSz+ktHdRrCYEqU1m6ZlebOCG0jwZ+IEd9vOrbpYsVBBMC5OTrEyLnKRcauQ==}
+ dependencies:
+ pathe: 0.2.0
+ pkg-types: 0.3.2
+ dev: true
+
/mrmime/1.0.0:
resolution: {integrity: sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==}
engines: {node: '>=10'}
@@ -5985,8 +6099,8 @@ packages:
whatwg-url: 5.0.0
dev: true
- /node-releases/2.0.4:
- resolution: {integrity: sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==}
+ /node-releases/2.0.5:
+ resolution: {integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==}
dev: true
/node-unique-machine-id/1.1.0:
@@ -6025,8 +6139,8 @@ packages:
resolution: {integrity: sha1-y480xTIT2JVyP8urkH6UIq28r7E=}
dev: false
- /nth-check/2.0.1:
- resolution: {integrity: sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==}
+ /nth-check/2.1.1:
+ resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
dependencies:
boolbase: 1.0.0
dev: true
@@ -6040,8 +6154,8 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /object-inspect/1.12.0:
- resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==}
+ /object-inspect/1.12.1:
+ resolution: {integrity: sha512-Y/jF6vnvEtOPGiKD1+q+X0CiUYRQtEHp89MLLUJ7TUivtH8Ugn2+3A7Rynqk7BRsAoqeOQWnFnjpDrKSxDgIGA==}
dev: true
/object-is/1.1.5:
@@ -6050,12 +6164,10 @@ packages:
dependencies:
call-bind: 1.0.2
define-properties: 1.1.4
- dev: true
/object-keys/1.1.1:
resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
engines: {node: '>= 0.4'}
- dev: true
/object.assign/4.1.2:
resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==}
@@ -6105,13 +6217,13 @@ packages:
resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==}
dev: true
- /ohmyfetch/0.4.17:
- resolution: {integrity: sha512-jUpCDJIDlTZdS4PE3veoHIXoUSm2NRJfFMIROd29/qeOsbJEoEYBzJ6re+W1hskc44ej11IL//scfhckIcCN8Q==}
+ /ohmyfetch/0.4.18:
+ resolution: {integrity: sha512-MslzNrQzBLtZHmiZBI8QMOcMpdNFlK61OJ34nFNFynZ4v+4BonfCQ7VIN4EGXvGGq5zhDzgdJoY3o9S1l2T7KQ==}
dependencies:
destr: 1.1.1
node-fetch-native: 0.1.3
ufo: 0.8.4
- undici: 5.2.0
+ undici: 5.3.0
dev: true
/on-finished/2.4.1:
@@ -6252,6 +6364,10 @@ packages:
no-case: 2.3.2
dev: true
+ /parchment/1.1.4:
+ resolution: {integrity: sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==}
+ dev: false
+
/parent-module/1.0.1:
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
engines: {node: '>=6'}
@@ -6369,22 +6485,22 @@ packages:
engines: {node: '>=0.10.0'}
dev: true
- /pinia-cached-store/0.5.0_pdr57oyboduspjp3wmxsucwrjy:
+ /pinia-cached-store/0.5.0_ya3og72hp33we4cm26qugbpef4:
resolution: {integrity: sha512-X72RUKZ8ZIlt4lP22slIQg2hTO4B3ZEcGexSqKbzkdbavjUMr8vtxYfKYfQlHb5/+T4b8SS1P+LzSXjZOZVpcQ==}
peerDependencies:
pinia: ^2.0.0-rc.4
typescript: ^4.3.5
vue: ^2.6.14 || ^3.2.0
dependencies:
- pinia: 2.0.14_3qif72e3bpvbqxqkytcvw4yi4u
- typescript: 4.6.4
- vue: 3.2.34
- vue-demi: 0.12.5_vue@3.2.34
+ pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y
+ typescript: 4.7.2
+ vue: 3.2.36
+ vue-demi: 0.12.5_vue@3.2.36
transitivePeerDependencies:
- '@vue/composition-api'
dev: false
- /pinia/2.0.14_3qif72e3bpvbqxqkytcvw4yi4u:
+ /pinia/2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y:
resolution: {integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==}
peerDependencies:
'@vue/composition-api': ^1.4.0
@@ -6397,24 +6513,32 @@ packages:
optional: true
dependencies:
'@vue/devtools-api': 6.1.4
- typescript: 4.6.4
- vue: 3.2.34
- vue-demi: 0.12.5_vue@3.2.34
+ typescript: 4.7.2
+ vue: 3.2.36
+ vue-demi: 0.12.5_vue@3.2.36
dev: false
+ /pkg-types/0.3.2:
+ resolution: {integrity: sha512-eBYzX/7NYsQEOR2alWY4rnQB49G62oHzFpoi9Som56aUr8vB8UGcmcIia9v8fpBeuhH3Ltentuk2OGpp4IQV3Q==}
+ dependencies:
+ jsonc-parser: 3.0.0
+ mlly: 0.3.19
+ pathe: 0.2.0
+ dev: true
+
/pluralize/8.0.0:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
engines: {node: '>=4'}
dev: true
- /pnpm/7.1.0:
- resolution: {integrity: sha512-iT2Hk2jycfh8NXoEnwpg7oCNMwsMlheSR9QAgkhWtRHvjfAAtp0HsKEOA62ILoAwbvv/ea8Ph5lTQLsGQJRq+w==}
+ /pnpm/7.1.5:
+ resolution: {integrity: sha512-Mkdb7mHUPbzsPjvKbhvNgHPPIX5NZlLcm7S6uFJWPJrkiiWnrq7tbqWHC09Spzwvao92R64mo6a6gGbrERNbrA==}
engines: {node: '>=14.19'}
hasBin: true
dev: true
- /postcss-nesting/10.1.6_postcss@8.4.14:
- resolution: {integrity: sha512-8C0X0pOOShlgqYkCzB4wlWLyulos+GXFpw7r2+x7g+ROQ1RwN8MlN2NCcpNQScNBPfbjxbjwY8e25raTcEXqmg==}
+ /postcss-nesting/10.1.7_postcss@8.4.14:
+ resolution: {integrity: sha512-Btho5XzDTpl117SmB3tvUHP8txg5n7Ayv7vQ5m4b1zXkfs1Y52C67uZjZ746h7QvOJ+rLRg50OlhhjFW+IQY6A==}
engines: {node: ^12 || ^14 || >=16}
peerDependencies:
postcss: ^8.4
@@ -6474,14 +6598,14 @@ packages:
resolution: {integrity: sha512-heygWF0X5HFI1otlZE62pp6ye7sZ8om78J9au2BRkg8O7Y8AHTZ9qKMRzchZUHLe8zUAvdi6hZzzm9XxgwIExw==}
dev: false
- /primevue/3.12.6_yzouq63u7sw4kdj6nceg27wdiy:
+ /primevue/3.12.6_6l5ubmtnv4dj45afbdl5kiyoh4:
resolution: {integrity: sha512-gyO1+063+JwMvcuc+F2BrIL1TWL0y3xJgLAhgKUxqMlZLLoRUF4EzOBSKnzKfr+W+33YTsh6veysZ8iQAt13xg==}
peerDependencies:
primeicons: ^5.0.0
vue: ^3.0.0
dependencies:
primeicons: 5.0.0
- vue: 3.2.34
+ vue: 3.2.36
dev: false
/prism-theme-vars/0.2.3:
@@ -6555,6 +6679,26 @@ packages:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
dev: true
+ /quill-delta/3.6.3:
+ resolution: {integrity: sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg==}
+ engines: {node: '>=0.10'}
+ dependencies:
+ deep-equal: 1.1.1
+ extend: 3.0.2
+ fast-diff: 1.1.2
+ dev: false
+
+ /quill/1.3.7:
+ resolution: {integrity: sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==}
+ dependencies:
+ clone: 2.1.2
+ deep-equal: 1.1.1
+ eventemitter3: 2.0.3
+ extend: 3.0.2
+ parchment: 1.1.4
+ quill-delta: 3.6.3
+ dev: false
+
/randombytes/2.1.0:
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
dependencies:
@@ -6645,7 +6789,7 @@ packages:
/regenerator-transform/0.15.0:
resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==}
dependencies:
- '@babel/runtime': 7.17.9
+ '@babel/runtime': 7.18.0
dev: true
/regexp-tree/0.1.24:
@@ -6660,7 +6804,6 @@ packages:
call-bind: 1.0.2
define-properties: 1.1.4
functions-have-names: 1.2.3
- dev: true
/regexpp/3.2.0:
resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==}
@@ -6761,20 +6904,20 @@ packages:
glob: 7.2.3
dev: true
- /rollup-plugin-terser/7.0.2_rollup@2.74.0:
+ /rollup-plugin-terser/7.0.2_rollup@2.74.1:
resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==}
peerDependencies:
rollup: ^2.0.0
dependencies:
'@babel/code-frame': 7.16.7
jest-worker: 26.6.2
- rollup: 2.74.0
+ rollup: 2.74.1
serialize-javascript: 4.0.0
terser: 5.13.1
dev: true
- /rollup/2.74.0:
- resolution: {integrity: sha512-RRwXTX5+ObPJhcMV6zP3RdHvy90/lBOUfbzL7IKkFjMJGAqeBGZiv9nZWm/DoTESaTE3GBkkzbU9QVN2AuCkjw==}
+ /rollup/2.74.1:
+ resolution: {integrity: sha512-K2zW7kV8Voua5eGkbnBtWYfMIhYhT9Pel2uhBk2WO5eMee161nPze/XRfvEQPFYz7KgrCCnmh2Wy0AMFLGGmMA==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -6811,13 +6954,13 @@ packages:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
dev: true
- /sass/1.51.0:
- resolution: {integrity: sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==}
+ /sass/1.52.1:
+ resolution: {integrity: sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
chokidar: 3.5.3
- immutable: 4.0.0
+ immutable: 4.1.0
source-map-js: 1.0.2
dev: true
@@ -6828,6 +6971,10 @@ packages:
xmlchars: 2.2.0
dev: true
+ /scule/0.2.1:
+ resolution: {integrity: sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==}
+ dev: true
+
/section-matter/1.0.0:
resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==}
engines: {node: '>=4'}
@@ -6923,7 +7070,7 @@ packages:
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.1.1
- object-inspect: 1.12.0
+ object-inspect: 1.12.1
dev: true
/signal-exit/3.0.7:
@@ -7356,14 +7503,14 @@ packages:
resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==}
dev: true
- /tsutils/3.21.0_typescript@4.6.4:
+ /tsutils/3.21.0_typescript@4.7.2:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.14.1
- typescript: 4.6.4
+ typescript: 4.7.2
dev: true
/tunnel-agent/0.6.0:
@@ -7432,11 +7579,10 @@ packages:
resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=}
dev: true
- /typescript/4.6.4:
- resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==}
+ /typescript/4.7.2:
+ resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==}
engines: {node: '>=4.2.0'}
hasBin: true
- dev: true
/uc.micro/1.0.6:
resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==}
@@ -7469,8 +7615,8 @@ packages:
jiti: 1.13.0
dev: true
- /undici/5.2.0:
- resolution: {integrity: sha512-XY6+NS3WH9b3TKOHeNz2CjR+qrVz/k4fO9g3etPpLozRvULoQmZ1+dk9JbIz40ehn27xzFk4jYVU2MU3Nle62A==}
+ /undici/5.3.0:
+ resolution: {integrity: sha512-8LxC/xmR2GCE4q1heE1sJxVnnf5S6yQ2dObvMFBBWkB8aQlaqNuWovgRFWRMB7KUdLPGZfOTTmUeeLEJYX56iQ==}
engines: {node: '>=12.18'}
dev: true
@@ -7497,6 +7643,25 @@ packages:
engines: {node: '>=4'}
dev: true
+ /unimport/0.2.3_vite@2.9.9:
+ resolution: {integrity: sha512-bgIGIaPgn+xZrsFZTQazzE7aLOmBzvYtvswoJtQRBI0dRbX2W5Y/G6Dd/gYEkCFPbpmNhxwZqewuAjT9hd3tcA==}
+ dependencies:
+ '@rollup/pluginutils': 4.2.1
+ escape-string-regexp: 5.0.0
+ fast-glob: 3.2.11
+ local-pkg: 0.4.1
+ magic-string: 0.26.2
+ mlly: 0.5.2
+ pathe: 0.3.0
+ scule: 0.2.1
+ unplugin: 0.6.3_vite@2.9.9
+ transitivePeerDependencies:
+ - esbuild
+ - rollup
+ - vite
+ - webpack
+ dev: true
+
/unique-string/2.0.0:
resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==}
engines: {node: '>=8'}
@@ -7520,24 +7685,24 @@ packages:
engines: {node: '>= 10.0.0'}
dev: true
- /unocss/0.33.5_vite@2.9.9:
- resolution: {integrity: sha512-aSWxGP6LHWv9eKc0WrmuLnOG2V8jkYd6zvsvB3LhZtCBWFXHPJ25T+zZP1szLbejPgSVJVVpJhnIAjJOFXRM9g==}
+ /unocss/0.34.1_vite@2.9.9:
+ resolution: {integrity: sha512-rk1xKh+ROUHxcFq56Wa0vuOqPFhqvomp3pQW+XEhPHSwOasiHXHtuNgPUgrbE2dhS2OAY9zz1dNhjkbOXnjS8w==}
engines: {node: '>=14'}
dependencies:
- '@unocss/cli': 0.33.5
- '@unocss/core': 0.33.5
- '@unocss/preset-attributify': 0.33.5
- '@unocss/preset-icons': 0.33.5
- '@unocss/preset-mini': 0.33.5
- '@unocss/preset-typography': 0.33.5
- '@unocss/preset-uno': 0.33.5
- '@unocss/preset-web-fonts': 0.33.5
- '@unocss/preset-wind': 0.33.5
- '@unocss/reset': 0.33.5
- '@unocss/transformer-compile-class': 0.33.5
- '@unocss/transformer-directives': 0.33.5
- '@unocss/transformer-variant-group': 0.33.5
- '@unocss/vite': 0.33.5_vite@2.9.9
+ '@unocss/cli': 0.34.1
+ '@unocss/core': 0.34.1
+ '@unocss/preset-attributify': 0.34.1
+ '@unocss/preset-icons': 0.34.1
+ '@unocss/preset-mini': 0.34.1
+ '@unocss/preset-typography': 0.34.1
+ '@unocss/preset-uno': 0.34.1
+ '@unocss/preset-web-fonts': 0.34.1
+ '@unocss/preset-wind': 0.34.1
+ '@unocss/reset': 0.34.1
+ '@unocss/transformer-compile-class': 0.34.1
+ '@unocss/transformer-directives': 0.34.1
+ '@unocss/transformer-variant-group': 0.34.1
+ '@unocss/vite': 0.34.1_vite@2.9.9
transitivePeerDependencies:
- supports-color
- vite
@@ -7548,8 +7713,8 @@ packages:
engines: {node: '>= 0.8'}
dev: true
- /unplugin-auto-import/0.7.2_4xyn6ao5ngwbgzbefoyccvabvi:
- resolution: {integrity: sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==}
+ /unplugin-auto-import/0.8.4_4xyn6ao5ngwbgzbefoyccvabvi:
+ resolution: {integrity: sha512-YtUN80CzPBLK6qrzONQ0WWg191A0MMERq1nxcVSH+kUkKbs7L2QFiRv9eZrk3Rf9oe7hk0gLfYH85b1bPUG2yA==}
engines: {node: '>=14'}
peerDependencies:
'@vueuse/core': '*'
@@ -7559,10 +7724,10 @@ packages:
dependencies:
'@antfu/utils': 0.5.2
'@rollup/pluginutils': 4.2.1
- '@vueuse/core': 8.5.0_vue@3.2.34
+ '@vueuse/core': 8.5.0_vue@3.2.36
local-pkg: 0.4.1
magic-string: 0.26.2
- resolve: 1.22.0
+ unimport: 0.2.3_vite@2.9.9
unplugin: 0.6.3_vite@2.9.9
transitivePeerDependencies:
- esbuild
@@ -7571,7 +7736,7 @@ packages:
- webpack
dev: true
- /unplugin-vue-components/0.19.5_vite@2.9.9+vue@3.2.34:
+ /unplugin-vue-components/0.19.5_vite@2.9.9+vue@3.2.36:
resolution: {integrity: sha512-cIC+PdQEXmG+B1gmZGk4hws2xP+00C6pg3FD6ixEgRyW+WF+QXQW/60pc+hUhtDYs1PFE+23K3NY7yvYTnDDTA==}
engines: {node: '>=14'}
peerDependencies:
@@ -7594,7 +7759,7 @@ packages:
minimatch: 5.1.0
resolve: 1.22.0
unplugin: 0.6.3_vite@2.9.9
- vue: 3.2.34
+ vue: 3.2.36
transitivePeerDependencies:
- esbuild
- rollup
@@ -7621,7 +7786,7 @@ packages:
optional: true
dependencies:
chokidar: 3.5.3
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
webpack-sources: 3.2.3
webpack-virtual-modules: 0.4.3
dev: true
@@ -7711,7 +7876,7 @@ packages:
kolorist: 1.5.1
sirv: 2.0.2
ufo: 0.8.4
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
transitivePeerDependencies:
- supports-color
dev: true
@@ -7724,10 +7889,10 @@ packages:
'@antfu/utils': 0.5.2
'@rollup/pluginutils': 4.2.1
'@types/markdown-it': 12.2.3
- '@vue/runtime-core': 3.2.34
+ '@vue/runtime-core': 3.2.36
gray-matter: 4.0.3
markdown-it: 13.0.1
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
dev: true
/vite-plugin-pages/0.23.0_vite@2.9.9:
@@ -7746,7 +7911,7 @@ packages:
json5: 2.2.1
local-pkg: 0.4.1
picocolors: 1.0.0
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
yaml: 2.1.0
transitivePeerDependencies:
- supports-color
@@ -7760,8 +7925,8 @@ packages:
debug: 4.3.4
fast-glob: 3.2.11
pretty-bytes: 6.0.0
- rollup: 2.74.0
- vite: 2.9.9_sass@1.51.0
+ rollup: 2.74.1
+ vite: 2.9.9_sass@1.52.1
workbox-build: 6.5.3
workbox-window: 6.5.3
transitivePeerDependencies:
@@ -7775,27 +7940,27 @@ packages:
vite: ^2.0.0
dependencies:
micromatch: 4.0.5
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
dev: true
- /vite-plugin-vue-layouts/0.6.0_znelbxctcoez2vmx6zxbfk7qty:
+ /vite-plugin-vue-layouts/0.6.0_ogyzu5t2gxjxdcuo6vkz6mdms4:
resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==}
peerDependencies:
vite: ^2.5.0
vue: ^2.6.12 || ^3.2.4
vue-router: ^3.5.1 || ^ 4.0.11
dependencies:
- '@vue/compiler-sfc': 3.2.34
+ '@vue/compiler-sfc': 3.2.36
debug: 4.3.4
fast-glob: 3.2.11
- vite: 2.9.9_sass@1.51.0
- vue: 3.2.34
- vue-router: 4.0.15_vue@3.2.34
+ vite: 2.9.9_sass@1.52.1
+ vue: 3.2.36
+ vue-router: 4.0.15_vue@3.2.36
transitivePeerDependencies:
- supports-color
dev: true
- /vite-ssg/0.20.0_uktvqc47t57o2iiriw5hlm6jra:
+ /vite-ssg/0.20.0_52gbmshitwk6r33rjhybrschkq:
resolution: {integrity: sha512-F6B6au8V0aOc9vQ/z875n8AjmGa8vkZGZnuSAidMeJzgEnVYJhIzLL5gUKU336bM9C1GCDJwz5JXmY6YPd3ukg==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -7809,7 +7974,7 @@ packages:
critters:
optional: true
dependencies:
- '@vueuse/head': 0.7.6_vue@3.2.34
+ '@vueuse/head': 0.7.6_vue@3.2.36
critters: 0.0.16
fs-extra: 10.1.0
html-minifier: 4.0.0
@@ -7818,9 +7983,9 @@ packages:
kolorist: 1.5.1
p-queue: 6.6.2
prettier: 2.6.2
- vite: 2.9.9_sass@1.51.0
- vue: 3.2.34
- vue-router: 4.0.15_vue@3.2.34
+ vite: 2.9.9_sass@1.52.1
+ vue: 3.2.36
+ vue-router: 4.0.15_vue@3.2.36
yargs: 17.5.1
transitivePeerDependencies:
- bufferutil
@@ -7829,7 +7994,7 @@ packages:
- utf-8-validate
dev: true
- /vite/2.9.9_sass@1.51.0:
+ /vite/2.9.9_sass@1.52.1:
resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==}
engines: {node: '>=12.2.0'}
hasBin: true
@@ -7848,14 +8013,14 @@ packages:
esbuild: 0.14.39
postcss: 8.4.14
resolve: 1.22.0
- rollup: 2.74.0
- sass: 1.51.0
+ rollup: 2.74.1
+ sass: 1.52.1
optionalDependencies:
fsevents: 2.3.2
dev: true
- /vitest/0.12.6_sfr4p6fxrvsheqi3nmfdadj37y:
- resolution: {integrity: sha512-YWbCTv0XKBuBw5YtuW/iufuguoi8QhGpYyi2g57Oo7akpscMkkWTAaZGgY0ux1oJJtO/pc/8GFt0EF32WFBUUQ==}
+ /vitest/0.12.9_xsai5fmgyzzay4skttiajvqvni:
+ resolution: {integrity: sha512-1NtyUANS72Qw5PwYvoztk067NX4fSiis2xQxhByOWS33eL2er/yupHyLxlBCOkF2ANe0dLFRvT1GVb+nczL5aw==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@@ -7875,18 +8040,20 @@ packages:
dependencies:
'@types/chai': 4.3.1
'@types/chai-subset': 1.3.3
- '@vitest/ui': 0.12.6
+ '@vitest/ui': 0.12.9
c8: 7.11.3
chai: 4.3.6
- happy-dom: 3.2.2
+ debug: 4.3.4
+ happy-dom: 4.0.1
local-pkg: 0.4.1
tinypool: 0.1.3
tinyspy: 0.3.2
- vite: 2.9.9_sass@1.51.0
+ vite: 2.9.9_sass@1.52.1
transitivePeerDependencies:
- less
- sass
- stylus
+ - supports-color
dev: true
/vscode-languageserver-textdocument/1.0.4:
@@ -7897,7 +8064,7 @@ packages:
resolution: {integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==}
dev: true
- /vue-demi/0.12.5_vue@3.2.34:
+ /vue-demi/0.12.5_vue@3.2.36:
resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==}
engines: {node: '>=12'}
hasBin: true
@@ -7909,17 +8076,16 @@ packages:
'@vue/composition-api':
optional: true
dependencies:
- vue: 3.2.34
- dev: false
+ vue: 3.2.36
- /vue-eslint-parser/8.3.0_eslint@8.15.0:
- resolution: {integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ /vue-eslint-parser/9.0.2_eslint@8.16.0:
+ resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==}
+ engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.4
- eslint: 8.15.0
+ eslint: 8.16.0
eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0
espree: 9.3.2
@@ -7930,7 +8096,7 @@ packages:
- supports-color
dev: true
- /vue-i18n/9.2.0-beta.35_vue@3.2.34:
+ /vue-i18n/9.2.0-beta.35_vue@3.2.36:
resolution: {integrity: sha512-kTYzZSB3B/ar3M9RfQ0KAyTGfvRw544qVzY++/sNV4stOKG6NxIDOdHdYTfVEXTSkczFwoZHTKXTWNVpx+GuHA==}
engines: {node: '>= 12'}
peerDependencies:
@@ -7940,37 +8106,34 @@ packages:
'@intlify/shared': 9.2.0-beta.35
'@intlify/vue-devtools': 9.2.0-beta.35
'@vue/devtools-api': 6.1.4
- vue: 3.2.34
- dev: false
+ vue: 3.2.36
- /vue-router/4.0.15_vue@3.2.34:
+ /vue-router/4.0.15_vue@3.2.36:
resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==}
peerDependencies:
vue: ^3.2.0
dependencies:
'@vue/devtools-api': 6.1.4
- vue: 3.2.34
- dev: false
+ vue: 3.2.36
- /vue-tsc/0.34.15_typescript@4.6.4:
- resolution: {integrity: sha512-xRNaOpg/UCHnRcz9vOdbIjB7uCQ0mifHpqNaejAho7em4WLOzNdJx4R9HMJrqWek44keg7AblIiwM+86QfXx9g==}
+ /vue-tsc/0.34.16_typescript@4.7.2:
+ resolution: {integrity: sha512-9tYBQIOyl3Tz8ZrlYUKtftu5m/wXHfxCalyjR22QzSaUJoBJmZeNOoVs/QEllc0z4ideEZxvvU+pBFdoY3O16A==}
hasBin: true
peerDependencies:
typescript: '*'
dependencies:
- '@volar/vue-typescript': 0.34.15
- typescript: 4.6.4
+ '@volar/vue-typescript': 0.34.16
+ typescript: 4.7.2
dev: true
- /vue/3.2.34:
- resolution: {integrity: sha512-gXRg5v8OSmGT4ZiQ/X/Pcz6Fr2igHQx/wvRH/pLnt0VvjfGGqrwhnwjYZilLP4HBcO211rMD9PpU6lfWfIv3wg==}
+ /vue/3.2.36:
+ resolution: {integrity: sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==}
dependencies:
- '@vue/compiler-dom': 3.2.34
- '@vue/compiler-sfc': 3.2.34
- '@vue/runtime-dom': 3.2.34
- '@vue/server-renderer': 3.2.34_vue@3.2.34
- '@vue/shared': 3.2.34
- dev: false
+ '@vue/compiler-dom': 3.2.36
+ '@vue/compiler-sfc': 3.2.36
+ '@vue/runtime-dom': 3.2.36
+ '@vue/server-renderer': 3.2.36_vue@3.2.36
+ '@vue/shared': 3.2.36
/w3c-hr-time/1.0.2:
resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==}
@@ -8132,12 +8295,12 @@ packages:
engines: {node: '>=10.0.0'}
dependencies:
'@apideck/better-ajv-errors': 0.3.3_ajv@8.11.0
- '@babel/core': 7.17.12
- '@babel/preset-env': 7.17.12_@babel+core@7.17.12
- '@babel/runtime': 7.17.9
- '@rollup/plugin-babel': 5.3.1_swzzuhxpnwpceuiankqfict4vm
- '@rollup/plugin-node-resolve': 11.2.1_rollup@2.74.0
- '@rollup/plugin-replace': 2.4.2_rollup@2.74.0
+ '@babel/core': 7.18.0
+ '@babel/preset-env': 7.18.0_@babel+core@7.18.0
+ '@babel/runtime': 7.18.0
+ '@rollup/plugin-babel': 5.3.1_ykg7cmcqpmn5fbkb5gxs7i3du4
+ '@rollup/plugin-node-resolve': 11.2.1_rollup@2.74.1
+ '@rollup/plugin-replace': 2.4.2_rollup@2.74.1
'@surma/rollup-plugin-off-main-thread': 2.2.3
ajv: 8.11.0
common-tags: 1.8.2
@@ -8146,8 +8309,8 @@ packages:
glob: 7.2.3
lodash: 4.17.21
pretty-bytes: 5.6.0
- rollup: 2.74.0
- rollup-plugin-terser: 7.0.2_rollup@2.74.0
+ rollup: 2.74.1
+ rollup-plugin-terser: 7.0.2_rollup@2.74.1
source-map: 0.8.0-beta.0
stringify-object: 3.3.0
strip-comments: 2.0.1
@@ -8321,13 +8484,13 @@ packages:
yaml: 1.10.2
dev: true
- /yaml-eslint-parser/0.5.0:
- resolution: {integrity: sha512-nJeyLA3YHAzhBTZbRAbu3W6xrSCucyxExmA+ZDtEdUFpGllxAZpto2Zxo2IG0r0eiuEiBM4e+wiAdxTziTq94g==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ /yaml-eslint-parser/1.0.1:
+ resolution: {integrity: sha512-acQYWneSXwnJgPQbTyJvDxWx9zlJ/rq267p/zzQMSCE7ljJxQ8elefsQase1gEIJMo+pIqmLRczoo7fPt6VbKQ==}
+ engines: {node: ^14.17.0 || >=16.0.0}
dependencies:
eslint-visitor-keys: 3.3.0
lodash: 4.17.21
- yaml: 1.10.2
+ yaml: 2.1.0
dev: true
/yaml/1.10.2:
diff --git a/src/auto-import.d.ts b/src/auto-import.d.ts
index ed37406..e2208ef 100644
--- a/src/auto-import.d.ts
+++ b/src/auto-import.d.ts
@@ -1,13 +1,13 @@
// Generated by 'unplugin-auto-import'
-// We suggest you to commit this file into source control
+export {}
declare global {
+ const EffectScope: typeof import('vue')['EffectScope']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const effectScope: typeof import('vue')['effectScope']
- const EffectScope: typeof import('vue')['EffectScope']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h']
@@ -53,4 +53,3 @@ declare global {
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
}
-export {}
diff --git a/src/logic/navigation.ts b/src/logic/navigation.ts
index 8995465..0d3d6e5 100644
--- a/src/logic/navigation.ts
+++ b/src/logic/navigation.ts
@@ -11,6 +11,7 @@ export const navigationMenu = [
items: [
{ label: 'Input', icon: 'pi pi-fw pi-user-edit', to: '/elements/input' },
{ label: 'Table', icon: 'pi pi-fw pi-user-edit', to: '/elements/table' },
+ { label: 'Validation', icon: 'pi pi-fw pi-user-edit', to: '/elements/validation' },
],
},
{
diff --git a/src/main.ts b/src/main.ts
index dddeef4..b4de02b 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -4,6 +4,8 @@ import generatedRoutes from 'virtual:generated-pages'
import { setupLayouts } from 'virtual:generated-layouts'
import App from './App.vue'
import 'uno.css'
+import '@sfxcode/formkit-primevue/dist/sass/formkit-primevue.scss'
+import '@sfxcode/formkit-primevue/dist/sass/formkit-prime-inputs.scss'
const routes = setupLayouts(generatedRoutes)
diff --git a/src/modules/formkit.ts b/src/modules/formkit.ts
new file mode 100644
index 0000000..e6a839d
--- /dev/null
+++ b/src/modules/formkit.ts
@@ -0,0 +1,10 @@
+import { defaultConfig, plugin } from '@formkit/vue'
+import { primeInputs } from '@sfxcode/formkit-primevue'
+
+import type { UserModule } from '@/types'
+
+export const install: UserModule = ({ app }) => {
+ app.use(plugin, defaultConfig({
+ inputs: primeInputs,
+ }))
+}
diff --git a/src/pages/elements/validation.vue b/src/pages/elements/validation.vue
new file mode 100644
index 0000000..2b4b37d
--- /dev/null
+++ b/src/pages/elements/validation.vue
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
Data
+
{{ data }}
+
+
+