Skip to content

Commit 9100161

Browse files
Update all non-major dependencies
1 parent c77bd52 commit 9100161

7 files changed

Lines changed: 127 additions & 127 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.49",
3+
"version": "0.1.50",
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.2.0",
22-
"react-dom": "^19.2.0"
21+
"react": "^19.2.1",
22+
"react-dom": "^19.2.1"
2323
},
2424
"devDependencies": {
2525
"@types/react": "19.2.7",

apps/template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.22",
3+
"version": "0.4.23",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,10 +26,10 @@
2626
"dependencies": {
2727
"@stanlemon/server-with-auth": "*",
2828
"@stanlemon/webdev": "*",
29-
"react": "^19.2.0",
29+
"react": "^19.2.1",
3030
"react-cookie": "^8.0.1",
31-
"react-dom": "^19.2.0",
32-
"wouter": "^3.8.0"
31+
"react-dom": "^19.2.1",
32+
"wouter": "^3.8.1"
3333
},
3434
"devDependencies": {
3535
"@testing-library/react": "16.3.0",

0 commit comments

Comments
 (0)