@codecademy/gamut-tests 4.0.22-alpha.f3dfc3.0 → 4.0.23-alpha.a01756.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/dist/index.d.ts +3 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -1,6 +1,8 @@
1
1
  import { setupEnzyme as setupEnzymeBase, setupRtl as setupRtlBase } from 'component-test-setup';
2
2
  import * as React from 'react';
3
- export declare const MockGamutProvider: React.FC;
3
+ export declare const MockGamutProvider: React.FC<{
4
+ children?: React.ReactNode;
5
+ }>;
4
6
  /**
5
7
  * @deprecated Enzyme is no longer being maintained. Use RTL instead.
6
8
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Codecademy Engineering <dev@codecademy.com>",
3
3
  "dependencies": {
4
- "@codecademy/gamut-styles": "14.2.5-alpha.f3dfc3.0",
4
+ "@codecademy/gamut-styles": "14.2.6-alpha.a01756.0",
5
5
  "component-test-setup": "*",
6
6
  "lodash": "^4.17.5"
7
7
  },
@@ -14,7 +14,7 @@
14
14
  "rtl"
15
15
  ],
16
16
  "name": "@codecademy/gamut-tests",
17
- "version": "4.0.22-alpha.f3dfc3.0",
17
+ "version": "4.0.23-alpha.a01756.0",
18
18
  "license": "MIT",
19
19
  "main": "dist/index.js",
20
20
  "module": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "peerDependencies": {
25
- "react": ">=17.0.2"
25
+ "react": "^17.0.2 || ^18.2.0"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
@@ -36,5 +36,5 @@
36
36
  "build": "nx build @codecademy/gamut-tests"
37
37
  },
38
38
  "types": "./dist/index.d.ts",
39
- "gitHead": "1a59f2aca77b03f1ca7651b45c8ab79489c2870b"
39
+ "gitHead": "a1de99876070cf15ef6bc5319ec4577bc160a6f1"
40
40
  }