Skip to content

Upgrade locked dependencies #1332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
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,813 changes: 1,457 additions & 3,356 deletions test_apps/npm-with-babel/package-lock.json

Large diffs are not rendered by default.

4,813 changes: 1,457 additions & 3,356 deletions test_apps/npm-with-external-babel-config/package-lock.json

Large diffs are not rendered by default.

4,776 changes: 1,447 additions & 3,329 deletions test_apps/npm/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions test_apps/pnpm-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"encore": "encore"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-partial-application": "^7.18.9",
"@babel/preset-env": "^7.16.0",
"webpack": "^5.74.0",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-partial-application": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
Expand Down
1,969 changes: 993 additions & 976 deletions test_apps/pnpm-with-babel/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions test_apps/pnpm-with-external-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"encore": "encore"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-partial-application": "^7.18.9",
"@babel/preset-env": "^7.16.0",
"webpack": "^5.74.0",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-partial-application": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
Expand Down
Loading