Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent bb1a41b commit 0d7f555
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 227 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@prisma/client": "5.19.1",
"@tanstack/react-query": "5.55.0",
"@tanstack/react-query": "5.56.2",
"@trpc/client": "11.0.0-rc.502",
"@trpc/next": "11.0.0-rc.502",
"@trpc/react-query": "11.0.0-rc.502",
Expand All @@ -50,7 +50,7 @@
"framer-motion": "11.5.4",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0",
"next": "14.2.8",
"next": "14.2.11",
"nextjs-cors": "2.2.0",
"pino": "9.4.0",
"pino-pretty": "11.2.2",
Expand All @@ -64,7 +64,7 @@
"seedrandom": "3.0.5",
"superjson": "2.2.1",
"supertokens-auth-react": "0.47.0",
"supertokens-node": "20.0.5",
"supertokens-node": "20.1.1",
"supertokens-web-js": "0.13.0",
"usehooks-ts": "3.1.0",
"uuid": "10.0.0",
Expand All @@ -82,31 +82,31 @@
"@types/react-syntax-highlighter": "15.5.13",
"@types/seedrandom": "3.0.8",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@willbooster/eslint-config-next": "1.2.0",
"@willbooster/prettier-config": "9.1.2",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.8",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-unicorn": "55.0.0",
"husky": "9.1.5",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"micromatch": "4.0.8",
"open-cli": "8.0.0",
"pinst": "3.0.0",
"prettier": "3.3.3",
"sort-package-json": "2.10.1",
"typescript": "5.5.4",
"vitest": "2.0.5",
"wait-on": "8.0.0"
"typescript": "5.6.2",
"vitest": "2.1.1",
"wait-on": "8.0.1"
},
"packageManager": "[email protected]",
"publishConfig": {
Expand Down
Loading

0 comments on commit 0d7f555

Please sign in to comment.