@thepalaceproject/circulation-admin 1.41.0-post.39 → 1.41.0-post.41

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.
@@ -10,14 +10,6 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
- /*!
14
- * JavaScript Cookie v2.2.1
15
- * https://github.com/js-cookie/js-cookie
16
- *
17
- * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
18
- * Released under the MIT license
19
- */
20
-
21
13
  /*!
22
14
  * Programatically add the following
23
15
  */
@@ -29,7 +21,7 @@ object-assign
29
21
  * @license MIT
30
22
  */
31
23
 
32
- /*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */
24
+ /*! @license DOMPurify 3.4.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.11/LICENSE */
33
25
 
34
26
  /*! @preserve
35
27
  * numeral.js
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  "@nypl/dgx-svg-icons": "0.3.14",
40
40
  "@reduxjs/toolkit": "^2.2.5",
41
41
  "@tanstack/react-query": "^4.36.1",
42
- "@thepalaceproject/web-opds-client": "^1.1.0",
42
+ "@thepalaceproject/web-opds-client": "^1.2.0",
43
43
  "bootstrap": "^3.3.6",
44
44
  "classnames": "^2.3.1",
45
45
  "draft-convert": "^2.1.5",
@@ -49,7 +49,7 @@
49
49
  "isomorphic-fetch": "^3.0.0",
50
50
  "library-simplified-reusable-components": "1.3.18",
51
51
  "numeral": "^2.0.6",
52
- "opds-feed-parser": "0.0.17",
52
+ "opds-feed-parser": "0.1.0",
53
53
  "prop-types": "^15.7.2",
54
54
  "qs": "^6.15.2",
55
55
  "react": "^16.8.6",
@@ -152,5 +152,5 @@
152
152
  "*.{js,jsx,ts,tsx,css,md}": "prettier --write",
153
153
  "*.{js,css,md}": "prettier --write"
154
154
  },
155
- "version": "1.41.0-post.39"
155
+ "version": "1.41.0-post.41"
156
156
  }