Skip to content

Commit

Permalink
Update all non-major dependencies (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 2fa5acf commit 852d528
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
args: daux generate
- name: Deploy 🚀
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].2
with:
folder: "static"
branch: gh-pages
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"benchmark": "2.1.4",
"systeminformation": "5.23.5"
"systeminformation": "5.23.6"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/benchmark-messageformat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.11
FROM node:22.12

WORKDIR /usr/src/app

Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark-messageformat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@onigoetz/messageformat": "1.0.0-rc.2",
"@phensley/messageformat": "1.9.2",
"@phensley/plurals": "1.9.2",
"@rslib/core": "0.1.2",
"@rslib/core": "0.1.3",
"format-message-interpret": "6.2.4",
"format-message-parse": "6.2.4",
"globalize": "1.7.0",
"intl-messageformat": "10.7.7",
"intl-messageformat": "10.7.10",
"make-plural": "7.4.0",
"speedscope": "1.21.0"
},
Expand Down
Loading

0 comments on commit 852d528

Please sign in to comment.