Skip to content

Commit 5088800

Browse files
authored
Merge pull request #35 from sendo-kakeru/develop
release: v0.2.1
2 parents bbc8d76 + 518245b commit 5088800

File tree

5 files changed

+954
-1174
lines changed

5 files changed

+954
-1174
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Install pnpm
18-
uses: pnpm/action-setup@v2
18+
uses: pnpm/action-setup@v4
1919
with:
2020
version: 9
2121

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"isbot": "^5.1.25",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
21-
"react-router": "^7.4.1",
21+
"react-router": "^7.5.2",
2222
"react-router-flash-message": "^0.1.9",
2323
"valibot": "1.0.0"
2424
},

example/pnpm-lock.yaml

Lines changed: 25 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-flash-message",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Simple Flash Message for React Router apps.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@biomejs/biome": "^1.9.4",
38-
"@heroui/react": "2.7.5",
38+
"@heroui/react": "2.7.6",
3939
"@total-typescript/tsconfig": "^1.0.4",
4040
"typescript": "^5.7.3",
4141
"vitest": "^3.0.6"

0 commit comments

Comments
 (0)