react-iiif-vault 0.9.6 → 0.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-iiif-vault",
3
- "version": "0.9.6",
3
+ "version": "0.9.9",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -17,52 +17,65 @@
17
17
  "default": "./dist/index.umd.js"
18
18
  }
19
19
  },
20
+ "typesVersions": {
21
+ "*": {
22
+ "*": [
23
+ "dist/index.d.ts"
24
+ ]
25
+ }
26
+ },
20
27
  "scripts": {
28
+ "start": "vite",
21
29
  "build": "tsc -p ./tsconfig.types.json --declaration --emitDeclarationOnly && rollup -c",
22
30
  "prepublishOnly": "tsc -p ./tsconfig.types.json --declaration --emitDeclarationOnly && rollup -c",
23
- "test": "jest"
31
+ "test": "vitest"
24
32
  },
25
33
  "license": "MIT",
26
34
  "resolutions": {
27
- "@atlas-viewer/iiif-image-api": "^2.0.2",
28
- "@iiif/vault": "^0.9.16",
29
- "@iiif/parser": "^1.0.6",
30
- "@iiif/presentation-3": "^1.0.4"
35
+ "@atlas-viewer/iiif-image-api": "^2.0.3",
36
+ "@iiif/vault": "^0.9.18",
37
+ "@iiif/parser": "^1.0.10",
38
+ "@iiif/presentation-3": "^1.0.5"
31
39
  },
32
40
  "dependencies": {
33
- "@atlas-viewer/iiif-image-api": "^2.0.2",
34
- "@iiif/presentation-2": "^1.0.1",
35
- "@iiif/presentation-3": "^1.0.4",
36
- "@iiif/vault": "^0.9.16",
37
- "@iiif/vault-helpers": "^0.9.4",
38
- "react": "^16.10.2 || ^17.0.2",
39
- "react-dom": "^16.10.2 || ^17.0.2",
40
- "redux": "^4.1.2",
41
- "rollup": "^2.70.0",
42
- "typescript": "^4.6.2"
41
+ "@atlas-viewer/atlas": "^2.0.0-alpha.10",
42
+ "@atlas-viewer/iiif-image-api": "^2.*",
43
+ "@iiif/parser": ">=v1.0.10",
44
+ "@iiif/presentation-2": "^1.*",
45
+ "@iiif/presentation-3": "^1.*",
46
+ "@iiif/vault": "^0.*",
47
+ "@iiif/vault-helpers": "^0.*",
48
+ "react": "^16.10.2 || ^17.0.2 || ^18.2.0",
49
+ "react-dom": "^16.10.2 || ^17.0.2 || ^18.2.0",
50
+ "react-error-boundary": "^3.1.4",
51
+ "redux": "^4.2.0",
52
+ "rollup": "^2.72.1",
53
+ "typescript": "^4.6.2",
54
+ "use-sync-external-store": "^1.1.0"
43
55
  },
44
56
  "devDependencies": {
45
57
  "@rollup/plugin-replace": "^4.0.0",
46
- "@testing-library/react": "^12.1.3",
58
+ "@testing-library/react": "^12.1.4",
47
59
  "@testing-library/react-hooks": "^7.0.2",
48
- "@types/jest": "^27.4.1",
49
- "@types/react": "^17.0.39",
50
- "@types/react-dom": "^17.0.13",
51
- "@typescript-eslint/eslint-plugin": "^5.14.0",
52
- "@typescript-eslint/parser": "^5.14.0",
53
- "eslint": "^8.10.0",
60
+ "@types/react": "^18.0.14",
61
+ "@types/react-dom": "^18.0.5",
62
+ "@types/use-sync-external-store": "^0.0.3",
63
+ "@typescript-eslint/eslint-plugin": "^5.22.0",
64
+ "@typescript-eslint/parser": "^5.22.0",
65
+ "@vitejs/plugin-react": "^1.3.2",
66
+ "eslint": "^8.11.0",
54
67
  "eslint-plugin-json": "^3.1.0",
55
68
  "eslint-plugin-prettier": "^4.0.0",
56
- "jest": "^27.5.1",
57
- "jest-environment-jsdom": "^27.5.1",
58
- "prettier": "^2.5.1",
59
- "react": "^16.10.2 || ^17.0.2",
60
- "react-dom": "^16.10.2 || ^17.0.2",
69
+ "happy-dom": "^3.2.2",
70
+ "prettier": "^2.6.2",
71
+ "react": "^16.10.2 || ^17.0.2 || ^18.2.0",
72
+ "react-dom": "^16.10.2 || ^17.0.2 || ^18.2.0",
61
73
  "react-use": "^17.3.2",
62
- "redux": "^4.1.2",
74
+ "redux": "^4.2.0",
63
75
  "rollup-library-template": "^1.0.4",
64
- "ts-jest": "^27.1.3",
65
- "tslib": "^2.3.1"
76
+ "tslib": "^2.3.1",
77
+ "vite": "^2.9.9",
78
+ "vitest": "^0.12.6"
66
79
  },
67
80
  "publishConfig": {
68
81
  "access": "public"