Skip to content

Commit 9dcd066

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

8 files changed

Lines changed: 46 additions & 46 deletions

File tree

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.48",
3+
"version": "0.1.49",
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.6",
25+
"@types/react": "19.2.7",
2626
"@types/react-dom": "19.2.3"
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.21",
3+
"version": "0.4.22",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -29,13 +29,13 @@
2929
"react": "^19.2.0",
3030
"react-cookie": "^8.0.1",
3131
"react-dom": "^19.2.0",
32-
"wouter": "^3.7.1"
32+
"wouter": "^3.8.0"
3333
},
3434
"devDependencies": {
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.6",
38+
"@types/react": "19.2.7",
3939
"@types/react-dom": "19.2.3",
4040
"concurrently": "9.2.1",
4141
"nodemon": "3.1.11",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lockfile:clean": "rm -f package-lock.json && npm install"
3131
},
3232
"resolutions": {
33-
"@types/react": "^19.2.6",
33+
"@types/react": "^19.2.7",
3434
"@types/react-dom": "^19.2.3"
3535
}
3636
}

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.60",
3+
"version": "3.0.61",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -29,13 +29,13 @@
2929
"eslint-config-typescript": "^3.0.0",
3030
"eslint-import-resolver-typescript": "^4.4.4",
3131
"eslint-plugin-import": "^2.32.0",
32-
"eslint-plugin-jest": "^29.2.0",
32+
"eslint-plugin-jest": "^29.2.1",
3333
"eslint-plugin-jest-dom": "^5.5.0",
3434
"eslint-plugin-prettier": "^5.5.4",
3535
"eslint-plugin-react": "^7.37.5",
3636
"globals": "^16.5.0",
37-
"prettier": "^3.6.2",
37+
"prettier": "^3.7.1",
3838
"typescript": "^5.9.3",
39-
"typescript-eslint": "^8.47.0"
39+
"typescript-eslint": "^8.48.0"
4040
}
4141
}

packages/server-with-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@stanlemon/eslint-config": "*",
3535
"@types/supertest": "6.0.3",
36-
"better-sqlite3": "12.4.5",
36+
"better-sqlite3": "12.4.6",
3737
"knex": "3.1.0",
3838
"nodemon": "3.1.11",
3939
"supertest": "7.1.4"

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@stanlemon/eslint-config": "*",
38-
"@types/lodash": "4.17.20",
38+
"@types/lodash": "4.17.21",
3939
"nodemon": "3.1.11"
4040
}
4141
}

packages/webdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.62",
3+
"version": "0.2.63",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@types/jest": "30.0.0",
54-
"@types/react": "19.2.6",
54+
"@types/react": "19.2.7",
5555
"@types/react-dom": "19.2.3",
5656
"@types/webpack": "5.28.5",
5757
"@types/webpack-env": "1.18.8",

0 commit comments

Comments
 (0)