Skip to content

Commit

Permalink
New allinone trader implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Dec 24, 2024
1 parent 0d4e4c3 commit 110e35f
Show file tree
Hide file tree
Showing 23 changed files with 915 additions and 4,156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 20.18.1
cache: "yarn" # caches the yarn cache folder not node_modules

- name: Prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.12.2
node-version: 20.18.1
cache: "yarn" # caches the yarn cache folder not node_modules

- name: Prepare
Expand Down
47 changes: 19 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"@chakra-ui/layout": "^2.3.1",
"@chakra-ui/react": "^2.10.4",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@stoqey/ib": "stoqey/ib#befe2050946d4768c694d5e21296f6b7eaafc310",
"@tanstack/react-table": "^8.20.5",
"chakra-react-select": "^5.0.2",
"chart.js": "^4.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.6",
"express": "^4.21.1",
"fast-xml-parser": "^4.5.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fast-xml-parser": "^4.5.1",
"formik": "^2.4.6",
"framer-motion": "^11.11.17",
"framer-motion": "^11.15.0",
"json-stringify-safe": "^5.0.1",
"next-themes": "^0.4.3",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
Expand All @@ -67,48 +67,39 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@chakra-ui/storybook-addon": "^5.2.5",
"@eslint/compat": "^1.2.3",
"@storybook/addon-actions": "^8.4.6",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/cli": "^8.4.6",
"@storybook/components": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/testing-library": "^0.2.2",
"@eslint/compat": "^1.2.4",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
"@types/validator": "^13.12.2",
"@vitejs/plugin-react": "^4.3.4",
"babel-loader": "^9.2.1",
"concurrently": "^9.1.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-storybook": "^0.11.1",
"http-proxy-middleware": "^3.0.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"patch-package": "^8.0.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"rxjs": "^7.8.1",
"storybook": "^8.4.6",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.2",
"webpack": "^5.96.1"
"typescript-eslint": "^8.18.1",
"vite": "^6.0.5",
"webpack": "^5.97.1"
},
"engines": {
"node": "^20.12.2"
"node": "^20.18.1"
}
}
44 changes: 0 additions & 44 deletions src/app/components/Button/Button.stories.ts

This file was deleted.

48 changes: 0 additions & 48 deletions src/app/components/Button/Button.tsx

This file was deleted.

35 changes: 0 additions & 35 deletions src/app/components/Button/button.css

This file was deleted.

21 changes: 0 additions & 21 deletions src/app/components/Logo/Logo.stories.ts

This file was deleted.

27 changes: 0 additions & 27 deletions src/app/components/Logo/Logo.tsx

This file was deleted.

29 changes: 0 additions & 29 deletions src/app/components/Page/Page.stories.ts

This file was deleted.

71 changes: 0 additions & 71 deletions src/app/components/Page/Page.tsx

This file was deleted.

Loading

0 comments on commit 110e35f

Please sign in to comment.