Skip to content

Commit 43aa8c3

Browse files
committed
[update] next.js 15 stable 버전으로 재업데이트
- 15버전 중 안정된 상태이면서 최신인 15.5.9 - dom과 tanstack query도 버전 업데이트
1 parent 6660693 commit 43aa8c3

2 files changed

Lines changed: 943 additions & 551 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@
2222
"@hookform/resolvers": "^5.0.1",
2323
"@radix-ui/react-dropdown-menu": "^2.1.15",
2424
"@radix-ui/react-tooltip": "^1.2.7",
25-
"@tanstack/react-query": "^5.76.1",
26-
"@tanstack/react-query-devtools": "^5.6.1",
25+
"@tanstack/react-query": "^5.90.12",
26+
"@tanstack/react-query-devtools": "^5.91.1",
2727
"axios": "^1.9.0",
2828
"class-variance-authority": "^0.7.1",
2929
"clsx": "^2.1.1",
3030
"critters": "^0.0.25",
3131
"lucide-react": "^0.510.0",
3232
"motion": "^12.11.2",
33-
"next": "15.3.2",
34-
"react": "^19.2.1",
35-
"react-dom": "^19.2.1",
33+
"next": "15.5.9",
34+
"react": "^19.2.3",
35+
"react-dom": "^19.2.3",
3636
"react-hook-form": "^7.56.4",
3737
"sharp": "^0.34.2",
3838
"tailwind-merge": "^3.3.0",
3939
"zod": "^3.24.4"
4040
},
4141
"devDependencies": {
4242
"@eslint/eslintrc": "^3",
43-
"@next/bundle-analyzer": "^15.3.4",
43+
"@next/bundle-analyzer": "^15.5.9",
4444
"@tailwindcss/postcss": "^4",
4545
"@types/node": "^20",
4646
"@types/react": "^19.2.7",
4747
"@types/react-dom": "^19.2.3",
4848
"@vitejs/plugin-react": "^4.5.2",
4949
"@vitest/coverage-v8": "3.2.4",
5050
"eslint": "^9",
51-
"eslint-config-next": "15.3.2",
51+
"eslint-config-next": "15.5.9",
5252
"eslint-config-prettier": "^10.1.5",
5353
"jsdom": "^26.1.0",
5454
"lint-staged": "^16.0.0",

0 commit comments

Comments
 (0)