Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Mar 28, 2020
1 parent 8549590 commit 13534c8
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 194 deletions.
1 change: 0 additions & 1 deletion e2e/__projects__/basic/package.json
Expand Up @@ -14,7 +14,6 @@
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@vue/compiler-sfc": "3.0.0-alpha.10",
"@vue/test-utils": "^1.0.0-beta.28",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/__projects__/basic/test.js
@@ -1,4 +1,4 @@
const { createApp, h } = require('vue')
import { createApp, h } from 'vue'
import { resolve } from 'path'
import { readFileSync } from 'fs'

Expand Down

0 comments on commit 13534c8

Please sign in to comment.