-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all non-major dependencies (#147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1bd7998
commit 821bd9d
Showing
10 changed files
with
99 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/hello-world", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A hello world example using the webdev package.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -17,7 +17,7 @@ | |
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.57", | ||
"@types/react": "^18.2.58", | ||
"@types/react-dom": "^18.2.19" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/react-pouchdb-example", | ||
"version": "0.1.97", | ||
"version": "0.1.98", | ||
"description": "A react app using pouchdb built in typescript", | ||
"author": "Stan Lemon <[email protected]", | ||
"license": "MIT", | ||
|
@@ -34,7 +34,7 @@ | |
"devDependencies": { | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.2.1", | ||
"@types/node": "^20.11.19", | ||
"@types/node": "^20.11.20", | ||
"@types/pouchdb": "^6.4.2", | ||
"@types/uuid": "^9.0.8", | ||
"identity-obj-proxy": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/app-template", | ||
"version": "0.3.29", | ||
"version": "0.3.30", | ||
"description": "A template for creating apps using the webdev package.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -24,14 +24,14 @@ | |
"@stanlemon/server-with-auth": "*", | ||
"@stanlemon/webdev": "*", | ||
"react": "^18.2.0", | ||
"react-cookie": "^7.0.2", | ||
"react-cookie": "^7.1.0", | ||
"react-dom": "^18.2.0", | ||
"wouter": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^14.2.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/react": "^18.2.57", | ||
"@types/react": "^18.2.58", | ||
"@types/react-dom": "^18.2.19", | ||
"concurrently": "^8.2.2", | ||
"supertest": "^6.3.4" | ||
|
Oops, something went wrong.