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 Jul 11, 2024
1 parent 6760b89 commit af2e63f
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 66 deletions.
115 changes: 56 additions & 59 deletions package-lock.json

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

6 changes: 3 additions & 3 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": "0.1.143",
"version": "0.1.144",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.24.7",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
Expand Down
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.133",
"version": "0.8.134",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -50,7 +50,7 @@
"pouchdb-adapter-memory": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.8"
"rimraf": "^5.0.9"
},
"dependencies": {
"async-retry": "^1.3.3",
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.4.84",
"version": "0.4.85",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/pouchdb": "^6.4.2",
"pouchdb": "^9.0.0",
"pouchdb-adapter-memory": "^9.0.0",
"rimraf": "^5.0.8",
"rimraf": "^5.0.9",
"wait-for-expect": "^3.0.2"
},
"dependencies": {
Expand Down

0 comments on commit af2e63f

Please sign in to comment.