Skip to content

Commit acf9f07

Browse files
author
Loïc Mangeonjean
committed
fix: use dev version of typescript
to prevent generating buggy triple-slashes directives
1 parent 54cfd9e commit acf9f07

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"rollup-plugin-visualizer": "5.12.0",
224224
"ts-node": "10.9.2",
225225
"tslib": "^2.6.2",
226-
"typescript": "5.4.5"
226+
"typescript": "5.5.0-dev.20240507"
227227
},
228228
"browserslist": [
229229
"defaults",
@@ -242,8 +242,8 @@
242242
},
243243
"overrides": {
244244
"monaco-editor": "$monaco-editor",
245-
"rollup": "4.17.2",
246-
"typescript": "5.4.5",
245+
"rollup": "$rollup",
246+
"typescript": "$typescript",
247247
"@typescript-eslint/eslint-plugin": "$@typescript-eslint/eslint-plugin"
248248
}
249249
}

0 commit comments

Comments
 (0)