@natlibfi/ekirjasto-circulation-admin 0.7.3-post.8 → 0.8.0-post.1
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
|
|
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 */
|
|
33
33
|
|
|
34
34
|
/*! @preserve
|
|
35
35
|
* numeral.js
|
|
@@ -122,4 +122,4 @@ object-assign
|
|
|
122
122
|
|
|
123
123
|
//! momentjs.com
|
|
124
124
|
|
|
125
|
-
//! version : 2.
|
|
125
|
+
//! version : 2.30.1
|
package/package.json
CHANGED
|
@@ -41,8 +41,9 @@
|
|
|
41
41
|
"build-docs": "typedoc --tsconfig tsconfig.json src"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
+
"@natlibfi/ekirjasto-opds-feed-parser": "^2.1.0",
|
|
45
|
+
"@natlibfi/ekirjasto-web-opds-client": "^0.0.6",
|
|
44
46
|
"@nypl/dgx-svg-icons": "0.3.4",
|
|
45
|
-
"@thepalaceproject/web-opds-client": "^1.1.0",
|
|
46
47
|
"bootstrap": "^3.3.6",
|
|
47
48
|
"classnames": "^2.3.1",
|
|
48
49
|
"draft-convert": "^2.1.5",
|
|
@@ -52,7 +53,6 @@
|
|
|
52
53
|
"isomorphic-fetch": "^3.0.0",
|
|
53
54
|
"library-simplified-reusable-components": "1.3.18",
|
|
54
55
|
"numeral": "^2.0.6",
|
|
55
|
-
"opds-feed-parser": "0.0.17",
|
|
56
56
|
"prop-types": "^15.7.2",
|
|
57
57
|
"qs": "^6.2.0",
|
|
58
58
|
"react": "^16.8.6",
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"json-loader": "^0.5.4",
|
|
113
113
|
"lint-staged": "^10.4.0",
|
|
114
114
|
"mini-css-extract-plugin": "1.6.0",
|
|
115
|
-
"mocha": "^10.2
|
|
115
|
+
"mocha": "^10.8.2",
|
|
116
116
|
"msw": "^1.2.1",
|
|
117
|
-
"nightwatch": "^3.
|
|
117
|
+
"nightwatch": "^3.14.0",
|
|
118
118
|
"prettier": "2.1.2",
|
|
119
119
|
"react-axe": "^3.3.0",
|
|
120
120
|
"redux-mock-store": "^1.5.4",
|
|
@@ -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.
|
|
151
|
+
"version": "0.8.0-post.1"
|
|
152
152
|
}
|