@eslinted/core 22.1.7 → 22.1.9

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/package.json +2 -2
  2. package/tsconfig.json +4 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/core",
6
- "version": "22.1.7",
6
+ "version": "22.1.9",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "private": false,
9
9
  "engineStrict": true,
@@ -22,7 +22,7 @@
22
22
  "chai": "^5.2.1",
23
23
  "mocha": "^11.7.1",
24
24
  "ts-add-js-extension": "^1.6.6",
25
- "typescript": "^5.8.3"
25
+ "typescript": "^5.9.2"
26
26
  },
27
27
  "main": "dist/index.js",
28
28
  "types": "dist/index.d.ts",
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "display": "tsc@508.0.1",
2
+ "display": "tsc@509.0.0",
3
3
  "$schema": "https://json.schemastore.org/tsconfig",
4
4
  "$help": "https://www.typescriptlang.org/tsconfig/#quick-nav-Top%20Level",
5
5
  "include": [
@@ -38,7 +38,7 @@
38
38
  // "allowUmdGlobalAccess": true,
39
39
  // "baseUrl": "./",
40
40
  // "customConditions": [],
41
- "module": "es2022",
41
+ "module": "esnext",
42
42
  "moduleResolution": "bundler",
43
43
  // "moduleSuffixes": [],
44
44
  // "noResolve": true,
@@ -112,14 +112,14 @@
112
112
  // "jsxFragmentFactory": "",
113
113
  // "jsxImportSource": "",
114
114
  "lib": [
115
- "es2023",
115
+ "esnext",
116
116
  /* {CONFIGURE} */
117
117
  ],
118
118
  // "libReplacement": true /* @default: true | INFO: in the future, @default may become false */,
119
119
  // "moduleDetection": "auto",
120
120
  // "noLib": true,
121
121
  // "reactNamespace": "",
122
- "target": "es2022",
122
+ "target": "esnext",
123
123
  // "useDefineForClassFields": true /* @default true if `target` > `es2022`, else false*/,
124
124
  // #endregion
125
125
  //