Skip to content

Commit 5f3b1c1

Browse files
Update all non-major dependencies
1 parent adc36c9 commit 5f3b1c1

6 files changed

Lines changed: 37 additions & 36 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.25",
3+
"version": "0.3.26",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@stanlemon/react-couchdb-authentication": "*",
2929
"@stanlemon/react-pouchdb": "*",
3030
"@stanlemon/webdev": "*",
31-
"bulma": "^1.0.3",
31+
"bulma": "^1.0.4",
3232
"date-fns": "^4.1.0",
3333
"pouchdb": "^9.0.0",
3434
"react": "^19.1.0",

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.3",
3+
"version": "0.4.4",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -38,7 +38,7 @@
3838
"@types/react": "^19.1.0",
3939
"@types/react-dom": "^19.1.0",
4040
"concurrently": "^9.1.2",
41-
"nodemon": "^3.1.9",
41+
"nodemon": "^3.1.10",
4242
"supertest": "^7.1.0"
4343
}
4444
}

package-lock.json

Lines changed: 27 additions & 26 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -36,7 +36,7 @@
3636
"@types/supertest": "^6.0.3",
3737
"better-sqlite3": "^11.9.1",
3838
"knex": "^3.1.0",
39-
"nodemon": "^3.1.9",
39+
"nodemon": "^3.1.10",
4040
"supertest": "^7.1.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.4.2",
3+
"version": "0.4.3",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -36,6 +36,6 @@
3636
"devDependencies": {
3737
"@stanlemon/eslint-config": "*",
3838
"@types/lodash": "^4.17.16",
39-
"nodemon": "^3.1.9"
39+
"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.40",
3+
"version": "0.2.41",
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.5",
47+
"webpack": "^5.99.6",
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)