@atlaskit/reduced-ui-pack 18.0.3 → 18.0.4

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reduced-ui-pack",
3
- "version": "18.0.3",
3
+ "version": "18.0.4",
4
4
  "description": "CSS classes which provide styling for a reduced number of Atlaskit components.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,13 +25,15 @@
25
25
  "ak-postbuild": "mkdir -p dist && cp src/bundle.css dist/bundle.css && cp src/icons-sprite.svg dist/icons-sprite.svg",
26
26
  "update": "yarn build-css && yarn run sprite",
27
27
  "sprite": "node ./bin/buildSprite.js",
28
- "build-css": "ts-node --transpile-only --project ./tsconfig.build.json build/js-to-css.js"
28
+ "build-css": "ts-node --transpile-only --project ./tsconfig.build.json build/js-to-css.js",
29
+ "postinstall": "npx enforce-peer-dependencies --internal-packages"
29
30
  },
30
31
  "files": [
31
32
  "dist/bundle.css",
32
33
  "dist/icons-sprite.svg"
33
34
  ],
34
35
  "dependencies": {
36
+ "@atlaskit/enforce-peer-dependencies": "^1.0.1",
35
37
  "@atlaskit/theme": "^12.5.0",
36
38
  "fbjs": "^3.0.0"
37
39
  },
@@ -54,4 +56,4 @@
54
56
  },
55
57
  "homepage": "https://atlaskit.atlassian.com/packages/css-packs/reduced-ui-pack",
56
58
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
57
- }
59
+ }