@codecademy/gamut-tests 4.0.5 → 4.0.6-alpha.ffc244.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.
@@ -1,6 +1,9 @@
1
- @codecademy/gamut-tests:build: cache hit, replaying output 2ccb497132f20134
2
- @codecademy/gamut-tests:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
- @codecademy/gamut-tests:build: $ rm -rf dist
4
- @codecademy/gamut-tests:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
5
- @codecademy/gamut-tests:build: Successfully compiled 1 file with Babel (613ms).
6
- @codecademy/gamut-tests:build: $ tsc --emitDeclarationOnly
1
+ @codecademy/gamut-tests:build: cache hit, replaying output 69b2818dcfb0aefc
2
+ @codecademy/gamut-tests:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
+ @codecademy/gamut-tests:build: $ rm -rf dist
4
+ @codecademy/gamut-tests:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
5
+ @codecademy/gamut-tests:build: Browserslist: caniuse-lite is outdated. Please run:
6
+ @codecademy/gamut-tests:build:  npx browserslist@latest --update-db
7
+ @codecademy/gamut-tests:build:  Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
8
+ @codecademy/gamut-tests:build: Successfully compiled 1 file with Babel (721ms).
9
+ @codecademy/gamut-tests:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [4.0.6-alpha.ffc244.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-tests@4.0.5...@codecademy/gamut-tests@4.0.6-alpha.ffc244.0) (2022-06-24)
7
+
8
+ **Note:** Version bump only for package @codecademy/gamut-tests
9
+
10
+
11
+
12
+
13
+
6
14
  ### [4.0.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-tests@4.0.4...@codecademy/gamut-tests@4.0.5) (2022-05-24)
7
15
 
8
16
  **Note:** Version bump only for package @codecademy/gamut-tests
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": "^13.2.0",
4
+ "@codecademy/gamut-styles": "13.2.1-alpha.ffc244.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.5",
17
+ "version": "4.0.6-alpha.ffc244.0",
18
18
  "license": "MIT",
19
19
  "main": "./dist/index.js",
20
20
  "module": "dist/index.js",
@@ -37,5 +37,5 @@
37
37
  "lernaBuildTask": "yarn build"
38
38
  },
39
39
  "types": "./dist/index.d.ts",
40
- "gitHead": "b3dfa419dc36036d34f7e894eca8627e5f424bc9"
40
+ "gitHead": "87c150e10fbe0c28144f5fb6dc411363f0e16d0c"
41
41
  }