-
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 branch information
1 parent
0468d13
commit cf5fd20
Showing
9 changed files
with
219 additions
and
216 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/react-pouchdb-example", | ||
"version": "0.1.77", | ||
"version": "0.1.78", | ||
"description": "A react app using pouchdb built in typescript", | ||
"author": "Stan Lemon <[email protected]", | ||
"license": "MIT", | ||
|
@@ -18,8 +18,8 @@ | |
"lint:format": "eslint --fix --ext js,jsx,ts,tsx ./src/" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.4.2", | ||
"@fortawesome/free-solid-svg-icons": "^6.4.2", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.0", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@stanlemon/react-couchdb-authentication": "*", | ||
"@stanlemon/react-pouchdb": "*", | ||
|
@@ -34,7 +34,7 @@ | |
"devDependencies": { | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@testing-library/react": "^14.1.2", | ||
"@types/node": "^20.10.0", | ||
"@types/node": "^20.10.1", | ||
"@types/pouchdb": "^6.4.2", | ||
"@types/uuid": "^9.0.7", | ||
"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.14", | ||
"version": "0.3.15", | ||
"description": "A template for creating apps using the webdev package.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -27,7 +27,7 @@ | |
"devDependencies": { | ||
"@testing-library/react": "^14.1.2", | ||
"@testing-library/user-event": "^14.5.1", | ||
"@types/react": "^18.2.38", | ||
"@types/react": "^18.2.39", | ||
"@types/react-dom": "^18.2.17", | ||
"concurrently": "^8.2.2", | ||
"supertest": "^6.3.3" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/server-with-auth", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "A basic express web server setup with authentication baked in.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -25,7 +25,7 @@ | |
"jsonwebtoken": "^9.0.2", | ||
"lowdb": "^6.1.1", | ||
"lowdb-node": "^3.0.2", | ||
"passport": "^0.6.0", | ||
"passport": "^0.7.0", | ||
"passport-jwt": "^4.0.1", | ||
"uuid": "^9.0.1" | ||
}, | ||
|
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/server", | ||
"version": "0.2.59", | ||
"version": "0.2.60", | ||
"description": "A basic express web server setup.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -23,7 +23,7 @@ | |
"compression": "^1.7.4", | ||
"dotenv": "16.3.1", | ||
"express": "^4.18.2", | ||
"express-rate-limit": "^7.1.4", | ||
"express-rate-limit": "^7.1.5", | ||
"helmet": "^7.1.0", | ||
"http-proxy-middleware": "^2.0.6", | ||
"joi": "^17.11.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