|
9 | 9 | "clean": "rimraf dist",
|
10 | 10 | "lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color",
|
11 | 11 | "prettier": "prettier --write \"{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}\"",
|
12 |
| - "test": "ava", |
| 12 | + "test": "NODE_OPTIONS='--loader=tsx' ava", |
13 | 13 | "prebuild": "pnpm run clean",
|
14 | 14 | "build": "pnpm run prebuild && pnpm run rollup",
|
15 | 15 | "build:built_in_module_map": "ts-node --esm script/generate-built-in-module-map.ts",
|
|
62 | 62 | "@types/reserved-words": "^0.1.0",
|
63 | 63 | "@types/resolve": "1.20.0",
|
64 | 64 | "@types/semver": "^7.3.9",
|
65 |
| - "@typescript-eslint/eslint-plugin": "^5.27.1", |
66 |
| - "@typescript-eslint/parser": "^5.27.1", |
| 65 | + "@typescript-eslint/eslint-plugin": "^6.13.2", |
| 66 | + "@typescript-eslint/parser": "^6.13.2", |
67 | 67 | "@wessberg/ts-config": "2.0.3",
|
68 | 68 | "@wessberg/prettier-config": "1.0.0",
|
69 |
| - "rollup-plugin-ts": "3.0.2", |
| 69 | + "rollup-plugin-ts": "3.4.5", |
70 | 70 | "ava": "3.15.0",
|
71 |
| - "eslint": "^8.17.0", |
| 71 | + "eslint": "^8.55.0", |
72 | 72 | "eslint-config-prettier": "^8.5.0",
|
73 | 73 | "eslint-plugin-import": "^2.26.0",
|
74 | 74 | "eslint-plugin-jsdoc": "^39.3.2",
|
|
84 | 84 | "sandhog": "^2.0.2",
|
85 | 85 | "semver": "7.3.7",
|
86 | 86 | "standard-changelog": "^2.0.27",
|
87 |
| - "ts-node": "^10.8.1", |
88 | 87 | "tslib": "^2.4.0",
|
89 |
| - "typescript": "4.7.3", |
| 88 | + "tsx": "^4.6.2", |
| 89 | + "typescript": "5.3.3", |
90 | 90 | "typescript-3-2-1": "npm:[email protected]",
|
91 | 91 | "typescript-3-3-1": "npm:[email protected]",
|
92 | 92 | "typescript-3-4-1": "npm:[email protected]",
|
|
101 | 101 | "typescript-4-3-5": "npm:[email protected]",
|
102 | 102 | "typescript-4-4-2": "npm:[email protected]",
|
103 | 103 | "typescript-4-5-4": "npm:[email protected]",
|
104 |
| - "typescript-4-6-4": "npm:[email protected]" |
| 104 | + "typescript-4-6-4": "npm:[email protected]", |
| 105 | + "typescript-4-7-3": "npm:[email protected]" |
105 | 106 | },
|
106 | 107 | "dependencies": {
|
107 | 108 | "@wessberg/stringutil": "^1.0.19",
|
|
149 | 150 | "ts": "module"
|
150 | 151 | },
|
151 | 152 | "nodeArguments": [
|
152 |
| - "--loader=ts-node/esm" |
| 153 | + "--loader=tsx" |
153 | 154 | ],
|
154 | 155 | "environmentVariables": {
|
155 | 156 | "FORCE_COLOR": "3"
|
|
0 commit comments