Skip to content

Commit

Permalink
minor: cleaned dependencies, silenced warning, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-prime committed Jan 23, 2024
1 parent 940cf44 commit 6ea01a2
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1,101 deletions.
1 change: 1 addition & 0 deletions packages/ui/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ esbuild
],
logOverride: {
"unsupported-css-nesting": "silent",
"import-is-undefined" : "silent", // warning: Import "Inter" will always be undefined <== not actually true in host context
},
})
.catch((error) => {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxdefi/ui",
"version": "0.1.41",
"version": "0.1.42",
"description": "Library that contains shared UI primitives, styles, and core types",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down Expand Up @@ -52,13 +52,11 @@
"@tailwindcss/container-queries": "^0.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"esbuild-style-plugin": "^1.6.3",
"lodash.castarray": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.307.0",
"markdown-to-jsx": "^7.3.2",
"path": "^0.12.7",
"postcss-selector-parser": "^6.0.13",
"react-device-detect": "^2.2.3",
"react-hook-form": "^7.47.0",
Expand Down Expand Up @@ -86,6 +84,8 @@
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"esbuild": "^0.17.19",
"esbuild-style-plugin": "^1.6.3",
"path": "^0.12.7",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 6ea01a2

Please sign in to comment.