@codecademy/gamut-tests 5.0.11-alpha.f5d338.0 → 5.1.1-alpha.286032.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.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { setupEnzyme as setupEnzymeBase, setupRtl as setupRtlBase } from 'compon
9
9
  import overArgs from 'lodash/overArgs';
10
10
  import * as React from 'react';
11
11
 
12
- // See https://www.notion.so/codecademy/Frontend-Unit-Tests-1cbf4e078a6647559b4583dfb6d3cb18
12
+ // See https://www.notion.so/codecademy/Frontend-Unit-Tests-1cbf4e078a6647559b4583dfb6d3cb18 for more info
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
14
14
  export var MockGamutProvider = function MockGamutProvider(_ref) {
15
15
  var children = _ref.children;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-tests",
3
3
  "description": "Shared component test setup for Gamut applications",
4
- "version": "5.0.11-alpha.f5d338.0",
4
+ "version": "5.1.1-alpha.286032.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "16.2.2-alpha.f5d338.0",
7
+ "@codecademy/gamut-styles": "16.3.1-alpha.286032.0",
8
8
  "component-test-setup": "*",
9
9
  "lodash": "^4.17.5"
10
10
  },
@@ -33,5 +33,5 @@
33
33
  "verify": "tsc --noEmit"
34
34
  },
35
35
  "types": "./dist/index.d.ts",
36
- "gitHead": "1b30be0393f9b73d4bfae8254f71eb6b83a8e8e5"
36
+ "gitHead": "1d6d223d3f5ffee79624f47049245966f99115ba"
37
37
  }