Skip to content

Commit

Permalink
⬆️ Upgade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Dec 5, 2024
1 parent e116773 commit c72bce9
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 196 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tooling/eslint": "workspace:*",
"@tooling/prettier": "workspace:*",
"@tooling/typescript": "workspace:*",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"husky": "9.1.7",
"turbo": "2.3.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "6.1.8",
"@mui/system": "6.1.8",
"@sentry/nextjs": "8.41.0",
"@simplewebauthn/browser": "11.0.0",
"@simplewebauthn/server": "11.0.0",
"@sentry/nextjs": "8.42.0",
"@simplewebauthn/browser": "12.0.0",
"@simplewebauthn/server": "12.0.0",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/react-query": "5.61.5",
"@tanstack/react-query-devtools": "5.61.5",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query-devtools": "5.62.2",
"@workspace/logger": "workspace:*",
"cookie": "1.0.2",
"core-js": "3.39.0",
Expand All @@ -51,7 +51,7 @@
"@tooling/madge": "workspace:*",
"@tooling/prettier": "workspace:*",
"@tooling/typescript": "workspace:*",
"@types/react": "18.3.12",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"tsc-alias": "1.8.10"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/logger/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { captureException, setExtras } from '@sentry/nextjs';
import type { Extras } from '@sentry/types';
import { getLogger } from 'loglevel';

type Extras = Parameters<typeof setExtras>[0];

export function createLogger(
name: string,
props: {
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"type": "module",
"dependencies": {
"@sentry/nextjs": "8.41.0",
"@sentry/nextjs": "8.42.0",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
10 changes: 5 additions & 5 deletions tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"dependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.15.0",
"@tanstack/eslint-plugin-query": "5.61.4",
"@eslint/js": "9.16.0",
"@tanstack/eslint-plugin-query": "5.62.1",
"@tooling/typescript": "workspace:*",
"@types/eslint__eslintrc": "2.1.2",
"@types/eslint__js": "8.42.3",
"eslint": "9.15.0",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-turbo": "2.3.3",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.7.2",
"typescript-eslint": "8.16.0"
"typescript-eslint": "8.17.0"
},
"devDependencies": {
"@eslint/compat": "1.2.3",
"@eslint/compat": "1.2.4",
"@tooling/prettier": "workspace:*",
"@tooling/staged": "workspace:^",
"@types/eslint": "9.6.1"
Expand Down
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"prettier": "3.4.1"
"prettier": "3.4.2"
},
"devDependencies": {
"@tooling/staged": "workspace:^",
Expand Down
Loading

0 comments on commit c72bce9

Please sign in to comment.