mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-19 14:22:10 +01:00
Removes [zod](https://github.com/colinhacks/zod). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Removes `zod` Updates `next` from 13.4.19 to 13.5.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.4.19...v13.5.4) --- updated-dependencies: - dependency-name: zod dependency-type: indirect - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
993 B
JSON
42 lines
993 B
JSON
{
|
|
"name": "qa",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/react": "^2.0.8",
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.32",
|
|
"@types/react-dom": "18.0.11",
|
|
"autoprefixer": "^10.4.14",
|
|
"formik": "^2.2.9",
|
|
"js-cookie": "^3.0.5",
|
|
"next": "^13.5.4",
|
|
"postcss": "^8.4.31",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-icons": "^4.8.0",
|
|
"react-loader-spinner": "^5.4.5",
|
|
"react-markdown": "^8.0.7",
|
|
"semver": "^7.5.4",
|
|
"sharp": "^0.32.5",
|
|
"swr": "^2.1.5",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "5.0.3",
|
|
"yup": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-next": "^13.4.9",
|
|
"prettier": "2.8.8"
|
|
}
|
|
}
|