Skip to content

Commit 88d3dde

Browse files
authored
fix: bump forma to ensure the same version [] (#1937)
1 parent d08af06 commit 88d3dde

File tree

28 files changed

+470
-412
lines changed

28 files changed

+470
-412
lines changed

apps/entry-app-collapsible/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
77
"@contentful/default-field-editors": "^1.7.17",
8-
"@contentful/f36-components": "^5.1.1",
9-
"@contentful/f36-icons": "^5.4.0",
8+
"@contentful/f36-components": "^5.4.1",
9+
"@contentful/f36-icons": "^5.4.1",
1010
"@contentful/f36-tokens": "^5.1.0",
1111
"@contentful/field-editor-rich-text": "^4.12.2",
1212
"@contentful/field-editor-shared": "^2.12.2",

apps/markdown-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "^5.1.1",
7+
"@contentful/f36-components": "^5.4.1",
88
"@contentful/f36-tokens": "^5.1.0",
9-
"@contentful/field-editor-markdown": "^0.17.1",
10-
"@contentful/field-editor-shared": "^0.25.1",
11-
"@contentful/field-editor-single-line": "^0.15.6",
9+
"@contentful/field-editor-markdown": "lastest",
10+
"@contentful/field-editor-shared": "latest",
11+
"@contentful/field-editor-single-line": "latest",
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1"
1414
},

apps/multiple-references-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "^5.1.1",
7+
"@contentful/f36-components": "^5.4.1",
88
"@contentful/f36-tokens": "^5.1.0",
99
"@contentful/field-editor-reference": "^2.21.2",
1010
"@contentful/field-editor-single-line": "^0.15.6",

apps/rich-text-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "^5.1.1",
7+
"@contentful/f36-components": "^5.4.1",
88
"@contentful/f36-tokens": "^5.1.0",
99
"@contentful/field-editor-rich-text": "^4.12.2",
1010
"@contentful/field-editor-single-line": "^1.8.5",

apps/singleline-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "^5.1.1",
7+
"@contentful/f36-components": "^5.4.1",
88
"@contentful/f36-tokens": "^5.1.0",
99
"@contentful/field-editor-single-line": "^0.15.6",
1010
"react": "^18.3.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@babel/preset-react": "7.27.1",
5050
"@commitlint/cli": "19.8.0",
5151
"@commitlint/config-conventional": "18.4.4",
52-
"@contentful/f36-components": "^5.1.1",
52+
"@contentful/f36-components": "^5.4.1",
5353
"@contentful/f36-tokens": "^5.1.0",
5454
"@cypress/react": "8.0.2",
5555
"@lingui/cli": "5.3.0",

packages/_shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@testing-library/react": "16.3.0"
4343
},
4444
"dependencies": {
45-
"@contentful/f36-components": "^5.1.1",
45+
"@contentful/f36-components": "^5.4.1",
4646
"@contentful/f36-note": "^5.1.0",
4747
"@contentful/f36-tokens": "^5.1.0",
4848
"contentful-management": "^11.45.1",

packages/boolean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tsc": "tsc -p ./ --noEmit"
3737
},
3838
"dependencies": {
39-
"@contentful/f36-components": "^5.1.1",
39+
"@contentful/f36-components": "^5.4.1",
4040
"@contentful/f36-tokens": "^5.1.0",
4141
"@contentful/field-editor-shared": "^2.12.2",
4242
"emotion": "^10.0.17",

packages/checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tsc": "tsc -p ./ --noEmit"
3737
},
3838
"dependencies": {
39-
"@contentful/f36-components": "^5.1.1",
39+
"@contentful/f36-components": "^5.4.1",
4040
"@contentful/f36-tokens": "^5.1.0",
4141
"@contentful/field-editor-shared": "^2.12.2",
4242
"emotion": "^10.0.17",

packages/date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tsc": "tsc -p ./ --noEmit"
3838
},
3939
"dependencies": {
40-
"@contentful/f36-components": "^5.1.1",
40+
"@contentful/f36-components": "^5.4.1",
4141
"@contentful/f36-tokens": "^5.1.0",
4242
"@contentful/field-editor-shared": "^2.12.2",
4343
"emotion": "^10.0.17",

0 commit comments

Comments
 (0)