Skip to content

Commit

Permalink
chore: remove unused babel deps []
Browse files Browse the repository at this point in the history
  • Loading branch information
2wce committed Oct 23, 2024
1 parent 58105a5 commit 7bae24b
Show file tree
Hide file tree
Showing 10 changed files with 842 additions and 850 deletions.
4 changes: 2 additions & 2 deletions apps/entry-app-collapsible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^20.6.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cross-env": "^7.0.3",
"react-scripts": "5.0.1",
"typescript": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/markdown-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^20.6.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cross-env": "^7.0.3",
"react-scripts": "5.0.1",
"typescript": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/multiple-references-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^20.6.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cross-env": "^7.0.3",
"react-scripts": "5.0.1",
"typescript": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/rich-text-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^20.6.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cross-env": "^7.0.3",
"react-scripts": "5.0.1",
"typescript": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/singleline-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^20.6.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cross-env": "^7.0.3",
"react-scripts": "5.0.1",
"typescript": "^5.3.3",
Expand Down
19 changes: 4 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@
"apps/**"
],
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-flow": "7.24.7",
"@babel/plugin-transform-runtime": "7.9.6",
"@babel/preset-env": "7.25.0",
"@babel/preset-react": "7.13.13",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "18.4.4",
"@contentful/f36-components": "4.70.0",
Expand All @@ -65,8 +55,8 @@
"@testing-library/react": "12.1.5",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.202",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/testing-library__cypress": "5.0.9",
"@types/webpack-env": "1.18.4",
"@typescript-eslint/eslint-plugin": "6.19.0",
Expand Down Expand Up @@ -124,12 +114,11 @@
"webpack": "5.94.0"
},
"resolutions": {
"@types/react": "18.3.1",
"babel-preset-react-app": "9.1.2",
"@types/react": "18.3.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"@contentful/app-sdk": "4.29.0",
"@contentful/rich-text-types": "16.7.0"
"@contentful/rich-text-types": "16.8.5"
},
"browserslist": {
"production": "extends @contentful/browserslist-config",
Expand Down
1 change: 0 additions & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"moment": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@contentful/field-editor-test-utils": "^1.5.2",
"@types/timezoned-date": "^3.0.0",
"timezoned-date": "^3.0.2"
Expand Down
1 change: 0 additions & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@contentful/app-sdk": "^4.29.0",
"@contentful/field-editor-test-utils": "^1.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@contentful/field-editor-reference": "^5.31.2",
"@contentful/field-editor-shared": "^1.8.0",
"@contentful/rich-text-plain-text-renderer": "^16.0.4",
"@contentful/rich-text-types": "16.7.0",
"@contentful/rich-text-types": "16.8.5",
"@popperjs/core": "^2.11.5",
"@udecode/plate-basic-marks": "36.0.0",
"@udecode/plate-break": "36.0.0",
Expand Down
Loading

0 comments on commit 7bae24b

Please sign in to comment.