Skip to content

Commit

Permalink
chore: upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlambrecht committed Apr 22, 2024
1 parent a7eb6da commit bf13986
Show file tree
Hide file tree
Showing 3 changed files with 1,319 additions and 1,080 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"@hookform/resolvers": "^3.1.0",
"@mailchimp/mailchimp_marketing": "^3.0.8",
"@sendgrid/mail": "^8.1.0",
"@sentry/nextjs": "^7.102.1",
"@sentry/nextjs": "^7.103.0",
"@sentry/profiling-node": "^7.103.0",
"@vercel/speed-insights": "^1.0.1",
"busboy": "1.6.0",
"classnames": "^2.5.1",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"jsx": "preserve",
"incremental": true,
"paths": {
"@forms": ["components/forms/forms_parts/index"],
"@fonts/*": ["fonts/*"],
"@SocialIcons/*": ["components/icons/icons_social"],
"@parts/*": ["components/parts/*"],
Expand All @@ -42,7 +43,6 @@
"@nav/*": ["components/nav/*"],
"@lib/*": ["lib/*"],
"@types/*": ["types/*"],
"@hooks/*": ["hooks/*"],
"@styles/*": ["styles/*"],
"@typography/*": ["components/typography/*"],
"@utility/*": ["components/utility/*"]
Expand All @@ -53,7 +53,7 @@
"name": "next"
}
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "pages/_error.js", "types/**/*", "fonts/**/*"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "pages/_error.js", "fonts/**/*"],
"exclude": ["node_modules"],
"moduleResolution": ["node_modules", ".next", "node"]
}
Loading

0 comments on commit bf13986

Please sign in to comment.