Skip to content

Commit cd97914

Browse files
Update npm non-major (catch-all)
1 parent c06b26f commit cd97914

File tree

6 files changed

+127
-128
lines changed

6 files changed

+127
-128
lines changed

apps/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.40",
3+
"version": "0.1.41",
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",
25+
"@types/react": "19.1.10",
2626
"@types/react-dom": "19.1.7"
2727
}
2828
}

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.13",
3+
"version": "0.4.14",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
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",
38+
"@types/react": "19.1.10",
3939
"@types/react-dom": "19.1.7",
4040
"concurrently": "9.2.0",
4141
"nodemon": "3.1.10",

0 commit comments

Comments
 (0)