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 25, 2024
1 parent 258447d commit e7904d6
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 117 deletions.
6 changes: 3 additions & 3 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.1.118",
"version": "0.1.119",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -32,9 +32,9 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
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.46",
"version": "0.3.47",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"@stanlemon/server-with-auth": "*",
"@stanlemon/webdev": "*",
"react": "^18.3.1",
"react-cookie": "^7.1.4",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"wouter": "^3.3.1"
},
Expand Down
Loading

0 comments on commit e7904d6

Please sign in to comment.