Skip to content

Commit cefe20c

Browse files
committed
feat:improved imports and added feed components
1 parent 3d54466 commit cefe20c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4138
-1588
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ dist
44
storybook-static
55
.idea
66
.todo
7-
.eslintcache
7+
.eslintcache
8+
.yalc
9+
yalc.lock

package.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -59,100 +59,100 @@
5959
"keywords": [],
6060
"license": "ISC",
6161
"devDependencies": {
62-
"@babel/core": "7.28.4",
63-
"@babel/preset-env": "7.28.3",
64-
"@babel/preset-react": "7.27.1",
65-
"@babel/preset-typescript": "7.27.1",
66-
"@eslint/compat": "1.4.0",
62+
"@babel/core": "7.28.5",
63+
"@babel/preset-env": "7.28.5",
64+
"@babel/preset-react": "7.28.5",
65+
"@babel/preset-typescript": "7.28.5",
66+
"@eslint/compat": "1.4.1",
6767
"@eslint/eslintrc": "3.3.1",
68-
"@eslint/js": "9.38.0",
68+
"@eslint/js": "9.39.0",
6969
"@faker-js/faker": "10.1.0",
7070
"@programmer_network/use-ajv-form": "1.0.35",
71-
"@storybook/addon-docs": "9.1.15",
72-
"@storybook/addon-links": "9.1.15",
73-
"@storybook/react-vite": "9.1.15",
71+
"@storybook/addon-docs": "10.0.3",
72+
"@storybook/addon-links": "10.0.3",
73+
"@storybook/react-vite": "10.0.3",
7474
"@tailwindcss/forms": "0.5.10",
75-
"@tailwindcss/postcss": "4.1.15",
75+
"@tailwindcss/postcss": "4.1.16",
7676
"@tailwindcss/typography": "0.5.19",
7777
"@testing-library/jest-dom": "6.9.1",
7878
"@testing-library/react": "16.3.0",
7979
"@testing-library/user-event": "14.6.1",
8080
"@trivago/prettier-plugin-sort-imports": "5.2.2",
8181
"@types/jest": "30.0.0",
82-
"@types/node": "24.9.1",
82+
"@types/node": "24.10.0",
8383
"@types/react": "19.2.2",
8484
"@types/react-copy-to-clipboard": "5.0.7",
8585
"@types/react-dom": "19.2.2",
8686
"@types/sanitize-html": "2.16.0",
87-
"@typescript-eslint/eslint-plugin": "8.46.2",
88-
"@typescript-eslint/parser": "8.46.2",
89-
"@vitejs/plugin-react": "5.0.4",
90-
"@vitest/ui": "3.2.4",
87+
"@typescript-eslint/eslint-plugin": "8.46.3",
88+
"@typescript-eslint/parser": "8.46.3",
89+
"@vitejs/plugin-react": "5.1.0",
90+
"@vitest/ui": "4.0.6",
9191
"ajv": "8.17.1",
9292
"client": "link:@types/vite-plugin-svgr/client",
9393
"core": "link:@types/@popperjs/core",
9494
"create": "link:@types/@storybook/theming/create",
95-
"eslint": "9.38.0",
95+
"eslint": "9.39.0",
9696
"eslint-config-prettier": "10.1.8",
9797
"eslint-plugin-prettier": "5.5.4",
9898
"eslint-plugin-react": "7.37.5",
99-
"eslint-plugin-react-hooks": "7.0.0",
100-
"eslint-plugin-storybook": "9.1.15",
101-
"globals": "16.4.0",
99+
"eslint-plugin-react-hooks": "7.0.1",
100+
"eslint-plugin-storybook": "10.0.3",
101+
"globals": "16.5.0",
102102
"husky": "9.1.7",
103-
"jsdom": "27.0.1",
103+
"jsdom": "27.1.0",
104104
"lint-staged": "^16.2.6",
105105
"postcss": "8.5.6",
106106
"prettier": "3.6.2",
107107
"prettier-plugin-tailwindcss": "0.7.1",
108108
"react": "19.2.0",
109109
"react-dom": "19.2.0",
110-
"react-router-dom": "7.9.4",
111-
"storybook": "9.1.15",
112-
"tailwindcss": "4.1.15",
110+
"react-router-dom": "7.9.5",
111+
"storybook": "10.0.3",
112+
"tailwindcss": "4.1.16",
113113
"typescript": "5.9.3",
114-
"typescript-eslint": "8.46.2",
115-
"vite": "7.1.11",
114+
"typescript-eslint": "8.46.3",
115+
"vite": "7.1.12",
116116
"vite-plugin-dts": "4.5.4",
117117
"vite-plugin-eslint": "1.8.1",
118118
"vite-tsconfig-paths": "5.1.4",
119-
"vitest": "3.2.4"
119+
"vitest": "4.0.6"
120120
},
121121
"dependencies": {
122122
"@popperjs/core": "2.11.8",
123123
"@programmer_network/ajv": "1.0.4",
124-
"@tiptap/core": "3.7.2",
125-
"@tiptap/extension-blockquote": "3.7.2",
126-
"@tiptap/extension-bold": "3.7.2",
127-
"@tiptap/extension-bullet-list": "3.7.2",
128-
"@tiptap/extension-code": "3.7.2",
129-
"@tiptap/extension-code-block": "3.7.2",
130-
"@tiptap/extension-color": "3.7.2",
131-
"@tiptap/extension-document": "3.7.2",
132-
"@tiptap/extension-dropcursor": "3.7.2",
133-
"@tiptap/extension-hard-break": "3.7.2",
134-
"@tiptap/extension-heading": "3.7.2",
135-
"@tiptap/extension-history": "3.7.2",
136-
"@tiptap/extension-image": "3.7.2",
137-
"@tiptap/extension-italic": "3.7.2",
138-
"@tiptap/extension-link": "3.7.2",
139-
"@tiptap/extension-list-item": "3.7.2",
140-
"@tiptap/extension-mention": "3.7.2",
141-
"@tiptap/extension-ordered-list": "3.7.2",
142-
"@tiptap/extension-paragraph": "3.7.2",
143-
"@tiptap/extension-placeholder": "3.7.2",
144-
"@tiptap/extension-strike": "3.7.2",
145-
"@tiptap/extension-text": "3.7.2",
146-
"@tiptap/extension-text-style": "3.7.2",
147-
"@tiptap/extension-youtube": "3.7.2",
148-
"@tiptap/react": "3.7.2",
149-
"@tiptap/suggestion": "3.7.2",
124+
"@tiptap/core": "3.10.1",
125+
"@tiptap/extension-blockquote": "3.10.1",
126+
"@tiptap/extension-bold": "3.10.1",
127+
"@tiptap/extension-bullet-list": "3.10.1",
128+
"@tiptap/extension-code": "3.10.1",
129+
"@tiptap/extension-code-block": "3.10.1",
130+
"@tiptap/extension-color": "3.10.1",
131+
"@tiptap/extension-document": "3.10.1",
132+
"@tiptap/extension-dropcursor": "3.10.1",
133+
"@tiptap/extension-hard-break": "3.10.1",
134+
"@tiptap/extension-heading": "3.10.1",
135+
"@tiptap/extension-history": "3.10.1",
136+
"@tiptap/extension-image": "3.10.1",
137+
"@tiptap/extension-italic": "3.10.1",
138+
"@tiptap/extension-link": "3.10.1",
139+
"@tiptap/extension-list-item": "3.10.1",
140+
"@tiptap/extension-mention": "3.10.1",
141+
"@tiptap/extension-ordered-list": "3.10.1",
142+
"@tiptap/extension-paragraph": "3.10.1",
143+
"@tiptap/extension-placeholder": "3.10.1",
144+
"@tiptap/extension-strike": "3.10.1",
145+
"@tiptap/extension-text": "3.10.1",
146+
"@tiptap/extension-text-style": "3.10.1",
147+
"@tiptap/extension-youtube": "3.10.1",
148+
"@tiptap/react": "3.10.1",
149+
"@tiptap/suggestion": "3.10.1",
150150
"boring-avatars": "2.0.4",
151151
"classnames": "2.5.1",
152152
"eslint-plugin-import": "2.32.0",
153153
"fuse.js": "7.1.0",
154154
"prosemirror-model": "1.25.4",
155-
"prosemirror-state": "1.4.3",
155+
"prosemirror-state": "1.4.4",
156156
"react-colorful": "5.6.1",
157157
"react-copy-to-clipboard": "5.1.0",
158158
"react-datepicker": "8.8.0",

0 commit comments

Comments
 (0)