fix: regression with missing lucide icon pack
Add `@iconify-json/lucide` as a dev dependency to all packages that consume `unplugin-icons`.
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
"vue-tippy": "6.0.0-alpha.58"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hoppscotch-backend": "workspace:^",
|
||||
"@graphql-codegen/cli": "3.0.0",
|
||||
"@graphql-codegen/client-preset": "2.1.0",
|
||||
"@graphql-codegen/introspection": "3.0.0",
|
||||
@@ -57,6 +56,7 @@
|
||||
"@graphql-codegen/typescript-document-nodes": "3.0.0",
|
||||
"@graphql-codegen/typescript-operations": "3.0.0",
|
||||
"@graphql-codegen/urql-introspection": "2.2.1",
|
||||
"@iconify-json/lucide": "1.1.144",
|
||||
"@import-meta-env/cli": "0.6.3",
|
||||
"@import-meta-env/unplugin": "0.4.8",
|
||||
"@types/lodash-es": "4.17.12",
|
||||
@@ -64,6 +64,7 @@
|
||||
"@vue/compiler-sfc": "3.2.45",
|
||||
"dotenv": "16.3.1",
|
||||
"graphql-tag": "2.12.6",
|
||||
"hoppscotch-backend": "workspace:^",
|
||||
"npm-run-all": "4.1.5",
|
||||
"sass": "1.58.0",
|
||||
"ts-node": "10.9.1",
|
||||
|
||||
Reference in New Issue
Block a user