Skip to content

Commit 7909e5b

Browse files
committed
Create verification flow
1 parent bf9a6e4 commit 7909e5b

19 files changed

+910
-1347
lines changed

components.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ declare module '@vue/runtime-core' {
4141
CRFDTooltip: typeof import('./src/components/crfd/CRFDTooltip.vue')['default']
4242
DataTable: typeof import('./src/components/hydrogen/DataTable.vue')['default']
4343
ElementPreview: typeof import('./src/components/boilerplate/ElementPreview.vue')['default']
44+
HDivider: typeof import('./src/components/flex/HDivider.vue')['default']
4445
Header: typeof import('./src/components/Header.vue')['default']
4546
HFlex: typeof import('./src/components/flex/HFlex.vue')['default']
4647
ICrfdArrowCircleRight: typeof import('~icons/crfd/arrow-circle-right')['default']
@@ -80,6 +81,8 @@ declare module '@vue/runtime-core' {
8081
SUI: typeof import('./src/pages/Settings/views/SUI.vue')['default']
8182
SUsers: typeof import('./src/pages/Settings/views/SUsers.vue')['default']
8283
VBoxLayout: typeof import('./src/layouts/VBoxLayout.vue')['default']
84+
VDivider: typeof import('./src/components/flex/VDivider.vue')['default']
85+
Verify: typeof import('./src/pages/User/Verify.vue')['default']
8386
VFlex: typeof import('./src/components/flex/VFlex.vue')['default']
8487
}
8588
}

package.json

+14-13
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,27 @@
1212
"preview": "pnpm run build && vite preview"
1313
},
1414
"dependencies": {
15-
"@sentry/tracing": "^7.1.1",
16-
"@sentry/vue": "^7.1.1",
17-
"@vueuse/core": "^8.6.0",
18-
"@vueuse/firebase": "^8.6.0",
15+
"@crfd/cs-models": "^0.1.4",
16+
"@sentry/tracing": "^7.2.0",
17+
"@sentry/vue": "^7.2.0",
18+
"@vueuse/core": "^8.7.4",
19+
"@vueuse/firebase": "^8.7.4",
1920
"@zhuowenli/vue-feather-icons": "^5.0.2",
2021
"crypto-js": "^4.1.1",
2122
"file-select-dialog": "^1.5.4",
22-
"firebase": "^9.8.2",
23+
"firebase": "^9.8.3",
2324
"hotkeys-js": "^3.9.4",
2425
"joi": "^17.6.0",
2526
"legally": "^3.5.10",
2627
"pinia": "^2.0.14",
2728
"pinia-plugin-firestore-sync": "^1.1.0",
28-
"sass": "^1.52.2",
29+
"sass": "^1.52.3",
2930
"snarkdown": "^2.0.0",
3031
"uuid": "^8.3.2",
3132
"vee-validate": "^4.5.11",
3233
"vue": "^3.2.37",
3334
"vue-i18n": "^9.1.10",
34-
"vue-router": "^4.0.15",
35+
"vue-router": "^4.0.16",
3536
"vue-use": "^0.2.0"
3637
},
3738
"devDependencies": {
@@ -41,17 +42,17 @@
4142
"@vitejs/plugin-vue": "^2.3.3",
4243
"autoprefixer": "^10.4.7",
4344
"postcss": "^8.4.14",
44-
"prettier": "^2.6.2",
45+
"prettier": "^2.7.1",
4546
"prettier-plugin-jsdoc": "^0.3.38",
4647
"prettier-plugin-tailwindcss": "^0.1.11",
4748
"rollup": "^2.75.6",
4849
"rollup-plugin-visualizer": "^5.6.0",
49-
"tailwindcss": "^3.0.24",
50-
"typescript": "^4.7.3",
51-
"unplugin-icons": "^0.14.3",
50+
"tailwindcss": "^3.1.3",
51+
"typescript": "^4.7.4",
52+
"unplugin-icons": "^0.14.5",
5253
"unplugin-vue-components": "^0.19.6",
53-
"vite": "^2.9.10",
54-
"vite-plugin-md": "^0.14.0",
54+
"vite": "^2.9.12",
55+
"vite-plugin-md": "^0.14.2",
5556
"vue-tsc": "^0.34.17"
5657
}
5758
}

0 commit comments

Comments
 (0)