Skip to content

Commit d39c9b4

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

5 files changed

Lines changed: 90 additions & 97 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.50",
3+
"version": "0.1.51",
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.1",
22-
"react-dom": "^19.2.1"
21+
"react": "^19.2.3",
22+
"react-dom": "^19.2.3"
2323
},
2424
"devDependencies": {
2525
"@types/react": "19.2.7",

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.23",
3+
"version": "0.4.24",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -26,9 +26,9 @@
2626
"dependencies": {
2727
"@stanlemon/server-with-auth": "*",
2828
"@stanlemon/webdev": "*",
29-
"react": "^19.2.1",
29+
"react": "^19.2.3",
3030
"react-cookie": "^8.0.1",
31-
"react-dom": "^19.2.1",
31+
"react-dom": "^19.2.3",
3232
"wouter": "^3.8.1"
3333
},
3434
"devDependencies": {

package-lock.json

Lines changed: 79 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.62",
3+
"version": "3.0.63",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -36,6 +36,6 @@
3636
"globals": "^16.5.0",
3737
"prettier": "^3.7.4",
3838
"typescript": "^5.9.3",
39-
"typescript-eslint": "^8.48.1"
39+
"typescript-eslint": "^8.49.0"
4040
}
4141
}

0 commit comments

Comments
 (0)