Skip to content

Commit

Permalink
🐛 FIX: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 27, 2024
1 parent 97482c2 commit e32d61d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
36 changes: 18 additions & 18 deletions examples/everything/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"private": true,
"name": "everything",
"version": "0.0.0",
"description": "Everything example",
"type": "module",
"main": "index.js",
"scripts": {
"test": "npx tsx index.ts",
"generate-text": "npx tsx generate-text.ts",
"stream-text": "npx tsx stream-text.ts"
},
"keywords": [],
"author": "Ahmad Awais <[email protected]> (https://twitter.com/MrAhmadAwais)",
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^16.4.5",
"langbase": "^0.1.0"
}
"private": true,
"name": "everything",
"version": "0.0.0",
"description": "Everything example",
"type": "module",
"main": "index.js",
"scripts": {
"test": "npx tsx index.ts",
"generate-text": "npx tsx generate-text.ts",
"stream-text": "npx tsx stream-text.ts"
},
"keywords": [],
"author": "Ahmad Awais <[email protected]> (https://twitter.com/MrAhmadAwais)",
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^16.4.5",
"langbase": "^0.1.0"
}
}
68 changes: 34 additions & 34 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "nextjs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"langbase": "^0.1.0",
"lucide-react": "^0.416.0",
"mxcn": "^2.0.0",
"next": "14.2.5",
"openai": "^4.53.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
"name": "nextjs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"langbase": "^0.1.0",
"lucide-react": "^0.416.0",
"mxcn": "^2.0.0",
"next": "14.2.5",
"openai": "^4.53.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}

0 comments on commit e32d61d

Please sign in to comment.