Skip to content

Commit 28328cc

Browse files
Update all non-major dependencies
1 parent 088d458 commit 28328cc

6 files changed

Lines changed: 163 additions & 135 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.45",
3+
"version": "0.1.46",
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.2.0"
2323
},
2424
"devDependencies": {
25-
"@types/react": "19.2.0",
26-
"@types/react-dom": "19.2.0"
25+
"@types/react": "19.2.2",
26+
"@types/react-dom": "19.2.2"
2727
}
2828
}

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.4.18",
3+
"version": "0.4.19",
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.3.0",
3636
"@testing-library/user-event": "14.6.1",
3737
"@types/jest": "30.0.0",
38-
"@types/react": "19.2.0",
39-
"@types/react-dom": "19.2.0",
38+
"@types/react": "19.2.2",
39+
"@types/react-dom": "19.2.2",
4040
"concurrently": "9.2.1",
4141
"nodemon": "3.1.10",
4242
"supertest": "7.1.4"

0 commit comments

Comments
 (0)