Skip to content

Commit 50b362f

Browse files
committed
Merge branch 'master' of https://github.com/rollup/rollup into sync-8fc1223d
2 parents a6e7c02 + 8fc1223 commit 50b362f

File tree

3 files changed

+43
-11
lines changed

3 files changed

+43
-11
lines changed

docs/repl/components/InputHeader.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</template>
1212

1313
<script setup lang="ts">
14+
import examplesById from 'examples.json';
1415
import { useModules } from '../stores/modules';
1516
import { useOptions } from '../stores/options';
1617

package-lock.json

Lines changed: 39 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
"vite": "^5.4.3",
196196
"vitepress": "^1.3.4",
197197
"vue": "^3.5.3",
198+
"vue-tsc": "^2.1.6",
198199
"wasm-pack": "^0.13.0",
199200
"yargs-parser": "^21.1.1"
200201
},
@@ -203,7 +204,8 @@
203204
"semver": "^7.6.3",
204205
"ws": "^8.18.0"
205206
},
206-
"overrides_comments": {
207+
"comments": {
208+
"vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges",
207209
"ws": "mermaid requires an older 8.13.0 version via puppeteer with vulnerabilities"
208210
},
209211
"files": [

0 commit comments

Comments
 (0)