Skip to content

Commit 9a9dfc8

Browse files
committed
fix(workspace): move package dependencies to package
1 parent 43fc1e2 commit 9a9dfc8

File tree

3 files changed

+9
-24
lines changed

3 files changed

+9
-24
lines changed

package-lock.json

Lines changed: 5 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@
1414
"packages/*"
1515
],
1616
"devDependencies": {
17-
"@sinclair/typebox": "^0.28.11",
1817
"@typescript-eslint/eslint-plugin": "^5.59.6",
1918
"@typescript-eslint/parser": "^5.59.6",
20-
"eslint": "^8.40.0",
21-
"openapi-types": "^12.1.0"
22-
},
23-
"dependencies": {
24-
"just-intersect": "^4.3.0"
19+
"eslint": "^8.40.0"
2520
}
2621
}

packages/cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@
5959
},
6060
"lint-staged": {
6161
"*.{ts,tsx}": "eslint --cache --fix"
62+
},
63+
"dependencies": {
64+
"just-intersect": "^4.3.0"
6265
}
6366
}

0 commit comments

Comments
 (0)