jssm 5.159.2 → 5.161.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jssm",
3
- "version": "5.159.2",
3
+ "version": "5.161.0",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -301,7 +301,6 @@
301
301
  "@codemirror/state": "^6.6.0",
302
302
  "@codemirror/view": "6.43.2",
303
303
  "@custom-elements-manifest/analyzer": "^0.10.4",
304
- "@knodes/typedoc-plugin-pages": "^0.22.5",
305
304
  "@lezer/highlight": "^1.2.3",
306
305
  "@playwright/test": "^1.61.0",
307
306
  "@rollup/plugin-commonjs": "^28.0.1",
@@ -311,6 +310,7 @@
311
310
  "@swc/core": "^1.15.33",
312
311
  "@types/chalk": "^2.2.0",
313
312
  "@types/jsdom": "^21.1.7",
313
+ "@types/node": "^26.1.0",
314
314
  "@typescript-eslint/eslint-plugin": "^5.30.4",
315
315
  "@typescript-eslint/parser": "^5.30.4",
316
316
  "@vitest/coverage-v8": "^4.1.6",
@@ -341,9 +341,9 @@
341
341
  "text_audit": "^0.9.3",
342
342
  "tslib": "^2.8.1",
343
343
  "twitter-api-client": "^1.6.0",
344
- "typedoc": "^0.22.18",
345
- "typedoc-plugin-missing-exports": "^0.23.0",
346
- "typescript": "^4.7.4",
344
+ "typedoc": "^0.28.20",
345
+ "typedoc-plugin-missing-exports": "^4.1.3",
346
+ "typescript": "^6.0.3",
347
347
  "vitest": "^4.1.6",
348
348
  "xml2js": "^0.6.2"
349
349
  },