Skip to content

Commit

Permalink
chore(함수랑피플): 패키지 버전
Browse files Browse the repository at this point in the history
  • Loading branch information
tooooo1 committed Mar 17, 2024
1 parent 6f72515 commit cffd54e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/people-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.1.3"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.1.3"
},
"devDependencies": {
"@hamsurang/eslint-config": "workspace:*",
"@hamsurang/tsconfig": "workspace:*",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint-config-next": "14.1.3"
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"eslint-config-next": "^14.1.3"
}
}

0 comments on commit cffd54e

Please sign in to comment.