Skip to content

Commit

Permalink
Merge pull request #170 from samvera-labs/feature/newspaper-viewer--r…
Browse files Browse the repository at this point in the history
…evisions

Annotations support
  • Loading branch information
adamjarling authored Feb 16, 2024
2 parents 4080e1f + 271b080 commit ed01ac9
Show file tree
Hide file tree
Showing 57 changed files with 4,176 additions and 1,242 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samvera/clover-iiif",
"version": "2.3.2",
"version": "2.4.0-rc.0",
"description": "Extensible IIIF front-end toolkit and Manifest viewer. Accessible. Composable. Open Source.",
"files": [
"dist"
Expand Down Expand Up @@ -69,7 +69,7 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@stitches/react": "^1.2.8",
"hls.js": "^1.4.14",
"hls.js": "^1.5.3",
"node-webvtt": "^1.9.4",
"openseadragon": "^2.4.2",
"react": "^18.2.0",
Expand All @@ -81,37 +81,37 @@
},
"devDependencies": {
"@iiif/presentation-3": "^1.1.3",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "20.10.6",
"@types/node": "20.11.16",
"@types/openseadragon": "^3.0.10",
"@types/react": "^18.2.46",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"@types/sanitize-html": "^2.9.5",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/ui": "^1.1.1",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"cross-fetch": "^4.0.0",
"dts-bundle-generator": "8.0.1",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"execa": "^8.0.1",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"next": "^14.0.4",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.1",
"next": "^14.1.0",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"preact": "^10.19.3",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"terser": "^5.26.0",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.1"
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2"
},
"peerDependencies": {
"swiper": "^9.0.0"
Expand Down
8 changes: 4 additions & 4 deletions pages/docs/viewer/_meta.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"demo": {
"title": "Demo",
"theme": {
"sidebar": false,
"layout": "full"
}
"layout": "full",
"sidebar": false
},
"title": "Demo"
}
}
Loading

0 comments on commit ed01ac9

Please sign in to comment.