Skip to content

Commit

Permalink
fix: move dependencies to correct project
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Dec 2, 2023
1 parent 24c7f94 commit 2cf3569
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"generate:graphQLSchema": "cross-env PAYLOAD_CONFIG_PATH=src/payload.config.ts payload generate:graphQLSchema"
},
"dependencies": {
"@payloadcms/bundler-vite": "^0.1.5",
"@payloadcms/db-postgres": "^0.2.0",
"@payloadcms/richtext-slate": "^1.2.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"node-cron": "^3.0.3",
Expand All @@ -25,6 +28,7 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.10.9",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"ts-node": "^10.9.1",
Expand Down
4 changes: 0 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"@graphql-tools/wrap": "^10.0.1",
"@koa/cors": "4.0.0",
"@koa/router": "12.0.1",
"@payloadcms/bundler-vite": "^0.1.5",
"@payloadcms/db-postgres": "^0.2.0",
"@payloadcms/richtext-slate": "^1.2.1",
"@prisma/client": "5.5.2",
"apollo-server-koa": "3.13.0",
"discord.js": "14.14.1",
Expand Down Expand Up @@ -53,7 +50,6 @@
"@types/node": "^20.10.2",
"@types/node-cron": "3.0.11",
"@types/node-fetch": "2.6.9",
"@types/pg": "^8.10.9",
"@yestheory.family/eslint-config": "^1.0.0",
"eslint": "8.55.0",
"prisma": "5.5.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7579,8 +7579,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@yestheory.family/cms@workspace:packages/cms"
dependencies:
"@payloadcms/bundler-vite": "npm:^0.1.5"
"@payloadcms/db-postgres": "npm:^0.2.0"
"@payloadcms/richtext-slate": "npm:^1.2.1"
"@types/express": "npm:^4.17.21"
"@types/node-cron": "npm:^3.0.11"
"@types/pg": "npm:^8.10.9"
copyfiles: "npm:^2.4.1"
cross-env: "npm:^7.0.3"
dotenv: "npm:^16.3.1"
Expand Down Expand Up @@ -7627,9 +7631,6 @@ __metadata:
"@koa/cors": "npm:4.0.0"
"@koa/router": "npm:12.0.1"
"@nestjs/class-validator": "npm:0.13.4"
"@payloadcms/bundler-vite": "npm:^0.1.5"
"@payloadcms/db-postgres": "npm:^0.2.0"
"@payloadcms/richtext-slate": "npm:^1.2.1"
"@prisma/client": "npm:5.5.2"
"@types/graphql-fields": "npm:1.3.9"
"@types/koa": "npm:2.13.12"
Expand All @@ -7641,7 +7642,6 @@ __metadata:
"@types/node": "npm:^20.10.2"
"@types/node-cron": "npm:3.0.11"
"@types/node-fetch": "npm:2.6.9"
"@types/pg": "npm:^8.10.9"
"@yestheory.family/eslint-config": "npm:^1.0.0"
apollo-server-koa: "npm:3.13.0"
discord.js: "npm:14.14.1"
Expand Down

0 comments on commit 2cf3569

Please sign in to comment.