Skip to content

Commit 0510bc6

Browse files
authored
Merge branch 'main' into trusted-publishing
2 parents 1afa786 + 5cc21f0 commit 0510bc6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- uses: actions/setup-node@v6
1515
with:

.github/workflows/update-screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cancel-in-progress: true
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
ref: ${{ github.head_ref }}
3434
- uses: actions/setup-node@v6

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"postpublish": "git push --follow-tags origin HEAD"
5353
},
5454
"devDependencies": {
55-
"@biomejs/biome": "2.3.6",
55+
"@biomejs/biome": "2.3.7",
5656
"@eslint-react/eslint-plugin": "^2.0.2",
5757
"@eslint/markdown": "^7.3.0",
5858
"@faker-js/faker": "^10.0.0",
@@ -69,7 +69,7 @@
6969
"@vitest/coverage-istanbul": "^4.0.1",
7070
"@vitest/eslint-plugin": "^1.3.4",
7171
"clsx": "^2.1.1",
72-
"ecij": "^0.1.1",
72+
"ecij": "^0.2.0",
7373
"eslint": "^9.36.0",
7474
"eslint-plugin-jest-dom": "^5.5.0",
7575
"eslint-plugin-react": "^7.37.5",
@@ -83,8 +83,8 @@
8383
"prettier": "3.6.2",
8484
"react": "^19.2.0",
8585
"react-dom": "^19.2.0",
86-
"rolldown": "^1.0.0-beta.50",
87-
"rolldown-plugin-dts": "^0.17.7",
86+
"rolldown": "^1.0.0-beta.51",
87+
"rolldown-plugin-dts": "^0.18.0",
8888
"typescript": "~5.9.2",
8989
"vite": "npm:rolldown-vite@^7.2.5",
9090
"vitest": "^4.0.1",

0 commit comments

Comments
 (0)