@unlighthouse/client
Advanced tools
Comparing version 0.10.6 to 0.11.0
@@ -37,2 +37,5 @@ /* eslint-disable */ | ||
Container: typeof import('./components/Container.vue')['default'] | ||
CruxGraphCls: typeof import('./components/Crux/Graph/CruxGraphCls.vue')['default'] | ||
CruxGraphInp: typeof import('./components/Crux/Graph/CruxGraphInp.vue')['default'] | ||
CruxGraphLcp: typeof import('./components/Crux/Graph/CruxGraphLcp.vue')['default'] | ||
Dialog: typeof import('@headlessui/vue')['Dialog'] | ||
@@ -45,3 +48,2 @@ DialogOverlay: typeof import('@headlessui/vue')['DialogOverlay'] | ||
ErrorChip: typeof import('./components/Chip/ErrorChip.vue')['default'] | ||
ICarbonCaretRight: typeof import('~icons/carbon/caret-right')['default'] | ||
ICarbonChevronSort: typeof import('~icons/carbon/chevron-sort')['default'] | ||
@@ -48,0 +50,0 @@ ICarbonChevronSortDown: typeof import('~icons/carbon/chevron-sort-down')['default'] |
{ | ||
"name": "@unlighthouse/client", | ||
"version": "0.10.6", | ||
"version": "0.11.0", | ||
"description": "UI Client for Unlighthouse.", | ||
@@ -21,24 +21,32 @@ "license": "MIT", | ||
"dependencies": { | ||
"@headlessui/vue": "^1.7.17", | ||
"@headlessui/vue": "^1.7.19", | ||
"dayjs": "^1.11.10", | ||
"defu": "^6.1.4", | ||
"fuse.js": "^6.6.2", | ||
"fuse.js": "^7.0.0", | ||
"lightweight-charts": "^4.1.3", | ||
"lodash-es": "^4.17.21", | ||
"ufo": "^1.3.2", | ||
"vue": "^3.4.15" | ||
"ufo": "^1.4.0", | ||
"vue": "^3.4.21" | ||
}, | ||
"devDependencies": { | ||
"@iconify/json": "^2.2.171", | ||
"@iconify-json/carbon": "latest", | ||
"@iconify-json/ic": "latest", | ||
"@iconify-json/icomoon-free": "latest", | ||
"@iconify-json/la": "latest", | ||
"@iconify-json/logos": "latest", | ||
"@iconify-json/mdi": "latest", | ||
"@iconify-json/simple-line-icons": "latest", | ||
"@iconify-json/vscode-icons": "latest", | ||
"@types/lodash": "^4.14.202", | ||
"@types/node": "^20.11.5", | ||
"@types/three": "^0.160.0", | ||
"@vitejs/plugin-vue": "^2.3.4", | ||
"@vue/compiler-sfc": "^3.4.15", | ||
"@vueuse/core": "^10.7.2", | ||
"@vueuse/router": "^10.7.2", | ||
"date-fns": "^2.30.0", | ||
"three": "^0.138.3", | ||
"@vue/compiler-sfc": "^3.4.21", | ||
"@vueuse/core": "^10.9.0", | ||
"@vueuse/router": "^10.9.0", | ||
"date-fns": "^3.3.1", | ||
"three": "0.138.3", | ||
"troisjs": "^0.3.4", | ||
"typescript": "^5.3.3", | ||
"unplugin-auto-import": "^0.17.3", | ||
"unplugin-icons": "^0.18.2", | ||
"unplugin-auto-import": "^0.17.5", | ||
"unplugin-icons": "^0.18.5", | ||
"unplugin-vue-components": "^0.26.0", | ||
@@ -48,3 +56,3 @@ "vite": "^2.9.17", | ||
"vite-plugin-windicss": "^1.9.3", | ||
"@unlighthouse/core": "0.10.6" | ||
"@unlighthouse/core": "0.11.0" | ||
}, | ||
@@ -51,0 +59,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3080046
68045
8
25
1
+ Addeddayjs@^1.11.10
+ Addedlightweight-charts@^4.1.3
+ Addeddayjs@1.11.13(transitive)
+ Addedfancy-canvas@2.1.0(transitive)
+ Addedfuse.js@7.0.0(transitive)
+ Addedlightweight-charts@4.2.1(transitive)
- Removedfuse.js@6.6.2(transitive)
Updated@headlessui/vue@^1.7.19
Updatedfuse.js@^7.0.0
Updatedufo@^1.4.0
Updatedvue@^3.4.21