Skip to content

Commit 4268572

Browse files
authored
build: fix scope of dependency @monkeytype/schemas (@fehmer) (monkeytypegame#7033)
1 parent c4ffa5f commit 4268572

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@date-fns/utc": "1.2.0",
2828
"@monkeytype/contracts": "workspace:*",
2929
"@monkeytype/funbox": "workspace:*",
30+
"@monkeytype/schemas": "workspace:*",
3031
"@monkeytype/util": "workspace:*",
3132
"@ts-rest/core": "3.52.1",
3233
"@ts-rest/express": "3.52.1",
@@ -64,7 +65,6 @@
6465
"devDependencies": {
6566
"@monkeytype/eslint-config": "workspace:*",
6667
"@monkeytype/oxlint-config": "workspace:*",
67-
"@monkeytype/schemas": "workspace:*",
6868
"@monkeytype/typescript-config": "workspace:*",
6969
"@redocly/cli": "2.0.5",
7070
"@types/bcrypt": "5.0.2",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"@fortawesome/fontawesome-free": "5.15.4",
3636
"@monkeytype/eslint-config": "workspace:*",
3737
"@monkeytype/oxlint-config": "workspace:*",
38-
"@monkeytype/schemas": "workspace:*",
3938
"@monkeytype/typescript-config": "workspace:*",
4039
"@types/canvas-confetti": "1.4.3",
4140
"@types/chartjs-plugin-trendline": "1.0.1",
@@ -80,6 +79,7 @@
8079
"@date-fns/utc": "1.2.0",
8180
"@monkeytype/contracts": "workspace:*",
8281
"@monkeytype/funbox": "workspace:*",
82+
"@monkeytype/schemas": "workspace:*",
8383
"@monkeytype/util": "workspace:*",
8484
"@sentry/browser": "9.14.0",
8585
"@sentry/vite-plugin": "3.3.1",

packages/contracts/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
"oxlint": "oxlint .",
1212
"lint": "npm run oxlint && npm run eslint"
1313
},
14+
"dependencies": {
15+
"@monkeytype/schemas": "workspace:*"
16+
},
1417
"peerDependencies": {
1518
"@ts-rest/core": "3.52.1",
1619
"zod": "3.23.8"
1720
},
1821
"devDependencies": {
1922
"@monkeytype/eslint-config": "workspace:*",
20-
"@monkeytype/schemas": "workspace:*",
2123
"@monkeytype/tsup-config": "workspace:*",
2224
"@monkeytype/typescript-config": "workspace:*",
2325
"eslint": "8.57.1",

packages/funbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@monkeytype/eslint-config": "workspace:*",
16-
"@monkeytype/schemas": "workspace:*",
1716
"@monkeytype/tsup-config": "workspace:*",
1817
"@monkeytype/typescript-config": "workspace:*",
1918
"eslint": "8.57.1",
@@ -24,6 +23,7 @@
2423
"vitest": "3.2.4"
2524
},
2625
"dependencies": {
26+
"@monkeytype/schemas": "workspace:*",
2727
"@monkeytype/util": "workspace:*"
2828
},
2929
"exports": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)