Skip to content

Commit

Permalink
Merge branch 'dev-client' of https://github.com/codestates-seb/seb45_…
Browse files Browse the repository at this point in the history
…main_008 into dev-client#70/profile
  • Loading branch information
김병현 authored and 김병현 committed Sep 12, 2023
2 parents 31e5447 + 5689cdc commit 910f702
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"styled-components": "^6.0.7"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion client/src/models/stockInfoProps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export interface StockInfoprops {
export interface StockInfoProps {
stockAsBiId: number;
companyId: number;
askp1: string;
Expand Down
1 change: 1 addition & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "ESNext",
"skipLibCheck": true,
"outDir": "./dist",
"types": ["node"],

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down

0 comments on commit 910f702

Please sign in to comment.