Skip to content

Commit c1a0c3a

Browse files
committed
feat!: update to Vue 2.7
Known caveats: 1. JSX not yet supported 2. Though `vue-template-compiler` is not required in most cases, `@vue/test-utils` still requires it as a peer dependency. 3. `IconTooling.vue` was modified to circumvent a type-checking issue: vuejs/language-tools#1526
1 parent 7ad1ffc commit c1a0c3a

File tree

16 files changed

+331
-1937
lines changed

16 files changed

+331
-1937
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
cache: 'pnpm'
36-
- run: pnpm install
36+
- run: pnpm install --no-frozen-lockfile
3737
- run: pnpm pretest
38+
- run: pnpm install --no-frozen-lockfile
3839
- run: pnpm test

0 commit comments

Comments
 (0)