Skip to content

Commit

Permalink
fix: fix yarn depcheck check
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Apr 29, 2024
1 parent 164f2fa commit 61cd688
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 24 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions @app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
"@app/lib": "workspace:*",
"@sentry/nextjs": "^7.112.2",
"antd": "^5.16.5",
"antd-button-color": "^1.0.4",
"dayjs": "^1.11.11",
"lodash": "^4.17.21",
"net": "^1.0.2",
"next": "^14.2.3",
"next-translate": "^2.6.2",
"next-translate-plugin": "^2.6.2",
"pg": "^8.11.5",
"rc-table": "^7.45.4",
Expand Down
2 changes: 1 addition & 1 deletion @app/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "yarn codegen && tsc -b && tsc --project tsconfig.cjs.json",
"watch": "yarn codegen --watch",
"codegen": "graphql-codegen --config codegen.yml",
"depcheck": "depcheck --ignores=\"@graphql-codegen/*,@urql/*,urql,graphql-tag,graphql-codegen-persisted-query-ids,tslib\""
"depcheck": "depcheck --ignores=\"@graphql-codegen/*,@urql/*,urql,graphql-tag,graphql-codegen-persisted-query-ids,tslib,@parcel/watcher\""
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.2",
Expand Down
8 changes: 0 additions & 8 deletions @app/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,16 @@
},
"dependencies": {
"@app/graphql": "workspace:*",
"@types/cookie": "^0.6.0",
"@urql/core": "^5.0.2",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^7.0.2",
"@urql/exchange-persisted": "^4.2.0",
"cookie": "^0.6.0",
"dayjs": "^1.11.11",
"graphql-ws": "^5.16.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "^14.2.3",
"next-urql": "^5.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"urql": "^4.0.7",
"ws": "^8.17.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6"
}
}
1 change: 0 additions & 1 deletion @app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"ajv": "^8.12.0",
"better-ajv-errors": "^1.2.0",
"chalk": "^5.3.0",
"cookie": "^0.6.0",
"date-fns-tz": "^3.1.3",
"fastify": "^4.26.2",
"fastify-plugin": "^4.5.1",
Expand Down
16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,12 @@ __metadata:
"@next/bundle-analyzer": "npm:^14.2.3"
"@sentry/nextjs": "npm:^7.112.2"
antd: "npm:^5.16.5"
antd-button-color: "npm:^1.0.4"
dayjs: "npm:^1.11.11"
lodash: "npm:^4.17.21"
net: "npm:^1.0.2"
next: "npm:^14.2.3"
next-translate: "npm:^2.6.2"
next-translate-plugin: "npm:^2.6.2"
pg: "npm:^8.11.5"
rc-table: "npm:^7.45.4"
Expand Down Expand Up @@ -290,21 +292,15 @@ __metadata:
resolution: "@app/lib@workspace:@app/lib"
dependencies:
"@app/graphql": "workspace:*"
"@types/cookie": "npm:^0.6.0"
"@types/js-cookie": "npm:^3.0.6"
"@urql/core": "npm:^5.0.2"
"@urql/devtools": "npm:^2.0.3"
"@urql/exchange-graphcache": "npm:^7.0.2"
"@urql/exchange-persisted": "npm:^4.2.0"
cookie: "npm:^0.6.0"
dayjs: "npm:^1.11.11"
graphql-ws: "npm:^5.16.0"
js-cookie: "npm:^3.0.5"
lodash: "npm:^4.17.21"
next: "npm:^14.2.3"
next-urql: "npm:^5.0.2"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
urql: "npm:^4.0.7"
ws: "npm:^8.17.0"
languageName: unknown
Expand Down Expand Up @@ -342,7 +338,6 @@ __metadata:
better-ajv-errors: "npm:^1.2.0"
bufferutil: "npm:^4.0.8"
chalk: "npm:^5.3.0"
cookie: "npm:^0.6.0"
date-fns-tz: "npm:^3.1.3"
email-validator: "npm:^2.0.4"
fastify: "npm:^4.26.2"
Expand Down Expand Up @@ -6048,13 +6043,6 @@ __metadata:
languageName: node
linkType: hard

"@types/js-cookie@npm:^3.0.6":
version: 3.0.6
resolution: "@types/js-cookie@npm:3.0.6"
checksum: 10/272d551687547445cb210213c73e72e0e5d58ad73e2e444a65d688b8ff9425529779ee0cd6492aaa1f070161916d4254ef2b1a76d64179100437f60749d094ef
languageName: node
linkType: hard

"@types/js-yaml@npm:^4.0.0":
version: 4.0.9
resolution: "@types/js-yaml@npm:4.0.9"
Expand Down

0 comments on commit 61cd688

Please sign in to comment.