Skip to content

Commit

Permalink
prune deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 29, 2023
1 parent 2608923 commit bbe9c23
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 265 deletions.
6 changes: 1 addition & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,12 @@
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"graphql-yoga": "^5.0.0",
"sade": "^1.8.1",
"stellate": "^2.7.1",
"urql": "^4.0.6",
"vite": "^4.5.0",
"vite-plugin-node": "^3.0.2"
"urql": "^4.0.6"
},
"devDependencies": {
"@types/node": "^20.8.10",
"@types/react": "^18",
"aws-lambda": "^1.0.7",
"next": "14.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"useUnknownInCatchVariables": false,
"types": ["vite/client", "node"]
"types": ["node"]
},
"exclude": ["**/dist", "**/build"]
}
Loading

0 comments on commit bbe9c23

Please sign in to comment.