Skip to content

Commit 3d240fc

Browse files
Update dependency @types/react to ^19.0.12 (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e58d86 commit 3d240fc

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

apps/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.33",
3+
"version": "0.1.34",
44
"description": "A hello world example using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"react-dom": "^19.0.0"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^19.0.10",
25+
"@types/react": "^19.0.12",
2626
"@types/react-dom": "^19.0.4"
2727
}
2828
}

apps/react-pouchdb-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.3.21",
3+
"version": "0.3.22",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@testing-library/jest-dom": "^6.6.3",
4040
"@testing-library/react": "^16.2.0",
41-
"@types/react": "^19.0.10",
41+
"@types/react": "^19.0.12",
4242
"@types/react-dom": "^19.0.4",
4343
"@types/uuid": "^10.0.0",
4444
"identity-obj-proxy": "^3.0.0",

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.3.78",
3+
"version": "0.3.79",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"@testing-library/react": "^16.2.0",
3636
"@testing-library/user-event": "^14.6.1",
3737
"@types/jest": "^29.5.14",
38-
"@types/react": "^19.0.10",
38+
"@types/react": "^19.0.12",
3939
"@types/react-dom": "^19.0.4",
4040
"concurrently": "^9.1.2",
4141
"nodemon": "^3.1.9",

package-lock.json

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

packages/react-couchdb-authentication/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-couchdb-authentication",
3-
"version": "0.10.23",
3+
"version": "0.10.24",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -51,7 +51,7 @@
5151
"@types/jest": "^29.5.14",
5252
"@types/node": "^22.10.2",
5353
"@types/pouchdb": "^6.4.2",
54-
"@types/react": "^19.0.10",
54+
"@types/react": "^19.0.12",
5555
"isomorphic-fetch": "^3.0.0",
5656
"pouchdb": "^9.0.0",
5757
"pouchdb-adapter-memory": "^9.0.0",

packages/webdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.32",
3+
"version": "0.2.33",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@types/jest": "^29.5.14",
54-
"@types/react": "^19.0.10",
54+
"@types/react": "^19.0.12",
5555
"@types/react-dom": "^19.0.4",
5656
"@types/webpack": "^5.28.5",
5757
"@types/webpack-env": "^1.18.8",

0 commit comments

Comments
 (0)