Skip to content

Commit bdadd1c

Browse files
Update react (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent affa845 commit bdadd1c

File tree

6 files changed

+47
-48
lines changed

6 files changed

+47
-48
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.34",
3+
"version": "0.1.35",
44
"description": "A hello world example using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"@stanlemon/webdev": "*",
21-
"react": "^19.0.0",
22-
"react-dom": "^19.0.0"
21+
"react": "^19.1.0",
22+
"react-dom": "^19.1.0"
2323
},
2424
"devDependencies": {
2525
"@types/react": "^19.0.12",

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.22",
3+
"version": "0.3.23",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -31,8 +31,8 @@
3131
"bulma": "^1.0.3",
3232
"date-fns": "^4.1.0",
3333
"pouchdb": "^9.0.0",
34-
"react": "^19.0.0",
35-
"react-dom": "^19.0.0",
34+
"react": "^19.1.0",
35+
"react-dom": "^19.1.0",
3636
"uuid": "^11.1.0"
3737
},
3838
"devDependencies": {

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.82",
3+
"version": "0.3.83",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,9 +26,9 @@
2626
"dependencies": {
2727
"@stanlemon/server-with-auth": "*",
2828
"@stanlemon/webdev": "*",
29-
"react": "^19.0.0",
29+
"react": "^19.1.0",
3030
"react-cookie": "^8.0.1",
31-
"react-dom": "^19.0.0",
31+
"react-dom": "^19.1.0",
3232
"wouter": "^3.6.0"
3333
},
3434
"devDependencies": {

package-lock.json

Lines changed: 31 additions & 32 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-couchdb-authentication",
3-
"version": "0.10.24",
3+
"version": "0.10.25",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -55,8 +55,8 @@
5555
"isomorphic-fetch": "^3.0.0",
5656
"pouchdb": "^9.0.0",
5757
"pouchdb-adapter-memory": "^9.0.0",
58-
"react": "^19.0.0",
59-
"react-dom": "^19.0.0",
58+
"react": "^19.1.0",
59+
"react-dom": "^19.1.0",
6060
"rimraf": "^6.0.1"
6161
},
6262
"dependencies": {

packages/webdev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.34",
3+
"version": "0.2.35",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -41,7 +41,7 @@
4141
"jest-environment-jsdom": "^29.7.0",
4242
"less": "^4.2.2",
4343
"less-loader": "^12.2.0",
44-
"react-refresh": "^0.16.0",
44+
"react-refresh": "^0.17.0",
4545
"style-loader": "^4.0.0",
4646
"typescript": "^5.8.2",
4747
"webpack": "^5.98.0",
@@ -55,8 +55,8 @@
5555
"@types/react-dom": "^19.0.4",
5656
"@types/webpack": "^5.28.5",
5757
"@types/webpack-env": "^1.18.8",
58-
"react": "^19.0.0",
59-
"react-dom": "^19.0.0"
58+
"react": "^19.1.0",
59+
"react-dom": "^19.1.0"
6060
},
6161
"peerDependencies": {
6262
"react": ">=18.0.0",

0 commit comments

Comments
 (0)