@interface-technologies/check-for-js-bundle-update-saga 4.3.1 → 4.3.4

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.
@@ -97,7 +97,7 @@ function* checkForJsBundleUpdateSaga({ delayDuration = defaultDelayDuration, onE
97
97
  return;
98
98
  }
99
99
  if (bundleSrc !== retrievedBundleSrc) {
100
- const content = ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("p", { children: "Please save your work and refresh the page." }, void 0), (0, jsx_runtime_1.jsx)("p", { className: "mb-0", children: "You may encounter errors if you do not refresh the page." }, void 0)] }, void 0));
100
+ const content = ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)("p", { children: "Please save your work and refresh the page." }), (0, jsx_runtime_1.jsx)("p", { className: "mb-0", children: "You may encounter errors if you do not refresh the page." })] }));
101
101
  if (alertShownCount >= forceRefreshAfterAlertCount) {
102
102
  window.onbeforeunload = null;
103
103
  yield (0, effects_1.call)(reload);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interface-technologies/check-for-js-bundle-update-saga",
3
- "version": "4.3.1",
3
+ "version": "4.3.4",
4
4
  "description": "Redux saga for checking if a JavaScript app has been deployed.",
5
5
  "homepage": "https://github.com/srmagura/iti-react",
6
6
  "repository": {
@@ -18,13 +18,13 @@
18
18
  "sideEffects": false,
19
19
  "prettier": "@interface-technologies/prettier-config",
20
20
  "dependencies": {
21
- "@types/react": "^17.0.37",
21
+ "@types/react": "^17.0.40",
22
22
  "moment-timezone": "^0.5.34",
23
23
  "redux-saga": "^1.1.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@interface-technologies/iti-react": "4.3.1",
27
- "@interface-technologies/tsconfig": "4.3.1",
26
+ "@interface-technologies/iti-react": "4.3.4",
27
+ "@interface-technologies/tsconfig": "4.3.4",
28
28
  "@redux-saga/is": "^1.1.2",
29
29
  "@redux-saga/symbols": "^1.1.2",
30
30
  "@testing-library/react-hooks": "^7.0.2",
@@ -32,7 +32,7 @@
32
32
  "redux-saga-test-plan": "^4.0.4"
33
33
  },
34
34
  "peerDependencies": {
35
- "@interface-technologies/iti-react": "^4.3.1",
35
+ "@interface-technologies/iti-react": "^4.3.4",
36
36
  "@popperjs/core": "^2.10.2",
37
37
  "bootstrap": "^5.1.2",
38
38
  "react": "^17.0.2"