Skip to content

Commit

Permalink
chore: Update types.ts to remove optional properties in IUserProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
agjs committed May 12, 2024
1 parent 6a057c2 commit cb19fa6
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 362 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@faker-js/faker": "^8.4.1",
"@programmer_network/use-ajv-form": "1.0.7",
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-onboarding": "^8.0.0",
"@storybook/blocks": "^8.0.0",
"@storybook/manager-api": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@storybook/theming": "^8.0.0",
"@faker-js/faker": "8.4.1",
"@programmer_network/use-ajv-form": "1.0.17",
"@storybook/addon-actions": "8.0.0",
"@storybook/addon-essentials": "8.0.0",
"@storybook/addon-interactions": "8.0.0",
"@storybook/addon-links": "8.0.0",
"@storybook/addon-onboarding": "8.0.0",
"@storybook/blocks": "8.0.0",
"@storybook/manager-api": "8.0.0",
"@storybook/react": "8.0.0",
"@storybook/react-vite": "8.0.0",
"@storybook/theming": "8.0.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@testing-library/jest-dom": "6.4.2",
Expand All @@ -84,8 +84,9 @@
"@types/sanitize-html": "2.9.5",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@vitejs/plugin-react": "4.1.1",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "1.4.0",
"ajv": "^8.13.0",
"autoprefixer": "10.4.18",
"client": "link:@types/vite-plugin-svgr/client",
"core": "link:@types/@popperjs/core",
Expand All @@ -104,19 +105,19 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.21.1",
"storybook": "^8.0.0",
"storybook-addon-remix-react-router": "^3.0.0",
"storybook": "8.0.0",
"storybook-addon-remix-react-router": "3.0.0",
"tailwindcss": "3.4.1",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite": "5.2.11",
"vite-plugin-dts": "3.7.3",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@programmer_network/ajv": "^1.0.2",
"@storybook/test": "^8.0.0",
"@programmer_network/ajv": "1.0.4",
"@storybook/test": "8.0.0",
"@tiptap/core": "2.2.4",
"@tiptap/extension-blockquote": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
Expand Down Expand Up @@ -152,7 +153,7 @@
"react-image-crop": "11.0.5",
"react-select": "5.8.0",
"react-select-async-paginate": "0.7.3",
"react-step-wizard": "^5.3.11",
"react-step-wizard": "5.3.11",
"react-tooltip": "5.26.3",
"sanitize-html": "2.12.1",
"tippy.js": "6.3.7"
Expand Down
Loading

0 comments on commit cb19fa6

Please sign in to comment.