Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,36 @@
"preview": "vite preview"
},
"dependencies": {
"json-stringify-safe": "^5.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1"
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"devDependencies": {
"@assistant-ui/react": "^0.5.27",
"@assistant-ui/react-markdown": "^0.2.8",
"@assistant-ui/react": "^0.5.70",
"@assistant-ui/react-markdown": "^0.2.18",
"@assistant-ui/react-syntax-highlighter": "^0.0.8",
"@eslint/js": "^9.8.0",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
Comment on lines +24 to 25

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version 5.1.0-rc-fb9a90fa48-20240614 for eslint-plugin-react-hooks is a specific commit hash, which may not be stable or secure. Consider using a stable release version.

"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
Comment on lines 26 to +27

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version 5.1.0-rc-fb9a90fa48-20240614 for eslint-plugin-react-hooks is a specific commit hash, which may not be stable or secure. Consider using a stable release version.

"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"posthog-js": "^1.155.0",
"axios": "^1.7.7",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"postcss": "^8.4.47",
"posthog-js": "^1.166.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0"
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"zustand": "^4.5.2"
}
}
Loading