Skip to content

Commit 2765f54

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

8 files changed

Lines changed: 177 additions & 177 deletions

File tree

apps/react-pouchdb-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/react-pouchdb-example",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"description": "A react app using pouchdb built in typescript",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
66
"license": "MIT",
@@ -33,11 +33,11 @@
3333
"pouchdb": "^9.0.0",
3434
"react": "^19.0.0",
3535
"react-dom": "^19.0.0",
36-
"uuid": "^11.0.4"
36+
"uuid": "^11.0.5"
3737
},
3838
"devDependencies": {
3939
"@testing-library/jest-dom": "^6.6.3",
40-
"@testing-library/react": "^16.1.0",
40+
"@testing-library/react": "^16.2.0",
4141
"@types/react": "^19.0.4",
4242
"@types/react-dom": "^19.0.2",
4343
"@types/uuid": "^10.0.0",

apps/template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.3.74",
3+
"version": "0.3.75",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -29,11 +29,11 @@
2929
"react": "^19.0.0",
3030
"react-cookie": "^7.2.2",
3131
"react-dom": "^19.0.0",
32-
"wouter": "^3.3.5"
32+
"wouter": "^3.5.1"
3333
},
3434
"devDependencies": {
35-
"@testing-library/react": "^16.1.0",
36-
"@testing-library/user-event": "^14.5.2",
35+
"@testing-library/react": "^16.2.0",
36+
"@testing-library/user-event": "^14.6.1",
3737
"@types/jest": "^29.5.14",
3838
"@types/react": "^19.0.4",
3939
"@types/react-dom": "^19.0.2",

package-lock.json

Lines changed: 154 additions & 154 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.13",
3+
"version": "3.0.14",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -34,8 +34,8 @@
3434
"eslint-plugin-jest-dom": "^5.5.0",
3535
"eslint-plugin-prettier": "^5.2.1",
3636
"eslint-plugin-react": "^7.37.3",
37-
"globals": "^15.14.0",
38-
"prettier": "^3.4.2",
37+
"globals": "^15.15.0",
38+
"prettier": "^3.5.0",
3939
"typescript": "^5.7.3",
4040
"typescript-eslint": "^8.19.1"
4141
}

packages/react-couchdb-authentication/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-couchdb-authentication",
3-
"version": "0.10.20",
3+
"version": "0.10.21",
44
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
55
"keywords": [
66
"react",
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@stanlemon/webdev": "*",
4747
"@testing-library/jest-dom": "^6.6.3",
48-
"@testing-library/react": "^16.1.0",
48+
"@testing-library/react": "^16.2.0",
4949
"@types/async-retry": "^1.4.9",
5050
"@types/isomorphic-fetch": "^0.0.39",
5151
"@types/jest": "^29.5.14",

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.31",
3+
"version": "0.3.32",
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.4"
32+
"uuid": "^11.0.5"
3333
},
3434
"devDependencies": {
3535
"@stanlemon/eslint-config": "*",
3636
"@types/supertest": "^6.0.2",
37-
"better-sqlite3": "^11.7.2",
37+
"better-sqlite3": "^11.8.1",
3838
"knex": "^3.1.0",
3939
"nodemon": "^3.1.9",
4040
"supertest": "^7.0.0"

packages/server/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",
3-
"version": "0.3.41",
3+
"version": "0.3.42",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@stanlemon/webdev": "*",
2323
"body-parser": "^1.20.3",
24-
"compression": "^1.7.5",
24+
"compression": "^1.8.0",
2525
"cookie-parser": "^1.4.7",
2626
"dotenv": "16.4.7",
2727
"express": "^4.21.2",
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@stanlemon/eslint-config": "*",
38-
"@types/lodash": "^4.17.14",
38+
"@types/lodash": "^4.17.15",
3939
"nodemon": "^3.1.9"
4040
}
4141
}

packages/webdev/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
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.0",
26+
"@babel/core": "^7.26.8",
2727
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
28-
"@babel/preset-env": "^7.26.0",
28+
"@babel/preset-env": "^7.26.8",
2929
"@babel/preset-react": "^7.26.3",
3030
"@babel/preset-typescript": "^7.26.0",
3131
"@peculiar/webcrypto": "^1.5.0",
@@ -39,7 +39,7 @@
3939
"identity-obj-proxy": "^3.0.0",
4040
"jest": "^29.7.0",
4141
"jest-environment-jsdom": "^29.7.0",
42-
"less": "^4.2.1",
42+
"less": "^4.2.2",
4343
"less-loader": "^12.2.0",
4444
"react-refresh": "^0.16.0",
4545
"style-loader": "^4.0.0",
@@ -54,7 +54,7 @@
5454
"@types/react": "^19.0.4",
5555
"@types/react-dom": "^19.0.2",
5656
"@types/webpack": "^5.28.5",
57-
"@types/webpack-env": "^1.18.5",
57+
"@types/webpack-env": "^1.18.8",
5858
"react": "^19.0.0",
5959
"react-dom": "^19.0.0"
6060
},

0 commit comments

Comments
 (0)