Skip to content

Commit

Permalink
Merge pull request #3392 from amitsingh-007/renovate-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 authored Jan 4, 2025
2 parents 57b0a07 + 9bc25e6 commit 4c4d6ae
Show file tree
Hide file tree
Showing 9 changed files with 888 additions and 957 deletions.
16 changes: 8 additions & 8 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"@bypass/configs": "workspace:*",
"@bypass/shared": "workspace:*",
"@bypass/trpc": "workspace:*",
"@mantine/core": "7.15.1",
"@mantine/dates": "7.15.1",
"@mantine/form": "7.15.1",
"@mantine/hooks": "7.15.1",
"@mantine/core": "7.15.2",
"@mantine/dates": "7.15.2",
"@mantine/form": "7.15.2",
"@mantine/hooks": "7.15.2",
"@mantine/notifications": "7.15.2",
"@mantine/nprogress": "7.15.2",
"@t3-oss/env-core": "0.11.1",
"@tanstack/react-virtual": "3.11.1",
"@tanstack/react-virtual": "3.11.2",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"clsx": "2.1.1",
"mantine-contextmenu": "7.14.2",
"mantine-contextmenu": "7.15.1",
"md5": "2.3.0",
"preact": "10.25.2",
"react": "19.0.0",
Expand All @@ -50,7 +50,7 @@
"@types/md5": "2.3.5",
"@types/node": "22.10.2",
"@types/prefresh__webpack": "3.3.3",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-avatar-editor": "13.0.3",
"@types/react-dom": "19.0.2",
"@types/webpack": "5.28.5",
Expand Down Expand Up @@ -80,7 +80,7 @@
"typescript": "5.7.2",
"web-ext": "8.3.0",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
}
}
1 change: 1 addition & 0 deletions apps/extension/tests/fixtures/extension-fixture.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/rules-of-hooks */
import {
Worker,
test as base,
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@bypass/configs": "workspace:*",
"@bypass/shared": "workspace:*",
"@bypass/trpc": "workspace:*",
"@mantine/core": "7.15.1",
"@mantine/hooks": "7.15.1",
"@mantine/core": "7.15.2",
"@mantine/hooks": "7.15.2",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/react-virtual": "3.11.1",
"@tanstack/react-virtual": "3.11.2",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "1.4.1",
Expand All @@ -25,7 +25,7 @@
"file-type": "19.6.0",
"firebase": "11.1.0",
"md5": "2.3.0",
"next": "15.1.1-canary.6",
"next": "15.1.1-canary.23",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0",
Expand All @@ -36,7 +36,7 @@
"@playwright/test": "1.49.1",
"@svgr/webpack": "8.1.0",
"@types/md5": "2.3.5",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"autoprefixer": "10.4.20",
"eslint-webpack-plugin": "4.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
Expand Down
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,16 @@
"eslint-config-turbo": "2.3.3",
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.13.0",
"globals": "15.14.0",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"turbo": "2.3.3",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"typescript-eslint": "8.19.0",
"vercel": "39.2.2"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/configs/manifest/manifest.base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "22.5.0",
"version": "22.6.0",
"manifest_version": 3,
"short_name": "Bypass Links",
"name": "Bypass Links",
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"peerDependencies": {
"@bypass/configs": "workspace:*",
"@mantine/core": "7.15.1",
"@mantine/hooks": "7.15.1",
"@tanstack/react-virtual": "3.11.1",
"@mantine/core": "7.15.2",
"@mantine/hooks": "7.15.2",
"@tanstack/react-virtual": "3.11.2",
"clsx": "2.1.1",
"md5": "2.3.0",
"preact": "10.25.2",
Expand All @@ -29,7 +29,7 @@
"@bypass/configs": "workspace:*",
"@total-typescript/ts-reset": "0.6.1",
"@types/md5": "2.3.5",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@octokit/rest": "21.0.2",
"@t3-oss/env-core": "0.11.1",
"@trpc/server": "10.45.2",
"firebase-admin": "13.0.1",
"firebase-admin": "13.0.2",
"otplib": "12.0.1",
"qrcode": "1.5.4",
"zod": "3.24.1"
Expand All @@ -29,7 +29,7 @@
"@types/qrcode": "1.5.5",
"dotenv": "16.4.7",
"firebase": "11.1.0",
"type-fest": "4.30.1",
"type-fest": "4.31.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
Expand Down
9 changes: 0 additions & 9 deletions patches/[email protected]

This file was deleted.

Loading

1 comment on commit 4c4d6ae

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for bypass-links ready!

✅ Preview
https://bypass-links-6d14koz72-amit-singhs-projects-c621efdb.vercel.app

Built with commit 4c4d6ae.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.