Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a92d09d

Browse files
committed
ci: update lockfile
1 parent fe2fbc4 commit a92d09d

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"ts-jest": "^26.5.0",
131131
"ts-node": "^9.0.0",
132132
"typescript": "^4.1.3",
133-
"vite": "^2.2.4",
133+
"vite": "^2.3.8",
134134
"vite-plugin-components": "^0.8.3",
135135
"vite-plugin-pages": "^0.9.2",
136136
"vitepress": "^0.12.0",

website/src/docs-theme/components/AppHeader.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ const height = ref(0)
8686
onMounted(() => {
8787
height.value = headerRef.value?.$el.getBoundingClientRect().height ?? 0
8888
})
89-
90-
watchEffect(() => {
91-
console.log({ y: y.value })
92-
console.log({ height: height.value })
93-
})
9489
</script>
9590

9691
<style></style>

website/src/docs-theme/components/Logo.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@
3737
<script setup lang="ts">
3838
import { useColorModeValue } from '@chakra-ui/c-color-mode'
3939
40-
const fill = useColorModeValue('#2D3748', '#fff')
41-
console.log({ fill })
40+
useColorModeValue('#2D3748', '#fff')
4241
</script>

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14373,7 +14373,7 @@ vite@^2.0.0-beta.70:
1437314373
optionalDependencies:
1437414374
fsevents "~2.3.1"
1437514375

14376-
vite@^2.2.4:
14376+
vite@^2.2.4, vite@^2.3.8:
1437714377
version "2.3.8"
1437814378
resolved "https://registry.yarnpkg.com/vite/-/vite-2.3.8.tgz#42e3e03953859fd410e4e6ab3d1cca0aab2adc3c"
1437914379
integrity sha512-QiEx+iqNnJntSgSF2fWRQvRey9pORIrtNJzNyBJXwc+BdzWs83FQolX84cTBo393cfhObrtWa6180dAa4NLDiQ==

0 commit comments

Comments
 (0)