Skip to content

Commit

Permalink
chore: clean up workflows and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Mar 24, 2023
1 parent 663568e commit f54c0ac
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 496 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# 👇 Version 2 of the action
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- uses: actions/setup-node@v2
Expand Down
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"@craco/craco": "^6.1.1",
"@headlessui/react": "^1.1.1",
"@heroicons/react": "^2.0.0",
"@hookform/resolvers": "^2.9.7",
"@interlay/bridge": "^0.2.3",
"@interlay/interbtc-api": "2.0.2",
"@material-icons/svg": "^1.0.28",
"@polkadot/api": "9.11.1",
"@polkadot/extension-dapp": "0.44.1",
"@polkadot/ui-keyring": "^2.9.7",
Expand Down Expand Up @@ -41,9 +39,6 @@
"@react-stately/tooltip": "^3.2.3",
"@react-stately/tree": "^3.4.1",
"@tailwindcss/forms": "^0.3.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^12.1.10",
"big.js": "^6.1.1",
"chart.js": "^2.9.4",
"clsx": "^1.1.1",
Expand Down Expand Up @@ -72,13 +67,10 @@
"react-transition-group": "^4.4.5",
"react-use": "^17.2.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"styled-components": "^5.3.5",
"typescript": "4.3.2",
"use-dark-mode": "^2.3.1",
"web-vitals": "^1.0.1",
"yup": "^0.32.11",
"zod": "^3.18.0"
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
Expand Down Expand Up @@ -123,11 +115,13 @@
"prettier": "2.2.1",
"release-it": "^15.5.0",
"storybook-addon-themes": "^6.1.0",
"tailwind-config-viewer": "^1.5.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tailwindcss-pseudo-elements": "^1.5.1",
"ts-node": "^8.6.2",
"webpack-bundle-analyzer": "^4.4.0"
"webpack-bundle-analyzer": "^4.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^12.1.10"
},
"resolutions": {
"babel-loader": "8.1.0",
Expand Down Expand Up @@ -158,7 +152,6 @@
"setup": "yarn generate:defs && yarn generate:meta",
"build": "REACT_APP_VERSION=$npm_package_version craco build",
"build-with-webpack-bundle-analysis": "yarn build --stats && webpack-bundle-analyzer build/bundle-stats.json -m static -r build/bundle-stats.html -O",
"tailwind-config-viewer": "cd src && tailwind-config-viewer -o",
"lint-and-type-check": "yarn lint && yarn type-check",
"eject": "react-scripts eject",
"compose:regtest": "docker-compose --env-file .env.development.local up",
Expand Down
18 changes: 0 additions & 18 deletions src/containers/DarkModeToggle/index.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions src/lib/form-validation/amm/index.ts

This file was deleted.

44 changes: 0 additions & 44 deletions src/lib/form-validation/amm/pool.ts

This file was deleted.

43 changes: 0 additions & 43 deletions src/lib/form-validation/common/balance.ts

This file was deleted.

87 changes: 0 additions & 87 deletions src/lib/form-validation/common/field.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/lib/form-validation/common/types.ts

This file was deleted.

19 changes: 0 additions & 19 deletions src/lib/form-validation/index.ts

This file was deleted.

83 changes: 0 additions & 83 deletions src/lib/form-validation/loans/borrow.ts

This file was deleted.

Loading

0 comments on commit f54c0ac

Please sign in to comment.