Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 1, 2024
1 parent 9cd919e commit aed50a8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"localforage": "1.7.3",
"ramda": "0.26.1",
"tweetnacl": "1.0.1",
"tweetnacl-util": "0.15.0"
"localforage": "1.10.0",
"ramda": "0.30.1",
"tweetnacl": "1.0.3",
"tweetnacl-util": "0.15.1"
},
"description": "enhanced localForage with curry and crypto - for any browser and device",
"devDependencies": {
"@types/ramda": "0.26.39",
"better-docs": "1.4.7",
"@types/ramda": "0.30.1",
"better-docs": "2.7.4-dev.1",
"dom-storage": "2.1.0",
"dotenv": "8.2.0",
"jsdoc": "3.6.3",
"dotenv": "16.4.5",
"jsdoc": "4.0.3",
"jsdoc-mermaid": "1.0.0",
"lint-staged": "9.4.2",
"postinstall-postinstall": "2.0.0",
"promise": "8.0.2",
"ts-loader": "6.2.1",
"tslib": "1.10.0"
"lint-staged": "15.2.7",
"postinstall-postinstall": "2.1.0",
"promise": "8.3.0",
"ts-loader": "9.5.1",
"tslib": "2.6.3"
},
"directories": {
"dist": "dist",
Expand Down

0 comments on commit aed50a8

Please sign in to comment.