Skip to content

Commit 8cdb197

Browse files
committed
Remove cyclic devDependencies
1 parent 8490452 commit 8cdb197

File tree

4 files changed

+732
-616
lines changed

4 files changed

+732
-616
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848
},
4949
"peerDependencyRules": {
5050
"ignoreMissing": [
51-
"babel-eslint"
51+
"babel-eslint",
52+
"graphql",
53+
"cypress",
54+
"@typescript-eslint/parser",
55+
"@typescript-eslint/eslint-plugin"
5256
],
5357
"allowedVersions": {
5458
"react": "18",

packages/components/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"@emotion/react": "^11.11.1",
2323
"@theme-ui/test-utils": "workspace:^",
2424
"@types/react": "^18.2.12",
25-
"react": "^18.1.0",
26-
"theme-ui": "workspace:^"
25+
"react": "^18.1.0"
2726
},
2827
"publishConfig": {
2928
"access": "public"

packages/test-utils/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@
2626
"theme-ui": "workspace:^"
2727
},
2828
"devDependencies": {
29-
"@theme-ui/core": "workspace:^",
3029
"@types/react": "^18.2.12",
3130
"react": "^18.1.0",
3231
"react-dom": "^18",
33-
"theme-ui": "workspace:^",
3432
"typescript": "^5"
3533
}
3634
}

0 commit comments

Comments
 (0)