Skip to content

Commit 5801675

Browse files
authoredMar 4, 2025
Merge branch 'main' into schedule-deprecate-group
2 parents eb1d4eb + 1b6f0c3 commit 5801675

File tree

75 files changed

+73410
-879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+73410
-879
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"/": "We call this _package.json so nx doesn't get confused. If you need to regenerate the lockfile, temporarily rename this file to package.json",
3+
"//": "It's important to have two dependencies here (one bundled, one not) to test that the lockfile can be updated in the docker container.",
4+
"dependencies": {
5+
"axios": "1.7.8",
6+
"express": "4.19.2"
7+
}
8+
}

0 commit comments

Comments
 (0)
Failed to load comments.