Skip to content

Commit 0bec023

Browse files
Update react (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4366d9c commit 0bec023

File tree

6 files changed

+34
-34
lines changed

6 files changed

+34
-34
lines changed

apps/hello-world/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
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.8",
26-
"@types/react-dom": "^19.0.3"
25+
"@types/react": "^19.0.10",
26+
"@types/react-dom": "^19.0.4"
2727
}
2828
}

apps/react-pouchdb-example/package.json

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

apps/template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.3.77",
3+
"version": "0.3.78",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,8 +35,8 @@
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.8",
39-
"@types/react-dom": "^19.0.3",
38+
"@types/react": "^19.0.10",
39+
"@types/react-dom": "^19.0.4",
4040
"concurrently": "^9.1.2",
4141
"nodemon": "^3.1.9",
4242
"supertest": "^7.0.0"

package-lock.json

Lines changed: 20 additions & 20 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.22",
3+
"version": "0.10.23",
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.8",
54+
"@types/react": "^19.0.10",
5555
"isomorphic-fetch": "^3.0.0",
5656
"pouchdb": "^9.0.0",
5757
"pouchdb-adapter-memory": "^9.0.0",

packages/webdev/package.json

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

0 commit comments

Comments
 (0)