Skip to content

Commit e2cc1bf

Browse files
chore(deps): bump the dev-dependencies group across 1 directory with 3 updates
Bumps the dev-dependencies group with 3 updates in the / directory: [memfs](https://github.com/streamich/memfs), [tsx](https://github.com/privatenumber/tsx) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `memfs` from 4.56.10 to 4.56.11 - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.56.10...v4.56.11) Updates `tsx` from 4.20.6 to 4.21.0 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.6...v4.21.0) Updates `@types/react` from 19.2.13 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.56.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 115c05f commit e2cc1bf

8 files changed

Lines changed: 114 additions & 114 deletions

File tree

examples/api-crud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@pyra-js/cli": "workspace:*",
18-
"@types/react": "^19.0.0",
18+
"@types/react": "^19.2.14",
1919
"@types/react-dom": "^19.0.0",
2020
"typescript": "^5.7.0"
2121
}

examples/middleware-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@pyra-js/cli": "workspace:*",
18-
"@types/react": "^19.0.0",
18+
"@types/react": "^19.2.14",
1919
"@types/react-dom": "^19.0.0",
2020
"typescript": "^5.7.0"
2121
}

examples/pyra-blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@pyra-js/cli": "workspace:*",
18-
"@types/react": "^19.0.0",
18+
"@types/react": "^19.2.14",
1919
"@types/react-dom": "^19.0.0",
2020
"typescript": "^5.7.0"
2121
}

examples/routing-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@pyra-js/cli": "workspace:*",
18-
"@types/react": "^19.0.0",
18+
"@types/react": "^19.2.14",
1919
"@types/react-dom": "^19.0.0",
2020
"typescript": "^5.7.0"
2121
}

examples/ssg-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@pyra-js/cli": "workspace:*",
18-
"@types/react": "^19.0.0",
18+
"@types/react": "^19.2.14",
1919
"@types/react-dom": "^19.0.0",
2020
"typescript": "^5.7.0"
2121
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"packageManager": "pnpm@10.17.1",
2828
"devDependencies": {
2929
"@vitest/coverage-v8": "^4.0.18",
30-
"memfs": "^4.56.10",
30+
"memfs": "^4.56.11",
3131
"@pyra-js/cli": "workspace:*",
3232
"tsup": "^8.5.1",
33-
"tsx": "^4.20.6",
33+
"tsx": "^4.21.0",
3434
"typescript": "^5.9.3",
3535
"vitest": "^4.0.18"
3636
},

packages/adapter-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"devDependencies": {
4848
"@types/babel__core": "^7.20.0",
49-
"@types/react": "^19.0.0",
49+
"@types/react": "^19.2.14",
5050
"@types/react-dom": "^19.0.0",
5151
"react": "^19.0.0",
5252
"react-dom": "^19.0.0"

0 commit comments

Comments
 (0)