Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent 78c870b commit 4cd1510
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions apps/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/hello-world",
"version": "0.1.16",
"version": "0.1.17",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0"
}
}
4 changes: 2 additions & 2 deletions apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/app-template",
"version": "0.3.53",
"version": "0.3.54",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"concurrently": "^9.0.1",
"supertest": "^7.0.0"
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-couchdb-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-couchdb-authentication",
"version": "0.8.148",
"version": "0.8.149",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/set-interval-async": "^1.0.3",
"isomorphic-fetch": "^3.0.0",
"pouchdb": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server-with-auth",
"version": "0.3.18",
"version": "0.3.19",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/supertest": "^6.0.2",
"better-sqlite3": "^11.3.0",
"knex": "^3.1.0",
"nodemon": "^3.1.6",
"nodemon": "^3.1.7",
"supertest": "^7.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server",
"version": "0.3.24",
"version": "0.3.25",
"description": "A basic express web server setup.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand Down Expand Up @@ -36,6 +36,6 @@
"devDependencies": {
"@stanlemon/eslint-config": "*",
"@types/lodash": "^4.17.7",
"nodemon": "^3.1.6"
"nodemon": "^3.1.7"
}
}
4 changes: 2 additions & 2 deletions packages/webdev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/webdev",
"version": "0.1.197",
"version": "0.1.198",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@stanlemon/eslint-config": "*",
"@testing-library/jest-dom": "^6.5.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
Expand Down

0 comments on commit 4cd1510

Please sign in to comment.