Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vuejs/test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Nov 28, 2023
2 parents cbbd9ac + 0f9bb3e commit 2b4f9e8
Show file tree
Hide file tree
Showing 8 changed files with 834 additions and 577 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -32,31 +32,31 @@
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-typescript": "11.1.5",
"@types/js-beautify": "1.14.3",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vitejs/plugin-vue": "4.4.1",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@types/node": "20.9.4",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@vitejs/plugin-vue": "4.5.0",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vitest/coverage-v8": "0.34.6",
"@vue/compat": "3.3.8",
"@vue/compiler-dom": "3.3.8",
"@vue/compiler-sfc": "3.3.8",
"@vue/server-renderer": "3.3.8",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
"jsdom": "22.1.0",
"jsdom": "23.0.0",
"jsdom-global": "3.0.2",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"reflect-metadata": "0.1.13",
"rollup": "4.3.0",
"rollup": "4.5.1",
"tslib": "2.6.2",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unplugin-vue-components": "0.25.2",
"vite": "4.5.0",
"vitepress": "1.0.0-rc.25",
"vite": "5.0.2",
"vitepress": "1.0.0-rc.31",
"vitest": "0.34.6",
"vue": "3.3.8",
"vue-class-component": "8.0.0-rc.1",
Expand Down Expand Up @@ -110,7 +110,7 @@
"url": "git+https://github.com/vuejs/test-utils.git"
},
"homepage": "https://github.com/vuejs/test-utils",
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.10.5",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down

0 comments on commit 2b4f9e8

Please sign in to comment.