Skip to content

Commit

Permalink
chore: update to vue v3.2.44
Browse files Browse the repository at this point in the history
Also adds some cast for global properties, as we are impacted by vuejs/core@506a42a
  • Loading branch information
cexbrayat committed Nov 10, 2022
1 parent 329ca36 commit c2c3fa3
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 123 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -34,10 +34,10 @@
"@vitejs/plugin-vue": "3.2.0",
"@vitejs/plugin-vue-jsx": "2.1.0",
"@vitest/coverage-c8": "0.25.1",
"@vue/compat": "3.2.41",
"@vue/compiler-dom": "3.2.41",
"@vue/compiler-sfc": "3.2.41",
"@vue/runtime-core": "3.2.41",
"@vue/compat": "3.2.44",
"@vue/compiler-dom": "3.2.44",
"@vue/compiler-sfc": "3.2.44",
"@vue/runtime-core": "3.2.44",
"c8": "7.12.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
Expand All @@ -56,7 +56,7 @@
"vite": "3.2.2",
"vitepress": "0.22.4",
"vitest": "0.25.1",
"vue": "3.2.41",
"vue": "3.2.44",
"vue-class-component": "8.0.0-rc.1",
"vue-router": "4.1.6",
"vue-tsc": "1.0.9",
Expand Down

0 comments on commit c2c3fa3

Please sign in to comment.