@natlibfi/ekirjasto-circulation-admin 0.7.2 → 0.7.3-post.10

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.
@@ -29,7 +29,7 @@ object-assign
29
29
  * @license MIT
30
30
  */
31
31
 
32
- /*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */
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 */
33
33
 
34
34
  /*! @preserve
35
35
  * numeral.js
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@nypl/dgx-svg-icons": "0.3.4",
45
- "@thepalaceproject/web-opds-client": "^1.0.1",
45
+ "@thepalaceproject/web-opds-client": "^1.1.0",
46
46
  "bootstrap": "^3.3.6",
47
47
  "classnames": "^2.3.1",
48
48
  "draft-convert": "^2.1.5",
@@ -104,7 +104,7 @@
104
104
  "eslint-plugin-react-hooks": "^4.0.0",
105
105
  "fetch-mock": "^7.3.1",
106
106
  "file-loader": "^6.2.0",
107
- "follow-redirects": "^1.15.4",
107
+ "follow-redirects": "^1.15.6",
108
108
  "husky": "^4.3.0",
109
109
  "jest": "^29.3.1",
110
110
  "jest-environment-jsdom": "^29.3.1",
@@ -148,5 +148,5 @@
148
148
  "*.{js,jsx,ts,tsx,css,md}": "prettier --write",
149
149
  "*.{js,css,md}": "prettier --write"
150
150
  },
151
- "version": "0.7.2"
151
+ "version": "0.7.3-post.10"
152
152
  }