Skip to content

Commit 1ad0edd

Browse files
Update npm non-major (catch-all)
1 parent 6f06a59 commit 1ad0edd

7 files changed

Lines changed: 495 additions & 512 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.41",
3+
"version": "0.1.42",
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.1.1"
2323
},
2424
"devDependencies": {
25-
"@types/react": "19.1.9",
26-
"@types/react-dom": "19.1.7"
25+
"@types/react": "19.1.12",
26+
"@types/react-dom": "19.1.9"
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.14",
3+
"version": "0.4.15",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,9 +35,9 @@
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.1.9",
39-
"@types/react-dom": "19.1.7",
40-
"concurrently": "9.2.0",
38+
"@types/react": "19.1.12",
39+
"@types/react-dom": "19.1.9",
40+
"concurrently": "9.2.1",
4141
"nodemon": "3.1.10",
4242
"supertest": "7.1.4"
4343
}

0 commit comments

Comments
 (0)