Skip to content

Commit 8a59bd9

Browse files
Update all non-major dependencies
1 parent e7ad193 commit 8a59bd9

4 files changed

Lines changed: 23 additions & 23 deletions

File tree

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: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
}

0 commit comments

Comments
 (0)