@tramvai/test-react 2.11.0 → 2.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -80,7 +80,7 @@ Under the hood the [@testing-library/react-hooks](https://github.com/testing-lib
80
80
  /**
81
81
  * @jest-environment jsdom
82
82
  */
83
- import { testHooks } from '@tramvai/test-react';
83
+ import { testHook } from '@tramvai/test-react';
84
84
 
85
85
  describe('test', () => {
86
86
  it('hook', async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-react",
3
- "version": "2.11.0",
3
+ "version": "2.21.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -20,12 +20,12 @@
20
20
  "dependencies": {
21
21
  "@testing-library/react": "^12.1.4",
22
22
  "@testing-library/react-hooks": "^7.0.2",
23
- "@tinkoff/router": "0.2.0",
24
- "@tramvai/react": "2.11.0",
25
- "@tramvai/state": "2.11.0",
26
- "@tramvai/test-jsdom": "2.11.0",
27
- "@tramvai/test-mocks": "2.11.0",
28
- "@tramvai/tokens-common": "2.11.0",
23
+ "@tinkoff/router": "0.2.2",
24
+ "@tramvai/react": "2.21.0",
25
+ "@tramvai/state": "2.21.0",
26
+ "@tramvai/test-jsdom": "2.21.0",
27
+ "@tramvai/test-mocks": "2.21.0",
28
+ "@tramvai/tokens-common": "2.21.0",
29
29
  "tslib": "^2.0.3"
30
30
  },
31
31
  "peerDependencies": {