Skip to content

Commit 896c9d2

Browse files
committed
[react-test-renderer] Publish as v18
1 parent d261cd2 commit 896c9d2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

types/react-test-renderer/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
// Type definitions for react-test-renderer 17.0
1+
// Type definitions for react-test-renderer 18.0
22
// Project: https://facebook.github.io/react/
33
// Definitions by: Arvitaly <https://github.com/arvitaly>
44
// Lochbrunner <https://github.com/lochbrunner>
55
// John Reilly <https://github.com/johnnyreilly>
66
// John Gozde <https://github.com/jgoz>
77
// Jessica Franco <https://github.com/Jessidhia>
88
// Dhruv Jain <https://github.com/maddhruv>
9+
// Sebastian Silbermann <https://github.com/eps1lon>
910
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
1011
// TypeScript Version: 2.8
1112

1213
import { ReactElement, ElementType } from 'react';
1314
export {};
1415

1516
// extracted from:
16-
// - https://github.com/facebook/react/blob/v16.0.0/src/renderers/testing/ReactTestRendererFiberEntry.js
17+
// - https://github.com/facebook/react/blob/v18.0.0/packages/react-test-renderer/index.js
1718
// - https://reactjs.org/docs/test-renderer.html
1819

1920
export interface ReactTestRendererJSON {

0 commit comments

Comments
 (0)