Skip to content

Commit

Permalink
Merge branch 'dev' into FE/feature/#141-배경-컴포넌트-구현
Browse files Browse the repository at this point in the history
  • Loading branch information
iQuQi authored Nov 16, 2023
2 parents a3a29de + 6d783bc commit 81bc37c
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 144 deletions.
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"axios": "^1.6.1",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
Expand All @@ -29,30 +29,30 @@
"@storybook/react-vite": "7.5.3",
"@storybook/testing-library": "0.2.2",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-router-dom": "^5.3.3",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"postcss": "^8.4.31",
"prettier": "2.8.4",
"storybook": "7.5.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1"
}
}
Loading

0 comments on commit 81bc37c

Please sign in to comment.