@vue/test-utils
Advanced tools
Comparing version 2.0.0-rc.19 to 2.0.0-rc.20
@@ -1,3 +0,3 @@ | ||
import { DomEventNameWithModifier } from 'src/constants/dom-events'; | ||
import { TriggerOptions } from 'src/createDomEvent'; | ||
import { DomEventNameWithModifier } from '../constants/dom-events'; | ||
import { TriggerOptions } from '../createDomEvent'; | ||
import { DefinedComponent, FindAllComponentsSelector, FindComponentSelector, NameSelector, RefSelector } from '../types'; | ||
@@ -4,0 +4,0 @@ import { VueWrapper } from '../vueWrapper'; |
{ | ||
"name": "@vue/test-utils", | ||
"version": "2.0.0-rc.19", | ||
"version": "2.0.0-rc.20", | ||
"license": "MIT", | ||
@@ -15,3 +15,3 @@ "main": "dist/vue-test-utils.cjs.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.17.8", | ||
"@babel/core": "^7.17.9", | ||
"@babel/preset-env": "^7.16.11", | ||
@@ -26,9 +26,14 @@ "@babel/types": "^7.17.0", | ||
"@types/pretty": "^2.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.19.0", | ||
"@typescript-eslint/parser": "^5.19.0", | ||
"@vue/babel-plugin-jsx": "^1.1.1", | ||
"@vue/compat": "3.2.31", | ||
"@vue/compiler-dom": "3.2.31", | ||
"@vue/compiler-sfc": "3.2.31", | ||
"@vue/compat": "3.2.32", | ||
"@vue/compiler-dom": "3.2.32", | ||
"@vue/compiler-sfc": "3.2.32", | ||
"@vue/vue3-jest": "27.0.0-alpha.4", | ||
"babel-jest": "27.5.1", | ||
"babel-preset-jest": "27.5.1", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^7.0.4", | ||
@@ -48,7 +53,7 @@ "jest": "27.5.1", | ||
"vitepress": "^0.22.3", | ||
"vue": "3.2.31", | ||
"vue": "3.2.32", | ||
"vue-class-component": "^8.0.0-rc.1", | ||
"vue-jest": "^5.0.0-alpha.10", | ||
"vue-router": "^4.0.14", | ||
"vue-tsc": "0.33.9", | ||
"vue-tsc": "0.34.5", | ||
"vuex": "^4.0.2" | ||
@@ -68,4 +73,4 @@ }, | ||
"build": "yarn rollup -c rollup.config.js", | ||
"lint": "prettier -c \"(src|tests)/**/*.(ts?(x)|vue)\"", | ||
"lint:fix": "yarn lint --write", | ||
"lint": "eslint --ext .ts src/ tests/", | ||
"lint:fix": "yarn lint --fix", | ||
"docs:dev": "vitepress dev docs", | ||
@@ -83,3 +88,3 @@ "docs:build": "vitepress build docs", | ||
"*.ts": [ | ||
"prettier --parser=typescript --write" | ||
"eslint --fix" | ||
], | ||
@@ -105,3 +110,2 @@ "*.md": [ | ||
"homepage": "https://github.com/vuejs/test-utils" | ||
} |
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 too big to display
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
1449250
35411
42