vega-frontend-monorepo/apps/simple-trading-app
m.ray 71ede25339
chore: upgrade to React 18 (#952)
* chore: upgrade react only

* chore: import renderHook from testing-library/react

* chore: add @babel/runtime to fix tests

* fix: fix some of the tests

* fix: fix some of the tests

* fix: fix tests failing on not being wrapped in act

* fix: fix tests in use-environment

* fix:  fix @types/react issue

* fix: fix formatting

* fix: remove unsued method

* fix: callout not accepting react node and root element null check

* fix: main.tsx stats null check

* fix: implicit any type fixes

* Update libs/environment/src/hooks/use-nodes.spec.tsx

* fix:  import act from testing-lib

* fix:  add strict mode back

* fix:  fix formatting issues

* fix: add babel deps for storybook

* Update tsconfig.json (#970)

* Update tsconfig.json

* feat: [console-lite] - add missing types in few places

Co-authored-by: maciek <maciek@vegaprotocol.io>

* chore(#952): remove any from useDataProvider hook

Co-authored-by: macqbat <kubat.maciek@gmail.com>
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-08-09 10:43:11 +01:00
..
src chore: upgrade to React 18 (#952) 2022-08-09 10:43:11 +01:00
.babelrc Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.browserslistrc Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
.env feat: [console-lite] - trading - order review (#842) 2022-07-27 18:09:27 +02:00
.env.capsule Feat/dockerize frontends (#388) 2022-06-13 15:39:17 +01:00
.env.devnet feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
.env.mainnet feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
.env.stagnet1 feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
.env.stagnet2 feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
.env.testnet feat(#507): Node Discovery 2022-06-21 16:20:53 -07:00
.eslintrc.json Feature/356 view a list of markets page and show additional useful information (#419) 2022-05-20 11:21:46 +02:00
jest.config.js Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
netlify.toml feat: [console-lite] - top nav-bar - first commit (#677) 2022-07-04 08:26:59 +02:00
postcss.config.js Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
project.json Feat/675: Git info (#683) 2022-07-06 15:53:35 +00:00
setup-tests.ts Feat/439 simple market list live update (#503) 2022-06-06 11:14:44 +02:00
tailwind.config.js feat: [console-lite] - market selector (#726) 2022-07-11 15:27:28 +02:00
tsconfig.app.json Feature/vega core (#376) 2022-05-12 10:56:21 +01:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.spec.json feat: [console-lite] - fixes in order close out calcs (#934) 2022-08-04 13:21:28 +02:00