Skip to content

Commit

Permalink
chore : Node.js, Next.js 및 react 패키지 업데이트 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
munolee authored Jan 19, 2024
1 parent e060fe7 commit b12d45d
Show file tree
Hide file tree
Showing 2 changed files with 905 additions and 282 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cypress": "^12.8.1",
"dotenv": "^16.0.3",
"moment": "^2.29.1",
"next": "^13.2.1",
"next": "14.0.4",
"next-i18next": "^12.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -44,17 +44,20 @@
"@types/gtag.js": "^0.0.12",
"@types/jest": "^27.5.2",
"@types/moment": "^2.13.0",
"@types/node": "^16.18.12",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/recoil": "^0.0.9",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"babel-loader": "^8.2.2",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"typescript": "^4.9.5"
},
"resolutions": {
"@types/react": "^18"
}
}
Loading

1 comment on commit b12d45d

@vercel
Copy link

@vercel vercel bot commented on b12d45d Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

management – ./

my-schedule-muno.vercel.app
management-git-main-muno.vercel.app
management-muno.vercel.app

Please sign in to comment.