Skip to content

Commit

Permalink
Fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Dec 13, 2023
1 parent 5ed72ba commit 35f4df5
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 94 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@
"@saleor/macaw-ui": "0.8.0-pre.123",
"@sentry/nextjs": "7.86.0",
"@t3-oss/env-nextjs": "0.7.1",
"@tanstack/react-query": "5.13.4",
"@tanstack/react-query-devtools": "5.13.5",
"@tanstack/react-query": "4",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.44.1",
"@trpc/next": "10.44.1",
"@trpc/react-query": "10.44.1",
"@trpc/server": "10.44.1",
"@urql/exchange-auth": "1.0.0",
"@vanilla-extract/css": "1.14.0",
Expand Down Expand Up @@ -80,7 +79,6 @@
"url-join": "5.0.0",
"urql": "3.0.4",
"uuidv7": "0.6.3",
"vite": "5.0.8",
"webpack": "5.89.0",
"yup": "1.3.2",
"zod": "3.22.4",
Expand Down Expand Up @@ -118,6 +116,7 @@
"@typescript-eslint/parser": "6.14.0",
"@vanilla-extract/vite-plugin": "3.9.3",
"@vitest/coverage-v8": "0.34.2",
"vite": "5.0.8",
"dependency-cruiser": "15.5.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
Expand Down Expand Up @@ -146,7 +145,8 @@
"pnpm": {
"overrides": {
"@urql/exchange-auth>@urql/core": "3.2.2",
"@typescript-eslint/parser": "$@typescript-eslint/parser"
"@typescript-eslint/parser": "$@typescript-eslint/parser",
"vite": "$vite"
}
}
}
Loading

0 comments on commit 35f4df5

Please sign in to comment.