Skip to content

Commit

Permalink
chroe: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Dec 23, 2024
1 parent 51e7eed commit 3112887
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 111 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "img-prompt",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"scripts": {
"dev": "next dev",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.2",
"antd": "^5.22.4",
"next": "14.2.20",
"next-intl": "^3.26.1",
"antd": "^5.22.6",
"next": "14.2.21",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"react": "^18",
"react-dom": "^18",
Expand All @@ -25,9 +25,9 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.20",
"eslint-config-next": "14.2.21",
"postcss": "^8",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 3112887

Please sign in to comment.