Skip to content

Commit

Permalink
Remove unused @0no-co/graphqlsp dependency and related configurations…
Browse files Browse the repository at this point in the history
… from portal and mobile packages
  • Loading branch information
jthoward64 committed Jan 15, 2025
1 parent bbbe573 commit 37c67cb
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 1,434 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"server:repl": "yarn workspace @ukdanceblue/server run repl"
},
"resolutions": {
"@graphql-codegen/client-preset@npm:^4.4.0": "patch:@graphql-codegen/client-preset@npm%3A4.4.0#~/.yarn/patches/@graphql-codegen-client-preset-npm-4.4.0-d441b92060.patch",
"promise": "npm:promise@^8.3.0",
"urijs": "npm:uri-js-replace"
},
Expand All @@ -68,8 +67,6 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@expo/ngrok": "^4.1.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "patch:@graphql-codegen/client-preset@npm%3A4.4.0#~/.yarn/patches/@graphql-codegen-client-preset-npm-4.4.0-d441b92060.patch",
"@graphql-eslint/eslint-plugin": "^4.3.0",
"@parcel/watcher": "^2.5.0",
"@types/eslint-config-prettier": "^6.11.3",
Expand Down
2 changes: 0 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"test-with-coverage": "vitest --collect-coverage --collect-coverage-from=\"src/**/*..jsx,ts,tsx}\""
},
"dependencies": {
"@apollo/client": "3.12.5",
"@dev-plugins/async-storage": "^0.1.0",
"@expo/config-plugins": "~9.0.9",
"@expo/metro-runtime": "~4.0.0",
Expand Down Expand Up @@ -119,7 +118,6 @@
"validator": "^13.12.0"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
Expand Down
6 changes: 0 additions & 6 deletions packages/mobile/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"tadaOutputLocation": "./src/graphql/graphql-env.d.ts",
"shouldCheckForColocatedFragments": false,
"trackFieldUsage": false
},
{
"name": "@0no-co/graphqlsp",
"schema": "../../schema.graphql",
"tadaOutputLocation": "./src/graphql/graphql-env.d.ts",
"shouldCheckForColocatedFragments": false
}
]
},
Expand Down
2 changes: 0 additions & 2 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@refinedev/core": "^4.57.5",
"@refinedev/devtools": "^1.2.12",
"@refinedev/devtools-server": "^1.1.40",
"@refinedev/inferencer": "^5.0.3",
"@sentry/react": "^8.48.0",
"@sentry/vite-plugin": "^2.23.0",
"@tanstack/react-form": "^0.41.1",
Expand Down Expand Up @@ -96,7 +95,6 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@refinedev/cli": "^2.16.42",
"@tanstack/react-query-devtools": "^5.64.1",
"@tanstack/router-devtools": "^1.95.6",
Expand Down
6 changes: 0 additions & 6 deletions packages/portal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
"tadaOutputLocation": "./gql/graphql-env.d.ts",
"shouldCheckForColocatedFragments": false,
"trackFieldUsage": false
},
{
"name": "@0no-co/graphqlsp",
"schema": "../../schema.graphql",
"tadaOutputLocation": "./gql/graphql-env.d.ts",
"shouldCheckForColocatedFragments": false
}
]
},
Expand Down
Loading

0 comments on commit 37c67cb

Please sign in to comment.