subscribable-things 2.1.52 → 2.1.54

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 (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -15,16 +15,16 @@
15
15
  }
16
16
  ],
17
17
  "dependencies": {
18
- "@babel/runtime": "^7.27.1",
18
+ "@babel/runtime": "^7.28.3",
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.27.1",
24
+ "@babel/core": "^7.28.3",
25
25
  "@babel/plugin-external-helpers": "^7.27.1",
26
- "@babel/plugin-transform-runtime": "^7.27.1",
27
- "@babel/preset-env": "^7.27.2",
26
+ "@babel/plugin-transform-runtime": "^7.28.3",
27
+ "@babel/preset-env": "^7.28.3",
28
28
  "@commitlint/cli": "^19.8.1",
29
29
  "@commitlint/config-angular": "^19.8.1",
30
30
  "@rollup/plugin-babel": "^6.0.4",
@@ -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.34",
38
+ "eslint-config-holy-grail": "^61.0.0",
39
39
  "husky": "^9.1.7",
40
40
  "hyperf": "~1.6.2",
41
41
  "karma": "^6.4.4",
@@ -47,12 +47,12 @@
47
47
  "karma-webkit-launcher": "^2.6.0",
48
48
  "karma-webpack": "^5.0.1",
49
49
  "kefir": "^3.8.8",
50
- "lint-staged": "^15.5.0",
50
+ "lint-staged": "^16.1.5",
51
51
  "midi-test": "^1.3.2",
52
- "mocha": "^11.2.2",
53
- "prettier": "^3.5.3",
52
+ "mocha": "^11.7.1",
53
+ "prettier": "^3.6.2",
54
54
  "rimraf": "^6.0.1",
55
- "rollup": "^4.40.2",
55
+ "rollup": "^4.46.2",
56
56
  "rxjs": "^7.8.2",
57
57
  "rxjs-for-await": "^1.0.0",
58
58
  "sinon": "^17.0.2",
@@ -61,8 +61,8 @@
61
61
  "tsconfig-holy-grail": "^15.0.2",
62
62
  "tslint": "^6.1.3",
63
63
  "tslint-config-holy-grail": "^56.0.6",
64
- "typescript": "^5.8.3",
65
- "webpack": "^5.99.8",
64
+ "typescript": "^5.9.2",
65
+ "webpack": "^5.101.2",
66
66
  "xstream": "^11.14.0"
67
67
  },
68
68
  "files": [
@@ -98,5 +98,5 @@
98
98
  "test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then karma start config/karma/config-unit.js --single-run; fi"
99
99
  },
100
100
  "types": "build/es2019/module.d.ts",
101
- "version": "2.1.52"
101
+ "version": "2.1.54"
102
102
  }