vega-frontend-monorepo/libs/web3
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 Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
.eslintrc.json Feat/104 withdraws (#263) 2022-04-26 19:51:39 -07:00
jest.config.js Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
package.json Feat/104 withdraws (#263) 2022-04-26 19:51:39 -07:00
project.json Feat/104 withdraws (#263) 2022-04-26 19:51:39 -07:00
README.md Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
tsconfig.json feat(#175): ui-toolkit links (#453) 2022-05-31 17:30:02 -07:00
tsconfig.lib.json Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
tsconfig.spec.json Fixes for workflows (#291) 2022-04-22 17:51:18 -07:00

web3

This library was generated with Nx.

Running unit tests

Run nx test web3 to execute the unit tests via Jest.