Skip to content

Commit

Permalink
Merge pull request #40 from mbti-nf-team/fix/build-error
Browse files Browse the repository at this point in the history
fix: build 깨지는 이슈 수정 및 dependencies 업데이트
  • Loading branch information
saseungmin authored Oct 27, 2024
2 parents c4776c6 + ac306f9 commit 4dd55fb
Show file tree
Hide file tree
Showing 33 changed files with 725 additions and 774 deletions.
1,157 changes: 565 additions & 592 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mbti-nf-team/unnamed_birth_tunes.git"
"url": "https://github.com/mbti-nf-team/birth-tunes-frontend.git"
},
"bugs": {
"url": "https://github.com/mbti-nf-team/unnamed_birth_tunes/issues"
"url": "https://github.com/mbti-nf-team/birth-tunes-frontend/issues"
},
"homepage": "https://github.com/mbti-nf-team/unnamed_birth_tunes#readme",
"homepage": "https://github.com/mbti-nf-team/birth-tunes-frontend#readme",
"dependencies": {
"@nf-team/core": "^2.0.3",
"@nf-team/react": "^2.6.0",
"@nf-team/core": "^2.1.0",
"@nf-team/react": "^2.7.1",
"@tanem/react-nprogress": "^5.0.48",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query": "^5.59.16",
"axios": "^1.4.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
Expand All @@ -44,9 +44,9 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@nf-team/eslint-config": "^3.1.0",
"@nf-team/eslint-config": "^3.4.0",
"@nf-team/stylelint-config": "^1.1.1",
"@tanstack/react-query-devtools": "^5.4.3",
"@tanstack/react-query-devtools": "^5.59.16",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
Expand All @@ -69,7 +69,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-testing-library": "^6.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.1.4",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-plugin-context": "^2.9.0",
Expand Down
Loading

0 comments on commit 4dd55fb

Please sign in to comment.