Skip to content

Commit 76c84f9

Browse files
Update react
1 parent 37593e5 commit 76c84f9

6 files changed

Lines changed: 34 additions & 34 deletions

File tree

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.31",
3+
"version": "0.1.32",
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.4",
26-
"@types/react-dom": "^19.0.2"
25+
"@types/react": "^19.0.8",
26+
"@types/react-dom": "^19.0.3"
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.17",
3+
"version": "0.3.18",
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.1.0",
41-
"@types/react": "^19.0.4",
42-
"@types/react-dom": "^19.0.2",
41+
"@types/react": "^19.0.8",
42+
"@types/react-dom": "^19.0.3",
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.74",
3+
"version": "0.3.75",
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.1.0",
3636
"@testing-library/user-event": "^14.5.2",
3737
"@types/jest": "^29.5.14",
38-
"@types/react": "^19.0.4",
39-
"@types/react-dom": "^19.0.2",
38+
"@types/react": "^19.0.8",
39+
"@types/react-dom": "^19.0.3",
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.20",
3+
"version": "0.10.21",
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.4",
54+
"@types/react": "^19.0.8",
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.24",
3+
"version": "0.2.25",
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.4",
55-
"@types/react-dom": "^19.0.2",
54+
"@types/react": "^19.0.8",
55+
"@types/react-dom": "^19.0.3",
5656
"@types/webpack": "^5.28.5",
5757
"@types/webpack-env": "^1.18.5",
5858
"react": "^19.0.0",

0 commit comments

Comments
 (0)