sku 13.1.2 → 13.1.3

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/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # sku
2
2
 
3
+ ## 13.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Reverts #1039 ([#1053](https://github.com/seek-oss/sku/pull/1053))
8
+
9
+ This change was causing a dependency to be cloned via `git` which may not be available in all CI envrionments.
10
+
3
11
  ## 13.1.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sku",
3
- "version": "13.1.2",
3
+ "version": "13.1.3",
4
4
  "description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
5
5
  "types": "./sku-types.d.ts",
6
6
  "bin": {
@@ -67,7 +67,7 @@
67
67
  "@vocab/phrase": "^2.0.1",
68
68
  "@vocab/pseudo-localize": "^1.0.1",
69
69
  "@vocab/webpack": "^1.2.9",
70
- "@zendesk/babel-plugin-react-displayname": "https://github.com/zendesk/babel-plugin-react-displayname.git#7a837f2",
70
+ "@zendesk/babel-plugin-react-displayname": "https://codeload.github.com/zendesk/babel-plugin-react-displayname/tar.gz/7a837f2",
71
71
  "autoprefixer": "^10.3.1",
72
72
  "babel-jest": "^29.0.0",
73
73
  "babel-loader": "^9.1.2",