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 packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": "*"
},
"dependencies": {
"axios": "1.15.0",
"axios": "1.15.2",
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 the pnpm lockfile with the axios bump

Changing this package manifest without the corresponding pnpm-lock.yaml importer entry leaves packages/typescript locked at axios specifier/version 1.15.0 (see pnpm-lock.yaml lines 4389-4393). Because CI workflows such as .github/workflows/build-and-test.yml run pnpm install --frozen-lockfile, this dependency bump will fail installation with an out-of-date lockfile instead of applying 1.15.2.

Useful? React with 👍 / 👎.

"lodash.get": "4.4.2",
"node-fetch": "2.7.0",
"tapable": "2.3.0"
Expand Down
Loading