Skip to content

Commit

Permalink
PATCHFEAT - patched the overflow isssuesa and built some more compone…
Browse files Browse the repository at this point in the history
…nts including the Profile component
  • Loading branch information
Ikuewumi committed Apr 18, 2023
1 parent 4664064 commit fa896d0
Show file tree
Hide file tree
Showing 22 changed files with 892 additions and 52 deletions.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
"recommendations": [
"vue.volar"
]
}
4 changes: 3 additions & 1 deletion cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
"sanity"
],
"dependencies": {
"@sanity/code-input": "^4.1.0",
"@sanity/vision": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.0.0",
"styled-components": "^5.2.0"
"styled-components": "^5.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^2.0.1",
Expand Down
196 changes: 194 additions & 2 deletions cms/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa896d0

Please sign in to comment.