Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 55c95f8

Browse files
committed
chore(deps): remove unnecessary top-level deps
1 parent 539606f commit 55c95f8

File tree

2 files changed

+1
-243
lines changed

2 files changed

+1
-243
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,34 +39,25 @@
3939
],
4040
"dependencies": {
4141
"@graphql-codegen/cli": "^3.2.1",
42-
"cross-fetch": "^3.1.5",
4342
"dotenv": "16.0.3",
4443
"dotenv-cli": "^7.0.0",
4544
"graphql": "^16.6.0",
4645
"graphql-config": "^4.4.1",
47-
"graphql-tag": "^2.12.6",
48-
"next": "13.2.1-canary.0",
49-
"react": "^18.2.0",
50-
"react-dom": "^18.2.0"
46+
"graphql-tag": "^2.12.6"
5147
},
5248
"devDependencies": {
5349
"@graphql-codegen/cli": "^3.2.1",
5450
"@graphql-codegen/client-preset": "2.1.0",
5551
"@graphql-codegen/introspection": "3.0.1",
5652
"@graphql-codegen/schema-ast": "3.0.1",
57-
"@types/jest": "^29.4.0",
5853
"@types/node": "^18.14.2",
5954
"@types/prettier": "^2.7.2",
6055
"commitlint": "^17.4.4",
6156
"concurrently": "^7.6.0",
6257
"eslint": "^8.35.0",
6358
"husky": "^8.0.3",
64-
"jest": "^29.4.3",
6559
"lint-staged": "^13.1.2",
6660
"prettier": "^2.8.4",
67-
"prettier-plugin-tailwindcss": "^0.2.3",
68-
"rimraf": "^4.1.2",
69-
"ts-jest": "^29.0.5",
7061
"ts-node": "^10.9.1",
7162
"turbo": "^1.8.3",
7263
"typescript": "^4.9.5"

0 commit comments

Comments
 (0)