Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#423)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix: compiling issues cuz of types

* fix: incompatibility issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daan Klarenbeek <github@ijskoud.dev>
  • Loading branch information
renovate[bot] and ijsKoud committed Oct 12, 2023
1 parent 644ed75 commit f6260b5
Show file tree
Hide file tree
Showing 12 changed files with 278 additions and 373 deletions.
12 changes: 6 additions & 6 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.3.1",
"@prisma/client": "^5.4.2",
"@snowcrystals/highway": "^1.1.3",
"@snowcrystals/icicle": "^2.0.4",
"axios": "^1.5.0",
"axios": "^1.5.1",
"body-parser": "^1.20.2",
"colorette": "^2.0.20",
"cookie-parser": "^1.4.6",
"cors": "2.8.5",
"cron": "^3.0.0",
"cron": "^3.1.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.0.2",
"express-rate-limit": "^7.1.1",
"formidable": "^3.5.1",
"fuse.js": "^6.6.2",
"jsonwebtoken": "^9.0.2",
Expand All @@ -46,10 +46,10 @@
"node-2fa": "^2.0.3",
"node-os-utils": "^1.3.7",
"pidusage": "^3.0.2",
"prisma": "^5.3.1",
"prisma": "^5.4.2",
"short-unique-id": "^5.0.3",
"ua-parser-js": "^1.0.36",
"winston": "^3.10.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"zip-lib": "^0.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/server/src/components/AuditLog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class AuditLog extends Scheduler<Log> {
/** The maximum age per log in ms */
public maxAge: number;

private cron!: CronJob;
private cron!: CronJob<null>;

public constructor(
public server: Server,
Expand Down
4 changes: 2 additions & 2 deletions apps/server/src/components/Domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default class Domain {
public files = new FileViewScheduler(this);
public urls = new ShorturlVisitScheduler(this);

private storageCheckCron!: CronJob;
private storageSyncCron!: CronJob;
private storageCheckCron!: CronJob<null>;
private storageSyncCron!: CronJob<null>;

public constructor(server: Server, data: iDomain) {
this.server = server;
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@paperplane/swr": "*",
"@paperplane/ui": "*",
"@paperplane/utils": "*",
"axios": "^1.5.0",
"axios": "^1.5.1",
"file-saver": "^2.0.5",
"ms": "^2.1.3",
"react-dropzone": "^14.2.3",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"@typescript-eslint/eslint-plugin": "^6.7.4"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@next/font": "13.5.2",
"@tanstack/react-query": "^4.35.3",
"@tanstack/react-table": "8.10.1",
"@trpc/client": "^10.38.3",
"@trpc/next": "^10.38.3",
"@trpc/react-query": "^10.38.3",
"@trpc/server": "^10.38.2",
"@hookform/resolvers": "^3.3.2",
"@next/font": "13.5.4",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "8.10.6",
"@trpc/client": "^10.40.0",
"@trpc/next": "^10.40.0",
"@trpc/react-query": "^10.40.0",
"@trpc/server": "^10.40.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.279.0",
"next": "^13.5.2",
"lucide-react": "^0.286.0",
"next": "^13.5.4",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"react-hook-form": "^7.47.0",
"react-syntax-highlighter": "15.5.0",
"superjson": "^1.13.1",
"superjson": "^1.13.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@sapphire/eslint-config": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@paperplane/ui": "*",
"@paperplane/utils": "*",
"axios": "^1.5.0",
"axios": "^1.5.1",
"cookies-next": "4.0.0",
"ms": "^2.1.3",
"rc-progress": "^3.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18.2.0"
},
"dependencies": {
"axios": "^1.5.0",
"swr": "^2.2.2"
"axios": "^1.5.1",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/react": "^18.2.22",
Expand Down
5 changes: 2 additions & 3 deletions packages/ui/alert-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ const AlertDialog = AlertDialogPrimitive.Root;

const AlertDialogTrigger = AlertDialogPrimitive.Trigger;

const AlertDialogPortal = ({ className, ...props }: AlertDialogPrimitive.AlertDialogPortalProps) => (
<AlertDialogPrimitive.Portal className={cn(className)} {...props} />
);
const AlertDialogPortal = AlertDialogPrimitive.Portal;

AlertDialogPortal.displayName = AlertDialogPrimitive.Portal.displayName;

const AlertDialogOverlay = React.forwardRef<
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const Dialog = DialogPrimitive.Root;

const DialogTrigger = DialogPrimitive.Trigger;

const DialogPortal = ({ className, ...props }: DialogPrimitive.DialogPortalProps) => <DialogPrimitive.Portal className={cn(className)} {...props} />;
const DialogPortal = DialogPrimitive.Portal;

DialogPortal.displayName = DialogPrimitive.Portal.displayName;

const DialogOverlay = React.forwardRef<
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
},
"dependencies": {
"@paperplane/utils": "*",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6"
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7"
},
"devDependencies": {
"@types/react": "^18.2.22",
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const SheetTrigger = SheetPrimitive.Trigger;

const SheetClose = SheetPrimitive.Close;

const SheetPortal = ({ className, ...props }: SheetPrimitive.DialogPortalProps) => <SheetPrimitive.Portal className={cn(className)} {...props} />;
const SheetPortal = SheetPrimitive.Portal;

SheetPortal.displayName = SheetPrimitive.Portal.displayName;

const SheetOverlay = React.forwardRef<React.ElementRef<typeof SheetPrimitive.Overlay>, React.ComponentPropsWithoutRef<typeof SheetPrimitive.Overlay>>(
Expand Down
Loading

0 comments on commit f6260b5

Please sign in to comment.