Skip to content

Commit b107a9c

Browse files
committed
Update deps
1 parent 99a42c1 commit b107a9c

File tree

5 files changed

+11
-54
lines changed

5 files changed

+11
-54
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"license": "MIT",
4949
"dependencies": {
5050
"@babel/runtime": "^7.12.1",
51-
"@testing-library/dom": "^7.26.3",
52-
"@vue/test-utils": "^2.0.0-beta.10",
51+
"@testing-library/dom": "^7.28.1",
52+
"@vue/test-utils": "^2.0.0-beta.11",
5353
"lodash.merge": "^4.6.2"
5454
},
5555
"devDependencies": {
5656
"@babel/plugin-transform-runtime": "^7.12.1",
5757
"@testing-library/jest-dom": "^5.11.5",
5858
"@testing-library/user-event": "^12.2.2",
5959
"@types/estree": "0.0.45",
60-
"@vue/compiler-sfc": "^3.0.2",
60+
"@vue/compiler-sfc": "^3.0.3",
6161
"apollo-boost": "^0.4.9",
6262
"apollo-cache-inmemory": "^1.6.6",
6363
"apollo-client": "^2.6.10",
@@ -68,18 +68,18 @@
6868
"graphql-tag": "^2.11.0",
6969
"isomorphic-unfetch": "^3.1.0",
7070
"jest-serializer-vue": "^2.0.2",
71-
"kcd-scripts": "^7.0.3",
71+
"kcd-scripts": "^7.3.0",
7272
"msw": "^0.21.3",
7373
"portal-vue": "^2.1.7",
7474
"typescript": "^4.1.2",
75-
"vee-validate": "^4.0.0-beta.16",
76-
"vue": "^3.0.2",
75+
"vee-validate": "^4.0.2",
76+
"vue": "^3.0.3",
7777
"vue-apollo": "^3.0.5",
7878
"vue-i18n": "^9.0.0-beta.6",
7979
"vue-jest": "^5.0.0-alpha.5",
8080
"vue-router": "^4.0.0-rc.1",
81-
"vuetify": "^2.3.16",
82-
"vuex": "^4.0.0-rc.1"
81+
"vuetify": "^2.3.19",
82+
"vuex": "^4.0.0-rc.2"
8383
},
8484
"peerDependencies": {
8585
"vue": ">= 3",

src/__tests__/functional.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import {h} from 'vue'
12
import {render} from '..'
23
import '@testing-library/jest-dom'
3-
import {h} from 'vue'
44

55
// From docs: Performance gains from 2.x for functional components are now
66
// negligible in 3.x, so we recommend just using stateful components.

src/__tests__/user-event.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import '@testing-library/jest-dom'
2-
import {render} from '..'
32
import userEvent from '@testing-library/user-event'
3+
import {render} from '..'
44
import Form from './components/Form'
55
import Select from './components/Select'
66

types/index.d.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@
22
/* eslint-disable @typescript-eslint/no-explicit-any */
33

44
import {EmitsOptions} from 'vue'
5-
import {} from '@vue/test-utils'
5+
import {MountingOptions} from '@vue/test-utils'
66
import {StoreOptions} from 'vuex'
77
import {queries, EventType, BoundFunctions} from '@testing-library/dom'
88
// eslint-disable-next-line import/no-extraneous-dependencies
99
import {OptionsReceived as PrettyFormatOptions} from 'pretty-format'
1010

11-
// Here until https://github.com/vuejs/vue-test-utils-next/pull/252
12-
// is released
13-
import {MountingOptions} from 'vtu-next'
14-
1511
// NOTE: fireEvent is overridden below
1612
export * from '@testing-library/dom'
1713

types/vtu-next.ts

-39
This file was deleted.

0 commit comments

Comments
 (0)