@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inveniosoftware/react-invenio-app-ils",
3
- "version": "2.1.0",
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
- "build": "craco build",
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": "^1.3.1",
23
- "@babel/runtime": "^7.15.4",
24
- "@rjsf/core": "^2.5.1",
25
- "@rjsf/semantic-ui": "^2.5.1",
26
- "axios": "^0.21.2",
27
- "formik": "^2.2.6",
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": "^3.13.1",
30
- "less-loader": "^5.0.0",
31
- "lodash": "^4.17.15",
32
- "luxon": "^1.23.0",
33
- "path": "^0.12.7",
34
- "prop-types": "^15.7.2",
35
- "qs": "^6.9.3",
36
- "react": "^16.13.1",
37
- "react-app-polyfill": "^1.0.6",
38
- "react-copy-to-clipboard": "^5.0.2",
39
- "react-dom": "^16.13.1",
40
- "react-overridable": "^0.0.3",
41
- "react-redux": "^7.2.5",
42
- "react-router-dom": "^5.3.0",
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.0.0",
47
- "redux": "^4.0.5",
48
- "redux-devtools-extension": "^2.13.8",
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.4"
48
+ "semantic-ui-react": "^2.1.0"
53
49
  },
54
50
  "devDependencies": {
55
- "@artsy/fresnel": "^1.3.1",
56
- "@babel/runtime": "^7.15.4",
57
- "@craco/craco": "^5.9.0",
58
- "@rjsf/core": "^2.5.1",
59
- "@rjsf/semantic-ui": "^2.5.1",
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
- "@semantic-ui-react/craco-less": "^1.2.1",
65
- "@types/jest": "^24.9.1",
66
- "@typescript-eslint/eslint-plugin": "^1.13.0",
67
- "axios": "^0.21.2",
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.2.6",
71
- "cypress": "^5.3.0",
73
+ "classnames": "^2.5.0",
74
+ "cypress": "^13.0.0",
75
+ "dotenv": "^17.2.3",
72
76
  "enzyme": "^3.11.0",
73
- "enzyme-adapter-react-16": "^1.15.2",
74
- "enzyme-to-json": "^3.4.4",
75
- "eslint": "^6.6.0",
76
- "eslint-config-prettier": "^7.0.0",
77
- "eslint-config-react-app": "^5.2.1",
78
- "eslint-loader": "2.1.2",
79
- "eslint-plugin-flowtype": "^5.10.0",
80
- "eslint-plugin-import": "^2.25.2",
81
- "eslint-plugin-jsx-a11y": "^6.2.3",
82
- "eslint-plugin-prettier": "^3.3.0",
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": "^3.13.1",
89
- "less-loader": "^5.0.0",
90
- "lint-staged": "^9.5.0",
91
- "lodash": "^4.17.15",
92
- "luxon": "^1.23.0",
93
- "path": "^0.12.7",
94
- "prettier": "^2.5.1",
95
- "prop-types": "^15.7.2",
96
- "qs": "^6.9.3",
97
- "react": "^16.13.1",
98
- "react-app-polyfill": "^1.0.6",
99
- "react-copy-to-clipboard": "^5.0.2",
100
- "react-dom": "^16.13.1",
101
- "react-overridable": "^0.0.3",
102
- "react-redux": "^7.2.5",
103
- "react-router-dom": "^5.3.0",
104
- "react-scripts": "^3.4.1",
105
- "react-scroll": "^1.8.4",
106
- "react-searchkit": "^2.0.0",
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.0.0",
109
- "redux": "^4.0.5",
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.3.0",
113
- "rimraf": "^3.0.2",
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.4"
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": ">=14.0.0 <15.0.0"
157
- },
158
- "jest": {
159
- "snapshotSerializers": [
160
- "enzyme-to-json/serializer"
161
- ]
159
+ "node": ">=22.0.0"
162
160
  }
163
161
  }