Skip to content

Commit 817467c

Browse files
authored
chore: unpin forma 36 components (#1932)
* chore: unpinn f36 packages * chore: update lock file
1 parent 49f38cc commit 817467c

File tree

29 files changed

+423
-423
lines changed

29 files changed

+423
-423
lines changed

apps/entry-app-collapsible/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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.1.1",
10-
"@contentful/f36-tokens": "5.1.0",
8+
"@contentful/f36-components": "^5.1.1",
9+
"@contentful/f36-icons": "^5.4.0",
10+
"@contentful/f36-tokens": "^5.1.0",
1111
"@contentful/field-editor-rich-text": "^3.27.7",
1212
"@contentful/field-editor-shared": "^1.6.2",
1313
"@contentful/field-editor-single-line": "^1.4.5",

apps/markdown-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "5.1.1",
8-
"@contentful/f36-tokens": "5.1.0",
7+
"@contentful/f36-components": "^5.1.1",
8+
"@contentful/f36-tokens": "^5.1.0",
99
"@contentful/field-editor-markdown": "^0.17.1",
1010
"@contentful/field-editor-shared": "^0.25.1",
1111
"@contentful/field-editor-single-line": "^0.15.6",

apps/multiple-references-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "5.1.1",
8-
"@contentful/f36-tokens": "5.1.0",
7+
"@contentful/f36-components": "^5.1.1",
8+
"@contentful/f36-tokens": "^5.1.0",
99
"@contentful/field-editor-reference": "^2.21.2",
1010
"@contentful/field-editor-single-line": "^0.15.6",
1111
"react": "^18.3.1",

apps/rich-text-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "5.1.1",
8-
"@contentful/f36-tokens": "5.1.0",
7+
"@contentful/f36-components": "^5.1.1",
8+
"@contentful/f36-tokens": "^5.1.0",
99
"@contentful/field-editor-rich-text": "^3.4.21",
1010
"@contentful/field-editor-single-line": "^1.2.0",
1111
"react": "^18.3.1",

apps/singleline-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@contentful/app-sdk": "^4.17.1",
7-
"@contentful/f36-components": "5.1.1",
8-
"@contentful/f36-tokens": "5.1.0",
7+
"@contentful/f36-components": "^5.1.1",
8+
"@contentful/f36-tokens": "^5.1.0",
99
"@contentful/field-editor-single-line": "^0.15.6",
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
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",
53-
"@contentful/f36-tokens": "5.1.0",
52+
"@contentful/f36-components": "^5.1.1",
53+
"@contentful/f36-tokens": "^5.1.0",
5454
"@cypress/react": "8.0.2",
5555
"@lingui/cli": "5.3.0",
5656
"@lingui/react": "5.3.1",

packages/_shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@testing-library/react": "16.3.0"
4343
},
4444
"dependencies": {
45-
"@contentful/f36-components": "5.1.1",
45+
"@contentful/f36-components": "^5.1.1",
4646
"@contentful/f36-note": "^5.1.0",
47-
"@contentful/f36-tokens": "5.1.0",
47+
"@contentful/f36-tokens": "^5.1.0",
4848
"contentful-management": "^11.45.1",
4949
"emotion": "^10.0.17",
5050
"fast-deep-equal": "^3.1.3",

packages/_test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"contentful-management": "^11.0.0"
4141
},
4242
"dependencies": {
43-
"@contentful/f36-tokens": "5.1.0",
43+
"@contentful/f36-tokens": "^5.1.0",
4444
"emotion": "^10.0.17",
4545
"lodash": "^4.17.15",
4646
"mitt": "2.1.0"

packages/boolean/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"tsc": "tsc -p ./ --noEmit"
3737
},
3838
"dependencies": {
39-
"@contentful/f36-components": "5.1.1",
40-
"@contentful/f36-tokens": "5.1.0",
39+
"@contentful/f36-components": "^5.1.1",
40+
"@contentful/f36-tokens": "^5.1.0",
4141
"@contentful/field-editor-shared": "^2.12.1",
4242
"emotion": "^10.0.17",
4343
"lodash": "^4.17.15",

packages/checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"tsc": "tsc -p ./ --noEmit"
3737
},
3838
"dependencies": {
39-
"@contentful/f36-components": "5.1.1",
40-
"@contentful/f36-tokens": "5.1.0",
39+
"@contentful/f36-components": "^5.1.1",
40+
"@contentful/f36-tokens": "^5.1.0",
4141
"@contentful/field-editor-shared": "^2.12.1",
4242
"emotion": "^10.0.17",
4343
"lodash": "^4.17.15"

0 commit comments

Comments
 (0)