@contentful/f36-entity-list 4.56.1 → 4.57.0

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 +12 -12
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@contentful/f36-entity-list",
3
- "version": "4.56.1",
3
+ "version": "4.57.0",
4
4
  "description": "Forma 36: EntityList component",
5
5
  "scripts": {
6
6
  "build": "tsup"
7
7
  },
8
8
  "dependencies": {
9
- "@contentful/f36-badge": "^4.56.1",
10
- "@contentful/f36-button": "^4.56.1",
11
- "@contentful/f36-core": "^4.56.1",
12
- "@contentful/f36-drag-handle": "^4.56.1",
13
- "@contentful/f36-icon": "^4.56.1",
9
+ "@contentful/f36-badge": "^4.57.0",
10
+ "@contentful/f36-button": "^4.57.0",
11
+ "@contentful/f36-core": "^4.57.0",
12
+ "@contentful/f36-drag-handle": "^4.57.0",
13
+ "@contentful/f36-icon": "^4.57.0",
14
14
  "@contentful/f36-icons": "^4.27.0",
15
- "@contentful/f36-menu": "^4.56.1",
16
- "@contentful/f36-skeleton": "^4.56.1",
17
- "@contentful/f36-tokens": "^4.0.2",
18
- "@contentful/f36-typography": "^4.56.1",
15
+ "@contentful/f36-menu": "^4.57.0",
16
+ "@contentful/f36-skeleton": "^4.57.0",
17
+ "@contentful/f36-tokens": "^4.0.3",
18
+ "@contentful/f36-typography": "^4.57.0",
19
19
  "emotion": "^10.0.17"
20
20
  },
21
21
  "peerDependencies": {
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/contentful/forma-36"
38
38
  },
39
39
  "publishConfig": {
40
- "access": "public",
41
- "registry": "https://npm.pkg.github.com/"
40
+ "registry": "https://npm.pkg.github.com/",
41
+ "access": "public"
42
42
  }
43
43
  }