Skip to content

Commit 0102dcf

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

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

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

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.4",
3+
"version": "0.4.5",
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.16",
38+
"@types/lodash": "^4.17.17",
3939
"nodemon": "^3.1.10"
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.44",
3+
"version": "0.2.45",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -44,7 +44,7 @@
4444
"react-refresh": "^0.17.0",
4545
"style-loader": "^4.0.0",
4646
"typescript": "^5.8.3",
47-
"webpack": "^5.99.8",
47+
"webpack": "^5.99.9",
4848
"webpack-bundle-analyzer": "^4.10.2",
4949
"webpack-cli": "^6.0.1",
5050
"webpack-dev-server": "^5.2.1"

0 commit comments

Comments
 (0)