Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@heroicons/react": "^2.2.0",
"axios": "^1.12.0",
"dotenv": "^16.4.7",
"next": "^13.5.6",
"next": "^15.5.10",
"react": "^18.2.0",
Comment on lines 31 to 33
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update package-lock to match dependency bump

The commit bumps dependencies in package.json but doesn’t update package-lock.json. The CI workflow installs with npm ci (see .github/workflows/ci.yml), which exits with an error when the lockfile is out of sync with package.json, so the pipeline will fail immediately after this change. Please regenerate and commit an updated lockfile alongside these version bumps.

Useful? React with 👍 / 👎.

"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
Expand All @@ -44,7 +44,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint": "^9.26.0",
"eslint-config-next": "^13.5.6",
"eslint-plugin-tailwindcss": "^3.18.0",
"findup-sync": "^5.0.0",
Expand Down
Loading