Skip to content

Commit 13534c8

Browse files
committed
chore: bump deps
1 parent 8549590 commit 13534c8

File tree

3 files changed

+288
-194
lines changed

3 files changed

+288
-194
lines changed

e2e/__projects__/basic/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"@babel/core": "^7.2.2",
1515
"@babel/preset-env": "^7.2.3",
1616
"@vue/compiler-sfc": "3.0.0-alpha.10",
17-
"@vue/test-utils": "^1.0.0-beta.28",
1817
"babel-helper-vue-jsx-merge-props": "^2.0.3",
1918
"babel-plugin-syntax-jsx": "^6.18.0",
2019
"babel-plugin-transform-vue-jsx": "^3.7.0",

e2e/__projects__/basic/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { createApp, h } = require('vue')
1+
import { createApp, h } from 'vue'
22
import { resolve } from 'path'
33
import { readFileSync } from 'fs'
44

0 commit comments

Comments
 (0)