Skip to content

Commit f35a3de

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

File tree

4 files changed

+47
-20
lines changed

4 files changed

+47
-20
lines changed

package-lock.json

Lines changed: 40 additions & 13 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.21",
3+
"version": "3.0.22",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -35,8 +35,8 @@
3535
"eslint-plugin-prettier": "^5.2.3",
3636
"eslint-plugin-react": "^7.37.4",
3737
"globals": "^16.0.0",
38-
"prettier": "^3.5.2",
39-
"typescript": "^5.7.3",
38+
"prettier": "^3.5.3",
39+
"typescript": "^5.8.2",
4040
"typescript-eslint": "^8.25.0"
4141
}
4242
}

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.3.42",
3+
"version": "0.3.43",
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.15",
38+
"@types/lodash": "^4.17.16",
3939
"nodemon": "^3.1.9"
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.28",
3+
"version": "0.2.29",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -43,7 +43,7 @@
4343
"less-loader": "^12.2.0",
4444
"react-refresh": "^0.16.0",
4545
"style-loader": "^4.0.0",
46-
"typescript": "^5.7.3",
46+
"typescript": "^5.8.2",
4747
"webpack": "^5.98.0",
4848
"webpack-bundle-analyzer": "^4.10.2",
4949
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)