Skip to content

Commit

Permalink
chore: specify deps version in consent and dashboard (#3460)
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth <[email protected]>
  • Loading branch information
siddhart1o1 and Siddharth authored Oct 31, 2023
1 parent 105d974 commit f98be31
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
24 changes: 12 additions & 12 deletions apps/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"edge-csrf": "^1.0.4",
"graphql": "^16.8.1",
"libphonenumber-js": "^1.10.47",
"next": "latest",
"next": "13.5.6",
"next-themes": "^0.2.1",
"react": "latest",
"react-dom": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-phone-number-input": "^3.3.6",
"react-toastify": "^9.1.3",
"zod": "^3.22.2"
Expand All @@ -48,16 +48,16 @@
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.0.0",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-phone-number-input": "^3.0.15",
"autoprefixer": "latest",
"autoprefixer": "10.4.16",
"cypress": "^13.3.0",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
}
}
26 changes: 13 additions & 13 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@t3-oss/env-core": "^0.7.0",
"@t3-oss/env-nextjs": "^0.6.1",
"graphql": "^16.8.1",
"next": "latest",
"next": "13.5.6",
"next-auth": "^4.23.1",
"react": "latest",
"react-dom": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -47,15 +47,15 @@
"@graphql-codegen/typescript-react-apollo": "^4.0.0",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-inspector/cli": "^4.0.2",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint_d": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"eslint_d": "13.0.0",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
}
}
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f98be31

Please sign in to comment.