@codecademy/gamut-tests 5.2.9-alpha.ea0bbc.0 → 5.2.9

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 +2 -2
  2. package/package.json +7 -3
package/dist/index.js CHANGED
@@ -10,9 +10,9 @@ export const MockGamutProvider = _ref => {
10
10
  children
11
11
  } = _ref;
12
12
  return /*#__PURE__*/_jsx(GamutProvider, {
13
- useGlobals: false,
14
- useCache: false,
15
13
  theme: theme,
14
+ useCache: false,
15
+ useGlobals: false,
16
16
  children: children
17
17
  });
18
18
  };
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.2.9-alpha.ea0bbc.0",
4
+ "version": "5.2.9",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "17.6.2",
7
+ "@codecademy/gamut-styles": "17.6.3",
8
8
  "component-test-setup": "*",
9
9
  "lodash": "^4.17.5"
10
10
  },
@@ -28,6 +28,10 @@
28
28
  "access": "public"
29
29
  },
30
30
  "repository": "Codecademy/gamut.git",
31
+ "scripts": {
32
+ "build": "nx build @codecademy/gamut-tests",
33
+ "verify": "tsc --noEmit"
34
+ },
31
35
  "types": "./dist/index.d.ts",
32
- "gitHead": "479833ecb6cf0ee230f2694b46f32d8c81f3a793"
36
+ "gitHead": "8c72d7eeada354a96a77186f00fed6a9000bde4c"
33
37
  }