Skip to content
Snippets Groups Projects
Commit 0228a7b9 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: add minor/patch versions to be reproducable between pnpm and npm

parent 4a24e1de
No related branches found
No related tags found
No related merge requests found
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
}, },
"dependencies": { "dependencies": {
"@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-slot": "^1.0.2",
"ai": "^2.2.25", "ai": "^2.2.27",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"llamaindex": "0.0.37", "llamaindex": "0.0.37",
"lucide-react": "^0.294.0", "lucide-react": "^0.294.0",
"next": "^13", "next": "^13.5.6",
"react": "^18", "react": "^18.2.0",
"react-dom": "^18", "react-dom": "^18.2.0",
"react-markdown": "^8.0.7", "react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"remark": "^14.0.3", "remark": "^14.0.3",
...@@ -28,15 +28,15 @@ ...@@ -28,15 +28,15 @@
"tailwind-merge": "^2.1.0" "tailwind-merge": "^2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20", "@types/node": "^20.10.3",
"@types/react": "^18", "@types/react": "^18.2.42",
"@types/react-dom": "^18", "@types/react-dom": "^18.2.17",
"autoprefixer": "^10.1", "autoprefixer": "^10.4.16",
"eslint": "^8", "eslint": "^8.55.0",
"eslint-config-next": "^13", "eslint-config-next": "^13.5.6",
"postcss": "^8", "postcss": "^8.4.32",
"tailwindcss": "^3.3", "tailwindcss": "^3.3.6",
"typescript": "^5", "typescript": "^5.3.2",
"@types/react-syntax-highlighter": "^15.5.6" "@types/react-syntax-highlighter": "^15.5.11"
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment