Skip to content

Commit c74e034

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

File tree

6 files changed

+34
-34
lines changed

6 files changed

+34
-34
lines changed

apps/react-pouchdb-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.3.15",
3+
"version": "0.3.16",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"pouchdb": "^9.0.0",
3434
"react": "^19.0.0",
3535
"react-dom": "^19.0.0",
36-
"uuid": "^11.0.3"
36+
"uuid": "^11.0.4"
3737
},
3838
"devDependencies": {
3939
"@testing-library/jest-dom": "^6.6.3",

package-lock.json

Lines changed: 23 additions & 23 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.12",
3+
"version": "3.0.13",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react": "^7.37.3",
3737
"globals": "^15.14.0",
3838
"prettier": "^3.4.2",
39-
"typescript": "^5.7.2",
39+
"typescript": "^5.7.3",
4040
"typescript-eslint": "^8.19.1"
4141
}
4242
}

packages/server-with-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.3.30",
3+
"version": "0.3.31",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -29,12 +29,12 @@
2929
"passport": "^0.7.0",
3030
"passport-jwt": "^4.0.1",
3131
"passport-local": "^1.0.0",
32-
"uuid": "^11.0.3"
32+
"uuid": "^11.0.4"
3333
},
3434
"devDependencies": {
3535
"@stanlemon/eslint-config": "*",
3636
"@types/supertest": "^6.0.2",
37-
"better-sqlite3": "^11.7.0",
37+
"better-sqlite3": "^11.7.2",
3838
"knex": "^3.1.0",
3939
"nodemon": "^3.1.9",
4040
"supertest": "^7.0.0"

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.40",
3+
"version": "0.3.41",
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.13",
38+
"@types/lodash": "^4.17.14",
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.22",
3+
"version": "0.2.23",
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.2",
46+
"typescript": "^5.7.3",
4747
"webpack": "^5.97.1",
4848
"webpack-bundle-analyzer": "^4.10.2",
4949
"webpack-cli": "^5.1.4",

0 commit comments

Comments
 (0)