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
2 changes: 1 addition & 1 deletion testapps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@tolgee/format-icu": "6.2.7",
"@tolgee/react": "6.2.7",
"next": "15.3.3",
"next": "15.3.8",
Copy link

Choose a reason for hiding this comment

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

Error in test says

ERR_PNPM_OUTDATED_LOCKFILE  Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with testapps/next/package.json

I suppose it is not enough to update next via npm, but it has to be updated via pnpm to get to pnpm-lock.yaml.

"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
Loading