Skip to content

Commit

Permalink
Merge pull request #76 from complexdatacollective/dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/apps/analytics-web/npm_and_yarn-9e8639bb89

Bump the npm_and_yarn group across 2 directories with 1 update
  • Loading branch information
jthrilly authored Jan 14, 2025
2 parents eb69b7c + 3b89791 commit 557e274
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 72 deletions.
14 changes: 14 additions & 0 deletions apps/analytics-web/next.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import type { NextConfig } from "next";

const config: NextConfig = {
reactStrictMode: true,

/** Enables hot reloading for local packages without a build step */
transpilePackages: ["@codaco/ui"],

/** We already do linting and typechecking as separate tasks in CI */
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
};

export default config;
2 changes: 1 addition & 1 deletion apps/analytics-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"drizzle-orm": "^0.36.1",
"i18n-iso-countries": "^7.13.0",
"lucide-react": "^0.363.0",
"next": "15.0.3",
"next": "15.1.2",
"papaparse": "^5.4.1",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dotenv": "^16.4.5",
"framer-motion": "^11.11.15",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"next": "15.1.2",
"next-intl": "^3.25.1",
"next-themes": "^0.4.3",
"react": "19.0.0-rc-66855b96-20241106",
Expand Down
Loading

0 comments on commit 557e274

Please sign in to comment.