Skip to content

Commit f6f65c1

Browse files
Update all non-major dependencies (#360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f16e54 commit f6f65c1

8 files changed

Lines changed: 181 additions & 315 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.47",
3+
"version": "0.1.48",
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.2",
26-
"@types/react-dom": "19.2.2"
25+
"@types/react": "19.2.6",
26+
"@types/react-dom": "19.2.3"
2727
}
2828
}

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.20",
3+
"version": "0.4.21",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,10 +35,10 @@
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.2",
39-
"@types/react-dom": "19.2.2",
38+
"@types/react": "19.2.6",
39+
"@types/react-dom": "19.2.3",
4040
"concurrently": "9.2.1",
41-
"nodemon": "3.1.10",
41+
"nodemon": "3.1.11",
4242
"supertest": "7.1.4"
4343
}
4444
}

0 commit comments

Comments
 (0)