Skip to content

Commit 4366d9c

Browse files
Update all non-major dependencies (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fd9f63 commit 4366d9c

File tree

6 files changed

+35
-62
lines changed

6 files changed

+35
-62
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.19",
3+
"version": "0.3.20",
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.5"
36+
"uuid": "^11.1.0"
3737
},
3838
"devDependencies": {
3939
"@testing-library/jest-dom": "^6.6.3",

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.3.76",
3+
"version": "0.3.77",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"react": "^19.0.0",
3030
"react-cookie": "^7.2.2",
3131
"react-dom": "^19.0.0",
32-
"wouter": "^3.5.1"
32+
"wouter": "^3.6.0"
3333
},
3434
"devDependencies": {
3535
"@testing-library/react": "^16.2.0",

package-lock.json

Lines changed: 23 additions & 50 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.16",
3+
"version": "3.0.17",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -35,7 +35,7 @@
3535
"eslint-plugin-prettier": "^5.2.3",
3636
"eslint-plugin-react": "^7.37.4",
3737
"globals": "^15.15.0",
38-
"prettier": "^3.5.0",
38+
"prettier": "^3.5.1",
3939
"typescript": "^5.7.3",
4040
"typescript-eslint": "^8.24.0"
4141
}

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.3.32",
3+
"version": "0.3.33",
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,7 +29,7 @@
2929
"passport": "^0.7.0",
3030
"passport-jwt": "^4.0.1",
3131
"passport-local": "^1.0.0",
32-
"uuid": "^11.0.5"
32+
"uuid": "^11.1.0"
3333
},
3434
"devDependencies": {
3535
"@stanlemon/eslint-config": "*",

packages/webdev/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.26",
3+
"version": "0.2.27",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -23,9 +23,9 @@
2323
},
2424
"dependencies": {
2525
"@babel/cli": "^7.26.4",
26-
"@babel/core": "^7.26.8",
26+
"@babel/core": "^7.26.9",
2727
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
28-
"@babel/preset-env": "^7.26.8",
28+
"@babel/preset-env": "^7.26.9",
2929
"@babel/preset-react": "^7.26.3",
3030
"@babel/preset-typescript": "^7.26.0",
3131
"@peculiar/webcrypto": "^1.5.0",
@@ -44,7 +44,7 @@
4444
"react-refresh": "^0.16.0",
4545
"style-loader": "^4.0.0",
4646
"typescript": "^5.7.3",
47-
"webpack": "^5.97.1",
47+
"webpack": "^5.98.0",
4848
"webpack-bundle-analyzer": "^4.10.2",
4949
"webpack-cli": "^5.1.4",
5050
"webpack-dev-server": "^5.2.0"

0 commit comments

Comments
 (0)