Skip to content

Commit

Permalink
Fix incorrect submodules+install new deps
Browse files Browse the repository at this point in the history
- somehow the memex-common + storage submodules were set to branches on which we're doing the ongoing local PDF work
- installed new deps needed for firebase backend submodule updates
- new commit on memex-common fixing all but one failing test here
  • Loading branch information
poltak committed Nov 15, 2021
1 parent bc2acd5 commit 50d3d99
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 14 deletions.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
},
"dependencies": {
"@josephg/resolvable": "^1.0.0",
"@sentry/node": "^6.14.3",
"@styled-icons/feather": "^10.0.0",
"@styled-icons/styled-icon": "^10.0.0",
"@types/socket.io-client": "^1.4.32",
Expand Down Expand Up @@ -71,6 +72,8 @@
"events": "^3.1.0",
"fathom-web": "^2.1.0",
"firebase": "^8.10.0",
"firebase-admin": "^10.0.0",
"firebase-functions": "^3.16.0",
"firebaseui": "^4.2.0",
"history": "^3.2.1",
"immutability-helper": "^3.0.1",
Expand All @@ -85,7 +88,7 @@
"object-path": "^0.11.4",
"openpgp": "^4.6.2",
"page-metadata-parser": "^1.1.4",
"pdfjs-dist": "WorldBrain/pdfjs-dist#fix\/unsafe-eval",
"pdfjs-dist": "WorldBrain/pdfjs-dist#fix/unsafe-eval",
"polished": "^4.0.3",
"postcss-modules-values": "^2.0.0",
"promise-limit": "^2.5.0",
Expand Down
Loading

0 comments on commit 50d3d99

Please sign in to comment.