📦 Update packages (#776)

* Fix vercel build

* update packages
This commit is contained in:
Eric Fennis
2022-07-20 23:18:48 +02:00
committed by GitHub
parent 8b88ddf07e
commit 3d92eb3833
8 changed files with 3783 additions and 4682 deletions

View File

@@ -30,11 +30,11 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/vue": "^5.8.2",
"@vue/test-utils": "^1.1.2",
"@vue/test-utils": "1.3.0",
"jest-serializer-vue": "^2.0.2",
"vue": "^2.6.12",
"vue": "2.6.14",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.12"
"vue-template-compiler": "2.6.14"
},
"peerDependencies": {
"vue": "^2.6.12"

View File

@@ -1,4 +1,3 @@
import { mount } from '@vue/test-utils'
import {render, fireEvent} from '@testing-library/vue'
import { Smile } from '../src/icons'