Skip to content

Commit cd9ee94

Browse files
committed
Remove @nulib/design-system dependency
1 parent a073249 commit cd9ee94

File tree

23 files changed

+1138
-1000
lines changed

23 files changed

+1138
-1000
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ The coverage report uses [Vitest UI](https://vitest.dev/guide/ui.html). It will
4141

4242
## Releases
4343

44-
The Clover Suite is transitioning to it's next major release `v2`. Experiment with the Release Candidate by installing `npm install @samvera/clover-iiif@next`. View the source code on the `/suite` branch.
44+
### Major
45+
46+
The Clover Suite has released it's next major release `v2`. To install the latest stable version, `npm install @samvera/clover-iiif@latest`
47+
48+
### Release candidates
49+
50+
Experiment with the Release Candidate by installing `npm install @samvera/clover-iiif@next`
4551

4652
## License
4753

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@iiif/parser": "^1.1.2",
5656
"@iiif/vault": "^0.9.22",
5757
"@iiif/vault-helpers": "^0.10.0",
58-
"@nulib/design-system": "^1.6.2",
5958
"@radix-ui/react-aspect-ratio": "^1.0.3",
6059
"@radix-ui/react-collapsible": "^1.0.3",
6160
"@radix-ui/react-form": "^0.0.3",
61+
"@radix-ui/react-popover": "^1.0.6",
6262
"@radix-ui/react-radio-group": "^1.1.3",
6363
"@radix-ui/react-select": "^1.2.2",
6464
"@radix-ui/react-switch": "^1.0.3",
@@ -69,7 +69,7 @@
6969
"openseadragon": "^2.4.2 || ^3.10",
7070
"react": "^18.2.0",
7171
"react-dom": "^18.2.0",
72-
"react-error-boundary": "^4.0.10",
72+
"react-error-boundary": "^4.0.11",
7373
"sanitize-html": "^2.11.0",
7474
"swiper": "9.4.1",
7575
"uuid": "^9.0.0"
@@ -78,28 +78,28 @@
7878
"@iiif/presentation-3": "^1.1.3",
7979
"@testing-library/jest-dom": "^5.17.0",
8080
"@testing-library/react": "^14.0.0",
81-
"@types/node": "20.4.9",
81+
"@types/node": "20.5.3",
8282
"@types/openseadragon": "^3.0.6",
83-
"@types/react": "^18.2.20",
83+
"@types/react": "^18.2.21",
8484
"@types/react-dom": "^18.2.7",
8585
"@types/testing-library__jest-dom": "^5.14.9",
8686
"@vitejs/plugin-react": "^4.0.4",
87-
"@vitest/coverage-v8": "^0.34.1",
88-
"@vitest/ui": "^0.34.1",
87+
"@vitest/coverage-v8": "^0.34.2",
88+
"@vitest/ui": "^0.34.2",
8989
"cross-fetch": "^4.0.0",
9090
"dts-bundle-generator": "^8.0.1",
9191
"execa": "^7.2.0",
9292
"jsdom": "^22.1.0",
93-
"next": "^13.4.13",
94-
"nextra": "^2.10.0",
95-
"nextra-theme-docs": "^2.10.0",
96-
"preact": "^10.16.0",
93+
"next": "^13.4.19",
94+
"nextra": "^2.11.1",
95+
"nextra-theme-docs": "^2.11.1",
96+
"preact": "^10.17.1",
9797
"rimraf": "^5.0.1",
9898
"terser": "^5.19.2",
9999
"typescript": "^5.1.6",
100100
"vite": "^4.4.9",
101101
"vite-tsconfig-paths": "^4.2.0",
102-
"vitest": "^0.34.1"
102+
"vitest": "^0.34.2"
103103
},
104104
"peerDependencies": {
105105
"swiper": "^9.0.0"

0 commit comments

Comments
 (0)