File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 8888 "sass" : " ^1.57.1" ,
8989 "start-server-and-test" : " ^2.0.4" ,
9090 "storybook" : " ^8.1.11" ,
91- "typescript" : " ~ 5.4.0" ,
91+ "typescript" : " ^ 5.4.0" ,
9292 "vite" : " ^5.3.1" ,
9393 "vite-bundle-analyzer" : " ^0.15.2" ,
9494 "vite-plugin-vue-devtools" : " ^7.6.8" ,
Original file line number Diff line number Diff line change 11<script lang="ts" setup>
22import highlightPlugin from ' @highlightjs/vue-plugin'
3- import isString from ' lodash.isString '
3+ import isString from ' lodash.isstring '
44import { ref , computed } from ' vue'
55import { IconSvg } from ' ../icon-svg'
66
Original file line number Diff line number Diff line change 11<script lang="ts" setup>
2- import isString from ' lodash.isString '
2+ import isString from ' lodash.isstring '
33import { computed } from ' vue'
44import { type EventType , type NormalizedEvent , RouteName } from ' ../../types'
55import { IconSvg } from ' ../icon-svg'
Original file line number Diff line number Diff line change 11<script lang="ts" setup>
2- import isString from ' lodash.isString '
2+ import isString from ' lodash.isstring '
33import { computed , onMounted } from ' vue'
44import { callSfDump } from ' ../../lib/vendor/sf-dumper'
55import { CodeSnippet } from ' ../code-snippet'
Original file line number Diff line number Diff line change @@ -6905,16 +6905,11 @@ typed-array-length@^1.0.7:
69056905 possible-typed-array-names "^1.0.0"
69066906 reflect.getprototypeof "^1.0.6"
69076907
6908- typescript@^5.0.0 :
6908+ typescript@^5.0.0, typescript@^5.4.0 :
69096909 version "5.7.2"
69106910 resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
69116911 integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
69126912
6913- typescript@~5.4.0 :
6914- version "5.4.5"
6915- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
6916- integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
6917-
69186913ufo@^1.5.4 :
69196914 version "1.5.4"
69206915 resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754"
You can’t perform that action at this time.
0 commit comments