Skip to content

Commit 993a804

Browse files
committed
upgrade deps
1 parent 663290b commit 993a804

File tree

3 files changed

+19
-29
lines changed

3 files changed

+19
-29
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@vitejs/plugin-vue": "^1.1.4",
3030
"@vitejs/plugin-vue-jsx": "^1.0.2",
3131
"@vue/compiler-sfc": "^3.0.5",
32-
"@vue/test-utils": "2.0.0-alpha.3",
32+
"@vue/test-utils": "2.0.0-rc.0",
3333
"babel-core": "^7.0.0-bridge.0",
3434
"babel-jest": "^26.6.3",
3535
"expect-puppeteer": "^4.4.0",
@@ -39,7 +39,7 @@
3939
"start-server-and-test": "^1.12.0",
4040
"ts-jest": "^26.5.0",
4141
"typescript": "^4.1.3",
42-
"vite": "^2.0.0-beta.62",
42+
"vite": "^2.0.0-beta.64",
4343
"vue-jest": "^5.0.0-alpha.8"
4444
},
4545
"babel": {

src/typescript/sfc.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare module '*.vue' {
2-
import { defineComponent } from "vue";
2+
import { defineComponent } from 'vue';
33
const component: ReturnType<typeof defineComponent>;
44
export default component;
55
}

0 commit comments

Comments
 (0)