react-js-plugins 1.4.3 → 2.0.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.
@@ -53,6 +53,7 @@ var Error = function (_a) {
53
53
  var LoadingScreen = function () {
54
54
  useEffect(function () {
55
55
  NProgress.start();
56
+ NProgress.configure({ showSpinner: false });
56
57
  return function () {
57
58
  NProgress.done();
58
59
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-js-plugins",
3
- "version": "1.4.3",
3
+ "version": "2.0.1",
4
4
  "description": "A powerful and efficient React utility library designed to enhance application performance by streamlining and simplifying the management of complex asynchronous operations.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "luxon": "^3.6.1",
41
41
  "moment": "^2.30.1",
42
42
  "nprogress": "^0.2.0",
43
- "react": "^18.2.0",
43
+ "react": "^18.3.1",
44
44
  "react-error-boundary": "^4.0.13",
45
45
  "sweetalert2": "^11.17.2",
46
46
  "xlsx": "^0.18.5",
@@ -51,7 +51,7 @@
51
51
  "@types/luxon": "^3.6.2",
52
52
  "@types/node": "^22.13.10",
53
53
  "@types/nprogress": "^0.2.3",
54
- "@types/react": "^18.2.14",
54
+ "@types/react": "^18.3.24",
55
55
  "tslib": "^2.6.3",
56
56
  "typescript": "^5.2.2"
57
57
  }