Skip to content

Commit 67f1132

Browse files
feat(core): dependency cleanup (#1964)
1 parent 3f831d7 commit 67f1132

File tree

20 files changed

+23
-32
lines changed

20 files changed

+23
-32
lines changed

packages/_shared/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@contentful/f36-components": "^5.4.1",
46+
"@contentful/f36-icons": "^5.4.1",
4647
"@contentful/f36-note": "^5.1.0",
4748
"@contentful/f36-tokens": "^5.1.0",
4849
"contentful-management": "^11.60.4",
@@ -53,7 +54,8 @@
5354
"peerDependencies": {
5455
"@contentful/app-sdk": "^4.29.0",
5556
"@lingui/core": "^5.3.0",
56-
"react": ">=16.8.0"
57+
"react": ">=16.8.0",
58+
"react-dom": ">=16.8.0"
5759
},
5860
"publishConfig": {
5961
"registry": "https://npm.pkg.github.com/"

packages/_test/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"dependencies": {
4343
"@contentful/f36-tokens": "^5.1.0",
4444
"emotion": "^10.0.17",
45-
"lodash": "^4.17.15",
4645
"mitt": "2.1.0"
4746
},
4847
"peerDependencies": {

packages/boolean/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@contentful/f36-components": "^5.4.1",
40-
"@contentful/f36-tokens": "^5.1.0",
4140
"@contentful/field-editor-shared": "^2.15.0",
42-
"emotion": "^10.0.17",
4341
"lodash": "^4.17.15",
4442
"nanoid": "^3.1.3"
4543
},

packages/checkbox/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"@contentful/f36-tokens": "^5.1.0",
4141
"@contentful/field-editor-shared": "^2.15.0",
4242
"emotion": "^10.0.17",
43-
"lodash": "^4.17.15"
43+
"lodash": "^4.17.15",
44+
"nanoid": "^3.1.3"
4445
},
4546
"devDependencies": {
4647
"@contentful/field-editor-test-utils": "^1.6.2",

packages/default-field-editors/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@contentful/f36-components": "^5.4.1",
40+
"@contentful/f36-icons": "^5.4.1",
41+
"@contentful/f36-tokens": "^5.1.0",
4042
"@contentful/field-editor-boolean": "^1.7.19",
4143
"@contentful/field-editor-checkbox": "^1.6.19",
4244
"@contentful/field-editor-date": "^1.9.19",

packages/dropdown/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@contentful/f36-components": "^5.4.1",
40-
"@contentful/f36-tokens": "^5.1.0",
4140
"@contentful/field-editor-shared": "^2.15.0",
4241
"emotion": "^10.0.0",
43-
"lodash": "^4.17.15",
4442
"nanoid": "^3.1.3"
4543
},
4644
"devDependencies": {

packages/json/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"tsc": "tsc -p ./ --noEmit"
3535
},
3636
"dependencies": {
37+
"@codemirror/language": "^6.0.0",
3738
"@codemirror/lang-json": "^6.0.0",
39+
"@codemirror/view": "^6.0.0",
3840
"@contentful/f36-components": "^5.4.1",
3941
"@contentful/f36-tokens": "^5.1.0",
4042
"@contentful/field-editor-shared": "^2.15.0",

packages/list/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
},
3838
"dependencies": {
3939
"@contentful/f36-components": "^5.4.1",
40-
"@contentful/f36-tokens": "^5.1.0",
4140
"@contentful/field-editor-shared": "^2.15.0",
4241
"emotion": "^10.0.17",
4342
"lodash": "^4.17.15"

packages/markdown/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@contentful/field-editor-shared": "^2.15.0",
4343
"@types/codemirror": "0.0.109",
4444
"codemirror": "^5.65.11",
45-
"constate": "^3.3.2",
4645
"emotion": "^10.0.17",
4746
"lodash": "^4.17.15",
4847
"react-markdown": "^9.0.1",

packages/multiple-line/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"@contentful/f36-components": "^5.4.1",
4040
"@contentful/f36-tokens": "^5.1.0",
4141
"@contentful/field-editor-shared": "^2.15.0",
42-
"emotion": "^10.0.17",
43-
"lodash": "^4.17.15"
42+
"emotion": "^10.0.17"
4443
},
4544
"devDependencies": {
4645
"@contentful/field-editor-test-utils": "^1.6.2"

0 commit comments

Comments
 (0)