-
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.
Loading status checks…
Update all non-major dependencies
1 parent
9c7feb6
commit 172a1ca
Showing
10 changed files
with
240 additions
and
220 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.11", | ||
"version": "0.1.12", | ||
"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.73", | ||
"@types/react-dom": "^18.2.23" | ||
"@types/react": "^18.2.74", | ||
"@types/react-dom": "^18.2.24" | ||
} | ||
} |
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.105", | ||
"version": "0.1.106", | ||
"description": "A react app using pouchdb built in typescript", | ||
"author": "Stan Lemon <[email protected]", | ||
"license": "MIT", | ||
|
@@ -18,8 +18,8 @@ | |
"lint:fix": "eslint --fix --ext js,jsx,ts,tsx ./src/" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.5.1", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.1", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.2", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.2", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@stanlemon/react-couchdb-authentication": "*", | ||
"@stanlemon/react-pouchdb": "*", | ||
|
@@ -34,7 +34,7 @@ | |
"devDependencies": { | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.2.2", | ||
"@types/node": "^20.12.2", | ||
"@types/node": "^20.12.4", | ||
"@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.38", | ||
"version": "0.3.39", | ||
"description": "A template for creating apps using the webdev package.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -24,15 +24,15 @@ | |
"@stanlemon/server-with-auth": "*", | ||
"@stanlemon/webdev": "*", | ||
"react": "^18.2.0", | ||
"react-cookie": "^7.1.0", | ||
"react-cookie": "^7.1.4", | ||
"react-dom": "^18.2.0", | ||
"wouter": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^14.2.2", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@types/react": "^18.2.73", | ||
"@types/react-dom": "^18.2.23", | ||
"@types/react": "^18.2.74", | ||
"@types/react-dom": "^18.2.24", | ||
"concurrently": "^8.2.2", | ||
"supertest": "^6.3.4" | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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