Skip to content

Commit

Permalink
next example bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFRuan committed May 22, 2024
1 parent b499d7d commit b4661e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/next-simple-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.37",
"@mlc-ai/web-llm": "^0.2.38",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"next": "^13.4.7",
"next": "^13.5.6",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
}
}
}

0 comments on commit b4661e1

Please sign in to comment.