Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vuejs/test-utils into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Dec 2, 2022
2 parents b0ed82f + 4ef369d commit ad19a0b
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 223 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -22,44 +22,44 @@
"dist/index.d.ts"
],
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-commonjs": "23.0.3",
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.1",
"@rollup/plugin-typescript": "9.0.2",
"@rollup/plugin-typescript": "10.0.1",
"@types/js-beautify": "1.13.3",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitejs/plugin-vue": "3.2.0",
"@vitejs/plugin-vue-jsx": "2.1.1",
"@vitest/coverage-c8": "0.25.2",
"@vitest/coverage-c8": "0.25.3",
"@vue/compat": "3.2.45",
"@vue/compiler-dom": "3.2.45",
"@vue/compiler-sfc": "3.2.45",
"@vue/runtime-core": "3.2.45",
"c8": "7.12.0",
"eslint": "8.27.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.2",
"js-beautify": "1.14.6",
"jsdom": "20.0.2",
"jsdom": "20.0.3",
"jsdom-global": "3.0.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"lint-staged": "13.0.4",
"prettier": "2.8.0",
"reflect-metadata": "0.1.13",
"rollup": "3.3.0",
"rollup": "3.5.0",
"tslib": "2.4.1",
"typescript": "4.9.3",
"unplugin-vue-components": "0.22.9",
"unplugin-vue-components": "0.22.11",
"vite": "3.2.4",
"vitepress": "0.22.4",
"vitest": "0.25.2",
"vitest": "0.25.3",
"vue": "3.2.45",
"vue-class-component": "8.0.0-rc.1",
"vue-router": "4.1.6",
"vue-tsc": "1.0.9",
"vue-tsc": "1.0.10",
"vuex": "4.1.0"
},
"peerDependencies": {
Expand Down

0 comments on commit ad19a0b

Please sign in to comment.