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] authored Nov 14, 2024
1 parent bcb580f commit ffe01d0
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions apps/react-pouchdb-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb-example",
"version": "0.3.4",
"version": "0.3.5",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"pouchdb": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
Expand Down
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.61",
"version": "0.3.62",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"nodemon": "^3.1.7",
"supertest": "^7.0.0"
}
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/eslint-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand Down Expand Up @@ -30,13 +30,13 @@
"eslint-config-typescript": "^3.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.11.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.14.0"
}
}
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.10.6",
"version": "0.10.7",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@types/async-retry": "^1.4.9",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/pouchdb": "^6.4.2",
"@types/react": "^18.3.12",
"isomorphic-fetch": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb",
"version": "0.6.4",
"version": "0.6.5",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@stanlemon/webdev": "*",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^9.0.0",
"pouchdb-adapter-memory": "^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.24",
"version": "0.3.25",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"uuid": "^11.0.2"
"uuid": "^11.0.3"
},
"devDependencies": {
"@stanlemon/eslint-config": "*",
Expand Down

0 comments on commit ffe01d0

Please sign in to comment.