Skip to content

Commit

Permalink
update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 19, 2024
1 parent 3f77496 commit cce11e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ ${await getVirtualFilePageConfigs(isForClientSide, isDev, id, isClientRouting, c
fileTypes
.filter((fileType) => fileType !== '.css')
.forEach((fileType) => {
assert(fileType !== '.css')
const { includeImport, includeExportNames } = determineInjection({
fileType,
isForClientSide,
Expand Down
2 changes: 1 addition & 1 deletion vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"semver": "^7.6.3",
"sirv": "^2.0.4",
"source-map-support": "^0.5.21",
"typescript": "^5.4.5",
"typescript": "^5.6.2",
"vite": "^5.4.0"
},
"scripts": {
Expand Down

0 comments on commit cce11e7

Please sign in to comment.