subscribable-things 2.1.47 → 2.1.48

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.
Files changed (2) hide show
  1. package/build/es5/bundle.js +2 -2
  2. package/package.json +15 -15
@@ -484,7 +484,7 @@
484
484
  }
485
485
  var unsubscribe = innerSubscribe(isNextFunction(args) ? toObserver({
486
486
  next: args[0]
487
- }) : toObserver.apply(undefined, args));
487
+ }) : toObserver.apply(void 0, args));
488
488
  if (unsubscribe !== undefined) {
489
489
  return unsubscribe;
490
490
  }
@@ -494,7 +494,7 @@
494
494
  return {
495
495
  subscribe: function subscribe() {
496
496
  return {
497
- unsubscribe: _subscribe.apply(undefined, arguments)
497
+ unsubscribe: _subscribe.apply(void 0, arguments)
498
498
  };
499
499
  }
500
500
  };
package/package.json CHANGED
@@ -15,18 +15,18 @@
15
15
  }
16
16
  ],
17
17
  "dependencies": {
18
- "@babel/runtime": "^7.26.0",
18
+ "@babel/runtime": "^7.26.9",
19
19
  "rxjs-interop": "^2.0.0",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "description": "A collection of reactive wrappers for various browser APIs.",
23
23
  "devDependencies": {
24
- "@babel/core": "^7.26.0",
24
+ "@babel/core": "^7.26.9",
25
25
  "@babel/plugin-external-helpers": "^7.25.9",
26
- "@babel/plugin-transform-runtime": "^7.25.9",
27
- "@babel/preset-env": "^7.26.0",
28
- "@commitlint/cli": "^19.6.1",
29
- "@commitlint/config-angular": "^19.7.0",
26
+ "@babel/plugin-transform-runtime": "^7.26.9",
27
+ "@babel/preset-env": "^7.26.9",
28
+ "@commitlint/cli": "^19.7.1",
29
+ "@commitlint/config-angular": "^19.7.1",
30
30
  "@rollup/plugin-babel": "^6.0.4",
31
31
  "baconjs": "^3.0.19",
32
32
  "body-parser": "^1.20.3",
@@ -35,7 +35,7 @@
35
35
  "commitizen": "^4.3.1",
36
36
  "cz-conventional-changelog": "^3.3.0",
37
37
  "eslint": "^8.57.0",
38
- "eslint-config-holy-grail": "^60.0.18",
38
+ "eslint-config-holy-grail": "^60.0.20",
39
39
  "grunt": "^1.6.1",
40
40
  "grunt-cli": "^1.5.0",
41
41
  "grunt-sh": "^0.2.1",
@@ -50,23 +50,23 @@
50
50
  "karma-webkit-launcher": "^2.6.0",
51
51
  "karma-webpack": "^5.0.1",
52
52
  "kefir": "^3.8.8",
53
- "lint-staged": "^15.3.0",
53
+ "lint-staged": "^15.4.3",
54
54
  "load-grunt-config": "^4.0.1",
55
55
  "midi-test": "^1.3.1",
56
56
  "mocha": "^10.8.2",
57
- "prettier": "^3.4.2",
57
+ "prettier": "^3.5.2",
58
58
  "rimraf": "^6.0.1",
59
- "rollup": "^4.30.0",
60
- "rxjs": "^7.8.1",
59
+ "rollup": "^4.34.8",
60
+ "rxjs": "^7.8.2",
61
61
  "rxjs-for-await": "^1.0.0",
62
62
  "sinon": "^17.0.2",
63
63
  "sinon-chai": "^3.7.0",
64
- "ts-loader": "^9.5.1",
64
+ "ts-loader": "^9.5.2",
65
65
  "tsconfig-holy-grail": "^15.0.2",
66
66
  "tslint": "^6.1.3",
67
67
  "tslint-config-holy-grail": "^56.0.6",
68
- "typescript": "^5.7.2",
69
- "webpack": "^5.97.1",
68
+ "typescript": "^5.7.3",
69
+ "webpack": "^5.98.0",
70
70
  "xstream": "^11.14.0"
71
71
  },
72
72
  "files": [
@@ -100,5 +100,5 @@
100
100
  "test": "grunt lint && grunt test"
101
101
  },
102
102
  "types": "build/es2019/module.d.ts",
103
- "version": "2.1.47"
103
+ "version": "2.1.48"
104
104
  }