Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#207)
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 Nov 16, 2024
1 parent 815fed4 commit 2c8be0a
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 135 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
},
"prettier": "@willbooster/prettier-config",
"resolutions": {
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-is": "19.0.0-rc-02c0e824-20241028"
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-is": "19.0.0-rc-fb9a90fa48-20240614"
},
"dependencies": {
"@chakra-ui/next-js": "2.4.2",
"@chakra-ui/react": "2.10.4",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@prisma/client": "5.22.0",
"@tanstack/react-query": "5.59.20",
"@trpc/client": "11.0.0-rc.630",
"@trpc/next": "11.0.0-rc.630",
"@trpc/react-query": "11.0.0-rc.630",
"@trpc/server": "11.0.0-rc.630",
"@tanstack/react-query": "5.60.5",
"@trpc/client": "11.0.0-rc.638",
"@trpc/next": "11.0.0-rc.638",
"@trpc/react-query": "11.0.0-rc.638",
"@trpc/server": "11.0.0-rc.638",
"@willbooster/shared-lib": "5.2.6",
"@willbooster/shared-lib-react": "3.2.13",
"@willbooster/wb": "8.0.11",
Expand All @@ -58,7 +58,7 @@
"dayjs": "1.11.13",
"dotenv-cli": "7.4.2",
"fast-deep-equal": "3.1.3",
"framer-motion": "11.11.11",
"framer-motion": "11.11.17",
"immer": "10.1.1",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0",
Expand All @@ -67,10 +67,10 @@
"nextjs-toploader": "3.7.15",
"pino": "9.5.0",
"pino-pretty": "13.0.0",
"pm2": "5.4.2",
"pm2": "5.4.3",
"prisma": "5.22.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"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.6.1",
Expand Down Expand Up @@ -123,7 +123,7 @@
"semantic-release": "24.2.0",
"sort-package-json": "2.10.1",
"typescript": "5.6.3",
"vitest": "2.1.4",
"vitest": "2.1.5",
"wait-on": "8.0.1"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit 2c8be0a

Please sign in to comment.