Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Oct 12, 2022
1 parent be52b4d commit 1a2c595
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 61 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -23,13 +23,14 @@
"js-base64": "^3.7.2",
"vue": "^3.2.40"
},
"//": "@types/node:18.8.0 -> https://github.com/vuejs/core/pull/6855",
"devDependencies": {
"@prettier/plugin-pug": "^2.2.0",
"@rushstack/eslint-patch": "^1.2.0",
"@types/bootstrap": "^5.2.5",
"@types/node": "^18.8.4",
"@types/node": "18.8.0",
"@vitejs/plugin-vue": "^3.1.2",
"@volar/vue-language-plugin-pug": "^1.0.3",
"@volar/vue-language-plugin-pug": "^1.0.6",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.25.0",
Expand All @@ -39,6 +40,6 @@
"sass": "^1.55.0",
"typescript": "^4.8.4",
"vite": "^3.1.7",
"vue-tsc": "^1.0.3"
"vue-tsc": "^1.0.6"
}
}
117 changes: 59 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a2c595

Please sign in to comment.