data-primals-engine 1.3.2 → 1.3.3-rc.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,18 +29,18 @@
29
29
  "date-fns": "^4.1.0",
30
30
  "express-rate-limit": "^7.5.1",
31
31
  "lowlight": "^3.3.0",
32
- "react": ">=18.0.0",
33
- "react-big-calendar": "^1.19.4",
34
- "react-dom": "^18.3.1",
32
+ "react": "18.3.1",
33
+ "react-big-calendar": "^1.15.0",
34
+ "react-dom": "18.3.1",
35
35
  "react-router": "^7.2.0",
36
- "react-switch": "^7.1.0",
36
+ "react-switch": "^6.1.0",
37
37
  "uniqid": "^5.4.0",
38
38
  "yet-another-react-lightbox": "^3.22.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@eslint/js": "^9.17.0",
42
- "@types/react": "^18.3.18",
43
- "@types/react-dom": "^18.3.5",
42
+ "@types/react": "18.3.1",
43
+ "@types/react-dom": "18.3.1",
44
44
  "@vitejs/plugin-react": "^4.3.4",
45
45
  "eslint": "^9.17.0",
46
46
  "eslint-plugin-react": "^7.37.2",
@@ -2176,21 +2176,21 @@
2176
2176
  "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw=="
2177
2177
  },
2178
2178
  "node_modules/@types/react": {
2179
- "version": "18.3.23",
2180
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz",
2181
- "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
2179
+ "version": "18.3.1",
2180
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz",
2181
+ "integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==",
2182
2182
  "dependencies": {
2183
2183
  "@types/prop-types": "*",
2184
2184
  "csstype": "^3.0.2"
2185
2185
  }
2186
2186
  },
2187
2187
  "node_modules/@types/react-dom": {
2188
- "version": "18.3.7",
2189
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
2190
- "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
2188
+ "version": "18.3.1",
2189
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz",
2190
+ "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==",
2191
2191
  "devOptional": true,
2192
- "peerDependencies": {
2193
- "@types/react": "^18.0.0"
2192
+ "dependencies": {
2193
+ "@types/react": "*"
2194
2194
  }
2195
2195
  },
2196
2196
  "node_modules/@types/stylis": {
@@ -5929,15 +5929,15 @@
5929
5929
  }
5930
5930
  },
5931
5931
  "node_modules/react-switch": {
5932
- "version": "7.1.0",
5933
- "resolved": "https://registry.npmjs.org/react-switch/-/react-switch-7.1.0.tgz",
5934
- "integrity": "sha512-4xVeyImZE8QOTDw2FmhWz0iqo2psoRiS7XzdjaZBCIP8Dzo3rT0esHUjLee5WsAPSFXWWl1eVA5arp9n2C6yQA==",
5932
+ "version": "6.1.0",
5933
+ "resolved": "https://registry.npmjs.org/react-switch/-/react-switch-6.1.0.tgz",
5934
+ "integrity": "sha512-cOwQkxtHCOGtoK0KN3kZBPTQjt8P1TTpaor+TS0AJRLfFBIRkgjVIUCwAfvVlW32Bi1BK333rk9y/14suD38SA==",
5935
5935
  "dependencies": {
5936
5936
  "prop-types": "^15.7.2"
5937
5937
  },
5938
5938
  "peerDependencies": {
5939
- "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
5940
- "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
5939
+ "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
5940
+ "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
5941
5941
  }
5942
5942
  },
5943
5943
  "node_modules/react-syntax-highlighter": {
@@ -47,18 +47,18 @@
47
47
  "date-fns": "^4.1.0",
48
48
  "express-rate-limit": "^7.5.1",
49
49
  "lowlight": "^3.3.0",
50
- "react": ">=18.0.0",
51
- "react-big-calendar": "^1.19.4",
52
- "react-dom": "^18.3.1",
50
+ "react": "18.3.1",
51
+ "react-big-calendar": "^1.15.0",
52
+ "react-dom": "18.3.1",
53
53
  "react-router": "^7.2.0",
54
- "react-switch": "^7.1.0",
54
+ "react-switch": "^6.1.0",
55
55
  "uniqid": "^5.4.0",
56
56
  "yet-another-react-lightbox": "^3.22.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@eslint/js": "^9.17.0",
60
- "@types/react": "^18.3.18",
61
- "@types/react-dom": "^18.3.5",
60
+ "@types/react": "18.3.1",
61
+ "@types/react-dom": "18.3.1",
62
62
  "@vitejs/plugin-react": "^4.3.4",
63
63
  "eslint": "^9.17.0",
64
64
  "eslint-plugin-react": "^7.37.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "data-primals-engine",
3
- "version": "1.3.2",
3
+ "version": "1.3.3-rc.1",
4
4
  "description": "data-primals-engine is a package responsible from handling large amount of data using MongoDB in a practical and performant way. It can also get workflow models working (for automation), and fully supports internationalisation. It also has integrated AI assistant.",
5
5
  "main": "src/engine.js",
6
6
  "type": "module",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "peerDependencies": {
53
53
  "express": "^5.1.0",
54
- "react": ">=18.0.0",
54
+ "react": "18.3.1",
55
55
  "react-query": ">=3.0.0"
56
56
  },
57
57
  "dependencies": {