@vue/test-utils
Advanced tools
Comparing version 2.4.0-alpha.1 to 2.4.0-alpha.2
@@ -1,2 +0,2 @@ | ||
import { ConcreteComponent, transformVNodeArgs } from 'vue'; | ||
import { Component, ConcreteComponent, transformVNodeArgs } from 'vue'; | ||
type VNodeArgsTransformerFn = NonNullable<Parameters<typeof transformVNodeArgs>[0]>; | ||
@@ -12,5 +12,11 @@ type TransformVNodeArgs = Parameters<VNodeArgsTransformerFn>; | ||
export declare const isKeepAlive: (type: any) => boolean; | ||
export declare const createVNodeTransformer: ({ transformers }: { | ||
export interface RootComponents { | ||
component?: Component; | ||
functional?: Component; | ||
} | ||
export declare const isRootComponent: (rootComponents: RootComponents, type: VNodeTransformerInputComponentType, instance: InstanceArgsType) => boolean; | ||
export declare const createVNodeTransformer: ({ rootComponents, transformers }: { | ||
rootComponents: RootComponents; | ||
transformers: VTUVNodeTypeTransformer[]; | ||
}) => VNodeArgsTransformerFn; | ||
export {}; |
{ | ||
"name": "@vue/test-utils", | ||
"version": "2.4.0-alpha.1", | ||
"version": "2.4.0-alpha.2", | ||
"license": "MIT", | ||
@@ -25,27 +25,28 @@ "main": "dist/vue-test-utils.cjs.js", | ||
"dependencies": { | ||
"js-beautify": "1.14.6" | ||
"js-beautify": "1.14.6", | ||
"vue-component-type-helpers": "1.6.5" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "24.1.0", | ||
"@rollup/plugin-commonjs": "25.0.0", | ||
"@rollup/plugin-json": "6.0.0", | ||
"@rollup/plugin-node-resolve": "15.0.2", | ||
"@rollup/plugin-node-resolve": "15.1.0", | ||
"@rollup/plugin-replace": "5.0.2", | ||
"@rollup/plugin-typescript": "11.1.0", | ||
"@rollup/plugin-typescript": "11.1.1", | ||
"@types/js-beautify": "1.13.3", | ||
"@types/node": "18.16.7", | ||
"@typescript-eslint/eslint-plugin": "5.59.5", | ||
"@typescript-eslint/parser": "5.59.5", | ||
"@vitejs/plugin-vue": "4.2.2", | ||
"@types/node": "18.16.16", | ||
"@typescript-eslint/eslint-plugin": "5.59.8", | ||
"@typescript-eslint/parser": "5.59.8", | ||
"@vitejs/plugin-vue": "4.2.3", | ||
"@vitejs/plugin-vue-jsx": "3.0.1", | ||
"@vitest/coverage-c8": "0.31.0", | ||
"@vue/compat": "3.3.1", | ||
"@vue/compiler-dom": "3.3.1", | ||
"@vue/compiler-sfc": "3.3.1", | ||
"@vue/server-renderer": "3.3.1", | ||
"c8": "7.13.0", | ||
"eslint": "8.40.0", | ||
"@vitest/coverage-c8": "0.31.4", | ||
"@vue/compat": "3.3.4", | ||
"@vue/compiler-dom": "3.3.4", | ||
"@vue/compiler-sfc": "3.3.4", | ||
"@vue/server-renderer": "3.3.4", | ||
"c8": "7.14.0", | ||
"eslint": "8.41.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"husky": "8.0.3", | ||
"jsdom": "22.0.0", | ||
"jsdom": "22.1.0", | ||
"jsdom-global": "3.0.2", | ||
@@ -55,14 +56,13 @@ "lint-staged": "13.2.2", | ||
"reflect-metadata": "0.1.13", | ||
"rollup": "3.21.6", | ||
"tslib": "2.5.0", | ||
"rollup": "3.23.0", | ||
"tslib": "2.5.2", | ||
"typescript": "5.0.4", | ||
"unplugin-vue-components": "0.24.1", | ||
"vite": "4.3.5", | ||
"unplugin-vue-components": "0.25.0", | ||
"vite": "4.3.9", | ||
"vitepress": "0.22.4", | ||
"vitest": "0.31.0", | ||
"vue": "3.3.1", | ||
"vitest": "0.31.4", | ||
"vue": "3.3.4", | ||
"vue-class-component": "8.0.0-rc.1", | ||
"vue-component-type-helpers": "1.6.4", | ||
"vue-router": "4.2.0", | ||
"vue-tsc": "1.6.4", | ||
"vue-router": "4.2.2", | ||
"vue-tsc": "1.6.5", | ||
"vuex": "4.1.0" | ||
@@ -69,0 +69,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1474976
38
37022
5
+ Addedvue-component-type-helpers@1.6.5(transitive)