Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Sep 5, 2024
1 parent 8ff4798 commit 0afd3e8
Show file tree
Hide file tree
Showing 32 changed files with 1,478 additions and 184 deletions.
1 change: 1 addition & 0 deletions packages/api/generated-schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -9574,6 +9574,7 @@ type Mutation {
"""
input: UpdateTableOfContentsItemChildrenInput!
): UpdateTableOfContentsItemChildrenPayload
updateTocMetadataFromXML(id: Int!, xmlMetadata: String!): TableOfContentsItem!

"""Updates a single `Topic` using a unique key and a patch."""
updateTopic(
Expand Down
208 changes: 202 additions & 6 deletions packages/api/package-lock.json

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

4 changes: 4 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@seasketch/geostats-types": "^1.0.0",
"@seasketch/map-tile-cache-calculator": "^1.0.0",
"@seasketch/mapbox-gl-esri-sources": "^0.9.0",
"@seasketch/metadata-parser": "^1.0.0",
"@sentry/browser": "^7.44.2",
"@sentry/node": "^7.111.0",
"@turf/bbox": "^6.5.0",
Expand All @@ -73,6 +74,7 @@
"@types/pg-format": "^1.0.2",
"@types/pluralize": "^0.0.29",
"@types/pngjs": "^6.0.4",
"@types/prosemirror-markdown": "^1.9.0",
"@types/prosemirror-model": "^1.11.2",
"@types/redis": "^2.8.25",
"@types/sanitize-html": "^1.27.0",
Expand Down Expand Up @@ -111,8 +113,10 @@
"pngjs": "^7.0.0",
"postgraphile": "^4.14.0",
"postgraphile-plugin-upload-field": "^1.0.0-alpha.10",
"prosemirror-markdown": "^1.13.0",
"prosemirror-model": "^1.19.3",
"prosemirror-schema-list": "^1.1.4",
"prosemirror-tables": "^1.5.0",
"puppeteer": "^19.7.2",
"pureimage": "^0.4.13",
"rate-limiter-flexible": "^2.4.1",
Expand Down
Loading

0 comments on commit 0afd3e8

Please sign in to comment.