@contentful/f36-asset 4.55.1 → 4.56.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@contentful/f36-asset",
3
- "version": "4.55.1",
3
+ "version": "4.56.1",
4
4
  "description": "Forma 36: Asset component",
5
5
  "scripts": {
6
6
  "build": "tsup"
7
7
  },
8
8
  "dependencies": {
9
- "@contentful/f36-core": "^4.55.1",
10
- "@contentful/f36-icon": "^4.55.1",
9
+ "@contentful/f36-core": "^4.56.1",
10
+ "@contentful/f36-icon": "^4.56.1",
11
11
  "@contentful/f36-icons": "^4.27.0",
12
12
  "@contentful/f36-tokens": "^4.0.2",
13
- "@contentful/f36-typography": "^4.55.1",
13
+ "@contentful/f36-typography": "^4.56.1",
14
14
  "emotion": "^10.0.17"
15
15
  },
16
16
  "peerDependencies": {
@@ -32,6 +32,7 @@
32
32
  "url": "https://github.com/contentful/forma-36"
33
33
  },
34
34
  "publishConfig": {
35
- "access": "public"
35
+ "access": "public",
36
+ "registry": "https://npm.pkg.github.com/"
36
37
  }
37
38
  }