Skip to content

Commit

Permalink
chore: deps (#1675)
Browse files Browse the repository at this point in the history
* chore: add test

* chore: deps
  • Loading branch information
lmiller1990 committed Jul 22, 2022
1 parent d417b80 commit 19864bb
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 146 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-replace": "4.0.0",
"@types/node": "18.0.3",
"@types/node": "18.0.6",
"@types/pretty": "2.0.1",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@vitejs/plugin-vue": "2.3.3",
"@vitejs/plugin-vue-jsx": "1.3.10",
"@vue/compat": "3.2.37",
"@vue/runtime-core": "3.2.37",
"@vue/compiler-dom": "3.2.37",
"@vue/compiler-sfc": "3.2.37",
"c8": "7.11.3",
"eslint": "8.19.0",
"c8": "7.12.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
Expand All @@ -47,17 +47,17 @@
"prettier": "2.7.1",
"pretty": "2.0.0",
"reflect-metadata": "0.1.13",
"rollup": "2.76.0",
"rollup": "2.77.0",
"rollup-plugin-typescript2": "0.32.1",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vitepress": "0.22.4",
"vite": "2.9.14",
"vitest": "0.18.0",
"vitest": "0.18.1",
"vue": "3.2.37",
"vue-class-component": "8.0.0-rc.1",
"vue-router": "4.1.2",
"vue-tsc": "0.38.5",
"vue-tsc": "0.38.9",
"vuex": "4.0.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 19864bb

Please sign in to comment.