Skip to content

Commit

Permalink
add typescript dep
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 6, 2024
1 parent 616aab6 commit 4dc8ce9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"devDependencies": {
"@types/node": "^20.11.17",
"@types/node-fetch": "^2.6.11",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}
1 change: 1 addition & 0 deletions examples/ssr-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"type": "module",
"devDependencies": {
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}
1 change: 1 addition & 0 deletions examples/with-vike-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"type": "module",
"devDependencies": {
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}
1 change: 1 addition & 0 deletions examples/with-vue-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"type": "module",
"devDependencies": {
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}
1 change: 1 addition & 0 deletions packages/vike-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@brillout/release-me": "^0.1.14",
"@types/node": "^20.11.17",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.3.3",
"vike": "^0.4.165",
"vite": "^5.1.1",
"vite-plugin-dts": "^3.7.2",
Expand Down
15 changes: 15 additions & 0 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 4dc8ce9

Please sign in to comment.