Skip to content

Commit

Permalink
Merge branch 'main' into rebalance-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork authored Dec 30, 2024
2 parents 3b8fe14 + 8cf6b21 commit 224f998
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stalebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@v6.0.1
- uses: actions/stale@v9.0.0
with:
exempt-issue-labels: 'WIP,security,action_item,never_stale'
days-before-issue-stale: 365
Expand Down
197 changes: 117 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
"minimatch": "^9.0.4",
"node-fetch": "^3.3.2",
"os-name": "^5.0.0",
"p-event": "^5.0.0",
"p-event": "^6.0.0",
"p-every": "^2.0.0",
"p-filter": "^3.0.0",
"p-filter": "^4.0.0",
"p-locate": "^6.0.0",
"p-map": "^6.0.0",
"p-map": "^7.0.0",
"p-reduce": "^3.0.0",
"path-exists": "^5.0.0",
"path-type": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"node-fetch": "^3.1.1",
"node-stream-zip": "^1.15.0",
"p-retry": "^5.1.1",
"p-wait-for": "^4.1.0",
"p-wait-for": "^5.0.0",
"path-key": "^4.0.0",
"semver": "^7.3.8",
"tmp-promise": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"find-up": "^6.3.0",
"is-plain-obj": "^4.0.0",
"locate-path": "^7.0.0",
"p-filter": "^3.0.0",
"p-filter": "^4.0.0",
"p-locate": "^6.0.0",
"process": "^0.11.10",
"read-package-up": "^11.0.0",
Expand Down
Loading

0 comments on commit 224f998

Please sign in to comment.