Skip to content

Commit

Permalink
Update deps in the layers directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Jan 16, 2024
1 parent 9cdd68b commit 559367b
Show file tree
Hide file tree
Showing 4 changed files with 1,779 additions and 1,474 deletions.
2 changes: 1 addition & 1 deletion layers/api_dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cookie": "^0.5.0",
"debug": "^4.3.4",
"http-status-codes": "^2.2.0",
"iiif-builder": "^1.0.6",
"iiif-builder": "^1.0.7",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
Expand Down
64 changes: 15 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"author": "nulib",
"license": "Apache-2.0",
"dependencies": {
"dc-api": "file:./src"
"dc-api": "file:./src",
"iiif-builder": "^1.0.7"
},
"scripts": {
"lint": "eslint src/**/*.js test/**/*.js",
Expand Down
Loading

0 comments on commit 559367b

Please sign in to comment.