Skip to content

Commit ef02fa8

Browse files
Update all non-major dependencies
1 parent dd01655 commit ef02fa8

File tree

5 files changed

+76
-76
lines changed

5 files changed

+76
-76
lines changed

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.8",
3+
"version": "0.4.9",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"@types/jest": "^29.5.14",
3838
"@types/react": "^19.1.0",
3939
"@types/react-dom": "^19.1.0",
40-
"concurrently": "^9.1.2",
40+
"concurrently": "^9.2.0",
4141
"nodemon": "^3.1.10",
4242
"supertest": "^7.1.1"
4343
}

package-lock.json

Lines changed: 64 additions & 64 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.43",
3+
"version": "3.0.44",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -34,7 +34,7 @@
3434
"eslint-plugin-prettier": "^5.4.0",
3535
"eslint-plugin-react": "^7.37.5",
3636
"globals": "^16.2.0",
37-
"prettier": "^3.5.3",
37+
"prettier": "^3.6.1",
3838
"typescript": "^5.8.3",
3939
"typescript-eslint": "^8.33.0"
4040
}

packages/server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -23,9 +23,9 @@
2323
"body-parser": "^2.2.0",
2424
"compression": "^1.8.0",
2525
"cookie-parser": "^1.4.7",
26-
"dotenv": "16.5.0",
26+
"dotenv": "16.6.0",
2727
"express": "^5.1.0",
28-
"express-rate-limit": "^7.5.0",
28+
"express-rate-limit": "^7.5.1",
2929
"helmet": "^8.1.0",
3030
"http-proxy-middleware": "^3.0.5",
3131
"joi": "^17.13.3",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@stanlemon/eslint-config": "*",
38-
"@types/lodash": "^4.17.17",
38+
"@types/lodash": "^4.17.19",
3939
"nodemon": "^3.1.10"
4040
}
4141
}

0 commit comments

Comments
 (0)