Skip to content

Commit

Permalink
Merge pull request #4318 from luke-h1/dev
Browse files Browse the repository at this point in the history
merge dev into main
  • Loading branch information
luke-h1 authored Jan 19, 2024
2 parents d2ec4f8 + 1ddfaf6 commit 2ed883b
Show file tree
Hide file tree
Showing 7 changed files with 1,564 additions and 1,874 deletions.
23 changes: 1 addition & 22 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { withSentryConfig } = require('@sentry/nextjs');

const { createVanillaExtractPlugin } = require('@vanilla-extract/next-plugin');

const withVanillaExtract = createVanillaExtractPlugin();
Expand Down Expand Up @@ -53,21 +51,6 @@ const securityHeaders = [
},
];

const sentryConfigPlugins = {
silent: true,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
};

const sentryConfig = {
widenClientFileUpload: false,
transpileClientSDK: false,
tunnelRoute: '/api/sentry-metrics',
hideSourceMaps: true,
disableLogger: true,
automaticVercelMonitors: false,
};

/**
* @type {import('next').NextConfig}
*/
Expand Down Expand Up @@ -147,8 +130,4 @@ const nextConfig = {
},
};

module.exports = withSentryConfig(
withVanillaExtract(nextConfig),
sentryConfigPlugins,
sentryConfig,
);
module.exports = withVanillaExtract(nextConfig);
49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,38 +30,37 @@
"dependencies": {
"@fontsource/poppins": "^5.0.8",
"@newrelic/next": "^0.7.0",
"@next/eslint-plugin-next": "^14.0.4",
"@next/eslint-plugin-next": "^14.1.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^2.0.1",
"@sanity/client": "^6.10.0",
"@sanity/client": "^6.11.1",
"@sanity/image-url": "^1.0.2",
"@sentry/nextjs": "^7.92.0",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/css-utils": "^0.1.3",
"@vanilla-extract/next-plugin": "^2.3.2",
"@vanilla-extract/next-plugin": "^2.3.3",
"@vanilla-extract/recipes": "^0.5.1",
"@vanilla-extract/sprinkles": "^1.6.1",
"axios": "^1.6.5",
"check-node-version": "^4.2.1",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"csstype": "^3.1.3",
"date-fns": "^3.1.0",
"date-fns": "^3.2.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.17.9",
"framer-motion": "^10.18.0",
"gen-env-types": "^1.3.4",
"gray-matter": "^4.0.3",
"groq": "3.23.4",
"groq": "3.25.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"motion": "^10.16.4",
"motion": "^10.17.0",
"nanoid": "^5.0.4",
"newrelic": "^11.8.0",
"next": "^14.0.4",
"newrelic": "^11.9.0",
"next": "^14.1.0",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^7.0.7",
"next-sanity": "^7.0.10",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
Expand All @@ -72,16 +71,16 @@
"react-ga4": "^2.1.0",
"react-icons": "^4.12.0",
"react-lite-youtube-embed": "^2.4.0",
"react-redux": "^9.0.4",
"react-redux": "^9.1.0",
"react-wrap-balancer": "^1.1.0",
"redux": "^5.0.1",
"rehype-accessible-emojis": "^0.3.2",
"rehype-code-titles": "^1.2.0",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1",
"rss": "^1.2.2",
"sass": "^1.69.7",
"sharp": "^0.33.1",
"sass": "^1.70.0",
"sharp": "^0.33.2",
"swr": "^2.2.4",
"the-new-css-reset": "^1.11.2",
"tinykeys": "^2.1.0",
Expand All @@ -92,11 +91,11 @@
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.0",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@testing-library/dom": "^9.3.3",
"@swc/core": "^1.3.104",
"@swc/jest": "^0.2.30",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -105,17 +104,17 @@
"@types/jest": "^29.5.11",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "20.10.6",
"@types/node": "20.11.5",
"@types/nprogress": "^0.2.3",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"commitizen": "4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.0.4",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -135,14 +134,14 @@
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "15.2.0",
"node-mocks-http": "^1.14.1",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
"typescript": "^5.3.3",
"vercel": "^33.0.2"
"vercel": "^33.1.0"
},
"nextBundleAnalysis": {
"budget": null,
Expand Down
Loading

0 comments on commit 2ed883b

Please sign in to comment.