@inveniosoftware/react-invenio-app-ils 2.1.0 → 3.0.0
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/README.md +1 -1
- package/dist/cjs/index.js +24825 -18160
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +24825 -18161
- package/dist/esm/index.js.map +1 -1
- package/package.json +86 -88
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inveniosoftware/react-invenio-app-ils",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Single Page App built with React for InvenioILS",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"browser": "dist/cjs/index.js",
|
|
@@ -9,115 +9,118 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
|
-
"start": "HOST=127.0.0.1 HTTPS=true craco start",
|
|
13
12
|
"lib-build": "rimraf dist && NODE_ENV=production rollup -c",
|
|
14
|
-
"
|
|
15
|
-
"test": "craco test",
|
|
16
|
-
"eject": "craco eject",
|
|
13
|
+
"test": "jest",
|
|
17
14
|
"lint": "eslint src/lib/",
|
|
18
15
|
"format": "prettier --config ./.prettierrc --ignore-path ./.prettierignore --write \"**/*.js\"",
|
|
19
16
|
"watch": "NODE_ENV=production rollup --watch -c"
|
|
20
17
|
},
|
|
21
18
|
"peerDependencies": {
|
|
22
|
-
"@artsy/fresnel": "^
|
|
23
|
-
"@babel/runtime": "^7.
|
|
24
|
-
"@
|
|
25
|
-
"@rjsf/
|
|
26
|
-
"
|
|
27
|
-
"
|
|
19
|
+
"@artsy/fresnel": "^6.2.0",
|
|
20
|
+
"@babel/runtime": "^7.24.0",
|
|
21
|
+
"@redux-devtools/extension": "^3.3.0",
|
|
22
|
+
"@rjsf/core": "^5.0.0",
|
|
23
|
+
"@rjsf/semantic-ui": "^5.0.0",
|
|
24
|
+
"@rjsf/validator-ajv8": "^5.0.0",
|
|
25
|
+
"axios": "^1.8.2",
|
|
26
|
+
"formik": "^2.4.0",
|
|
28
27
|
"html5-qrcode": "^2.3.8",
|
|
29
|
-
"less": "^
|
|
30
|
-
"less-loader": "^
|
|
31
|
-
"lodash": "^4.17.
|
|
32
|
-
"luxon": "^
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"react": "^
|
|
37
|
-
"react-
|
|
38
|
-
"react-
|
|
39
|
-
"react-
|
|
40
|
-
"react-
|
|
41
|
-
"react-
|
|
42
|
-
"react-
|
|
43
|
-
"react-scroll": "^1.8.4",
|
|
44
|
-
"react-searchkit": "^2.0.0",
|
|
28
|
+
"less": "^4.2.0",
|
|
29
|
+
"less-loader": "^12.2.0",
|
|
30
|
+
"lodash": "^4.17.21",
|
|
31
|
+
"luxon": "^3.0.1",
|
|
32
|
+
"prop-types": "^15.8.0",
|
|
33
|
+
"qs": "^6.12.0",
|
|
34
|
+
"react": "^18.2.0",
|
|
35
|
+
"react-copy-to-clipboard": "^5.1.0",
|
|
36
|
+
"react-dom": "^18.2.0",
|
|
37
|
+
"react-overridable": "^1.0.0",
|
|
38
|
+
"react-redux": "^8.1.0",
|
|
39
|
+
"react-router-dom": "^5.3.4",
|
|
40
|
+
"react-scroll": "^1.9.0",
|
|
41
|
+
"react-searchkit": "^3.0.0",
|
|
45
42
|
"react-show-more": "^2.0.0",
|
|
46
|
-
"react-tagcloud": "^2.
|
|
47
|
-
"redux": "^4.0
|
|
48
|
-
"redux-
|
|
49
|
-
"redux-thunk": "^2.3.0",
|
|
43
|
+
"react-tagcloud": "^2.3.0",
|
|
44
|
+
"redux": "^4.2.0",
|
|
45
|
+
"redux-thunk": "^2.4.0",
|
|
50
46
|
"semantic-ui-calendar-react": "^0.15.3",
|
|
51
47
|
"semantic-ui-less": "^2.5.0",
|
|
52
|
-
"semantic-ui-react": "^2.0
|
|
48
|
+
"semantic-ui-react": "^2.1.0"
|
|
53
49
|
},
|
|
54
50
|
"devDependencies": {
|
|
55
|
-
"@artsy/fresnel": "^
|
|
56
|
-
"@babel/
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
51
|
+
"@artsy/fresnel": "^6.2.0",
|
|
52
|
+
"@babel/core": "^7.24.0",
|
|
53
|
+
"@babel/eslint-parser": "^7.24.0",
|
|
54
|
+
"@babel/plugin-transform-runtime": "^7.24.0",
|
|
55
|
+
"@babel/preset-env": "^7.24.0",
|
|
56
|
+
"@babel/preset-react": "^7.24.0",
|
|
57
|
+
"@babel/runtime": "^7.24.0",
|
|
58
|
+
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
|
|
59
|
+
"@redux-devtools/extension": "^3.3.0",
|
|
60
|
+
"@rjsf/core": "^5.0.0",
|
|
61
|
+
"@rjsf/semantic-ui": "^5.0.0",
|
|
62
|
+
"@rjsf/utils": "^5.0.0",
|
|
63
|
+
"@rjsf/validator-ajv8": "^5.0.0",
|
|
60
64
|
"@rollup/plugin-alias": "^3.1.8",
|
|
61
65
|
"@rollup/plugin-babel": "^5.2.2",
|
|
62
66
|
"@rollup/plugin-commonjs": "^12.0.0",
|
|
63
67
|
"@rollup/plugin-node-resolve": "^8.0.1",
|
|
64
|
-
"@
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"axios-mock-adapter": "^1.18.1",
|
|
68
|
+
"@types/jest": "^29.5.0",
|
|
69
|
+
"axios": "^1.8.2",
|
|
70
|
+
"axios-mock-adapter": "^2.0.0",
|
|
71
|
+
"babel-jest": "^29.7.0",
|
|
69
72
|
"cheerio": "1.0.0-rc.3",
|
|
70
|
-
"classnames": "^2.
|
|
71
|
-
"cypress": "^
|
|
73
|
+
"classnames": "^2.5.0",
|
|
74
|
+
"cypress": "^13.0.0",
|
|
75
|
+
"dotenv": "^17.2.3",
|
|
72
76
|
"enzyme": "^3.11.0",
|
|
73
|
-
"enzyme-
|
|
74
|
-
"
|
|
75
|
-
"eslint": "^
|
|
76
|
-
"eslint-
|
|
77
|
-
"eslint-
|
|
78
|
-
"eslint-
|
|
79
|
-
"eslint-plugin-
|
|
80
|
-
"eslint-plugin-
|
|
81
|
-
"eslint-plugin-
|
|
82
|
-
"
|
|
83
|
-
"eslint-plugin-react": "^7.26.1",
|
|
84
|
-
"eslint-plugin-react-hooks": "^4.0.4",
|
|
85
|
-
"formik": "^2.2.6",
|
|
77
|
+
"enzyme-to-json": "^3.6.2",
|
|
78
|
+
"eslint": "^8.57.0",
|
|
79
|
+
"eslint-config-prettier": "^9.1.0",
|
|
80
|
+
"eslint-import-resolver-alias": "^1.1.2",
|
|
81
|
+
"eslint-plugin-import": "^2.29.0",
|
|
82
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
83
|
+
"eslint-plugin-prettier": "^5.1.0",
|
|
84
|
+
"eslint-plugin-react": "^7.34.0",
|
|
85
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
86
|
+
"formik": "^2.4.0",
|
|
86
87
|
"html5-qrcode": "^2.3.8",
|
|
88
|
+
"jest": "^29.7.0",
|
|
89
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
90
|
+
"jest-watch-typeahead": "^2.2.0",
|
|
87
91
|
"json": "^10.0.0",
|
|
88
|
-
"less": "^
|
|
89
|
-
"less-loader": "^
|
|
90
|
-
"lint-staged": "^
|
|
91
|
-
"lodash": "^4.17.
|
|
92
|
-
"luxon": "^
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"react": "^
|
|
98
|
-
"react-
|
|
99
|
-
"react-
|
|
100
|
-
"react-
|
|
101
|
-
"react-
|
|
102
|
-
"react-
|
|
103
|
-
"react-
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
92
|
+
"less": "^4.2.0",
|
|
93
|
+
"less-loader": "^12.2.0",
|
|
94
|
+
"lint-staged": "^15.2.0",
|
|
95
|
+
"lodash": "^4.17.21",
|
|
96
|
+
"luxon": "^3.0.0",
|
|
97
|
+
"prettier": "^3.2.0",
|
|
98
|
+
"prop-types": "^15.8.0",
|
|
99
|
+
"qs": "^6.12.0",
|
|
100
|
+
"react": "^18.2.0",
|
|
101
|
+
"react-copy-to-clipboard": "^5.1.0",
|
|
102
|
+
"react-dom": "^18.2.0",
|
|
103
|
+
"react-overridable": "^1.0.0",
|
|
104
|
+
"react-redux": "^8.1.0",
|
|
105
|
+
"react-router-dom": "^5.3.4",
|
|
106
|
+
"react-scroll": "^1.9.0",
|
|
107
|
+
"react-searchkit": "^3.0.0",
|
|
108
|
+
"@visx/responsive": "^3.12.0",
|
|
109
|
+
"@visx/scale": "^3.12.0",
|
|
110
|
+
"@visx/shape": "^3.12.0",
|
|
107
111
|
"react-show-more": "^2.0.0",
|
|
108
|
-
"react-tagcloud": "^2.
|
|
109
|
-
"redux": "^4.0
|
|
110
|
-
"redux-devtools-extension": "^2.13.8",
|
|
112
|
+
"react-tagcloud": "^2.3.0",
|
|
113
|
+
"redux": "^4.2.0",
|
|
111
114
|
"redux-mock-store": "^1.5.4",
|
|
112
|
-
"redux-thunk": "^2.
|
|
113
|
-
"rimraf": "^
|
|
115
|
+
"redux-thunk": "^2.4.0",
|
|
116
|
+
"rimraf": "^5.0.0",
|
|
114
117
|
"rollup": "^2.58.0",
|
|
115
118
|
"rollup-plugin-copy": "^3.3.0",
|
|
116
119
|
"rollup-plugin-local-resolve": "^1.0.7",
|
|
117
120
|
"rollup-plugin-peer-deps-external": "^2.2.2",
|
|
118
121
|
"semantic-ui-calendar-react": "^0.15.3",
|
|
119
122
|
"semantic-ui-less": "^2.5.0",
|
|
120
|
-
"semantic-ui-react": "^2.0
|
|
123
|
+
"semantic-ui-react": "^2.1.0"
|
|
121
124
|
},
|
|
122
125
|
"author": {
|
|
123
126
|
"name": "CERN",
|
|
@@ -153,11 +156,6 @@
|
|
|
153
156
|
]
|
|
154
157
|
},
|
|
155
158
|
"engines": {
|
|
156
|
-
"node": ">=
|
|
157
|
-
},
|
|
158
|
-
"jest": {
|
|
159
|
-
"snapshotSerializers": [
|
|
160
|
-
"enzyme-to-json/serializer"
|
|
161
|
-
]
|
|
159
|
+
"node": ">=22.0.0"
|
|
162
160
|
}
|
|
163
161
|
}
|