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 Mar 14, 2024
1 parent fee0e79 commit 934eea3
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 148 deletions.
6 changes: 3 additions & 3 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.5",
"version": "0.1.6",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21"
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22"
}
}
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.100",
"version": "0.1.101",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"@stanlemon/react-pouchdb": "*",
"@stanlemon/webdev": "*",
"bulma": "^0.9.4",
"date-fns": "^3.3.1",
"date-fns": "^3.4.0",
"pouchdb": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.25",
"@types/node": "^20.11.27",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^9.0.8",
"identity-obj-proxy": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 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.32",
"version": "0.3.33",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -26,13 +26,13 @@
"react": "^18.2.0",
"react-cookie": "^7.1.0",
"react-dom": "^18.2.0",
"wouter": "^3.0.2"
"wouter": "^3.1.0"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.22",
"concurrently": "^8.2.2",
"supertest": "^6.3.4"
}
Expand Down
Loading

0 comments on commit 934eea3

Please sign in to comment.