Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#130)
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 20, 2024
1 parent 07d1ca4 commit 5143c48
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 267 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 22.8.0
nodejs 22.9.0
yarn 1.22.22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.8.0-slim@sha256:377674fd5bb6fc2a5a1ec4e0462c4bfd4cee1c51f705bbf4bda0ec2c9a73af72
FROM node:22.9.0-slim@sha256:903eaf1ae555002624d07066b7ce506dc2fb67b6da3121255b40ff4dc8e7e1b8
WORKDIR /app

EXPOSE 8080
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@
"@emotion/styled": "11.13.0",
"@prisma/client": "5.19.1",
"@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",
"@trpc/server": "11.0.0-rc.502",
"@trpc/client": "11.0.0-rc.522",
"@trpc/next": "11.0.0-rc.522",
"@trpc/react-query": "11.0.0-rc.522",
"@trpc/server": "11.0.0-rc.522",
"@willbooster/shared-lib-react": "3.2.9",
"@willbooster/wb": "8.0.2",
"build-ts": "13.1.8",
"dotenv-cli": "7.4.2",
"framer-motion": "11.5.4",
"framer-motion": "11.5.6",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0",
"next": "15.0.0-canary.159",
"next": "15.0.0-rc.0",
"nextjs-cors": "2.2.0",
"nextjs-toploader": "3.6.15",
"pino": "9.4.0",
"pino-pretty": "11.2.2",
"pm2": "5.4.2",
"prisma": "5.19.1",
"react": "19.0.0-rc-f2df5694-20240916",
"react-dom": "19.0.0-rc-f2df5694-20240916",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-icons": "5.3.0",
"react-idle-timer": "5.7.2",
"react-syntax-highlighter": "15.5.0",
"seedrandom": "3.0.5",
"superjson": "2.2.1",
"supertokens-auth-react": "0.47.0",
"supertokens-auth-react": "0.47.1",
"supertokens-node": "20.1.2",
"supertokens-web-js": "0.13.0",
"use-context-selector": "2.0.0",
Expand All @@ -77,22 +77,22 @@
"@chakra-ui/cli": "2.4.1",
"@types/cookie": "0.6.0",
"@types/eslint": "9.6.1",
"@types/jsonwebtoken": "9.0.6",
"@types/jsonwebtoken": "9.0.7",
"@types/micromatch": "4.0.9",
"@types/node": "22.5.5",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "15.5.13",
"@types/seedrandom": "3.0.8",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@willbooster/eslint-config-next": "1.2.0",
"@willbooster/prettier-config": "9.1.2",
"babel-plugin-react-compiler": "0.0.0-experimental-23b8160-20240916",
"concurrently": "9.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-canary.157",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
Expand Down
Loading

0 comments on commit 5143c48

Please sign in to comment.