Skip to content

Commit

Permalink
fixing package
Browse files Browse the repository at this point in the history
  • Loading branch information
pinotalexandre committed Nov 28, 2024
1 parent 39e0e2e commit 63725ac
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 14 deletions.
292 changes: 286 additions & 6 deletions sparkle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.326",
"version": "0.2.327",
"scripts": {
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
Expand Down Expand Up @@ -45,8 +45,7 @@
"@storybook/testing-library": "^0.2.2",
"@svgr/cli": "^8.0.1",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^9.0.6",
Expand All @@ -72,7 +71,7 @@
"rollup-plugin-postcss": "^4.0.2",
"sass-loader": "^13.3.2",
"storybook": "^7.6.20",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.2.4",
"tailwindcss-animate": "^1.0.7",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5",
Expand All @@ -99,6 +98,7 @@
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^1.7.19",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
Expand All @@ -109,7 +109,7 @@
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-table": "^8.13.0",
"class-variance-authority": "^0.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emoji-mart": "^5.5.2",
"lottie-react": "^2.4.0",
Expand All @@ -128,6 +128,5 @@
"tailwind-scrollbar-hide": "^1.1.7",
"unist-util-visit": "^5.0.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"keywords": []
}
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 63725ac

Please sign in to comment.