-
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
6ad8f4f
commit c184cfe
Showing
8 changed files
with
129 additions
and
126 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.117", | ||
"version": "0.1.118", | ||
"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.2", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.2", | ||
"@fortawesome/fontawesome-svg-core": "^6.6.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.6.0", | ||
"@fortawesome/react-fontawesome": "^0.2.2", | ||
"@stanlemon/react-couchdb-authentication": "*", | ||
"@stanlemon/react-pouchdb": "*", | ||
|
@@ -34,7 +34,7 @@ | |
"devDependencies": { | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/node": "^20.14.10", | ||
"@types/node": "^20.14.11", | ||
"@types/pouchdb": "^6.4.2", | ||
"@types/uuid": "^10.0.0", | ||
"identity-obj-proxy": "^3.0.0", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@stanlemon/server", | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"description": "A basic express web server setup.", | ||
"author": "Stan Lemon <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"devDependencies": { | ||
"@stanlemon/eslint-config": "*", | ||
"@types/lodash": "^4.17.6", | ||
"@types/lodash": "^4.17.7", | ||
"nodemon": "^3.1.4" | ||
} | ||
} |
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