Skip to content

Commit

Permalink
sparkle version
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh committed Oct 25, 2023
1 parent 1023749 commit 01313ec
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 49 deletions.
174 changes: 127 additions & 47 deletions sparkle/package-lock.json

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

6 changes: 4 additions & 2 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.24",
"version": "0.2.25",
"scripts": {
"build": "rm -rf dist && rollup -c",
"build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
Expand Down Expand Up @@ -37,6 +37,7 @@
"@svgr/cli": "^8.0.1",
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.28",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "^10.4.14",
Expand All @@ -58,7 +59,8 @@
"sass-loader": "^13.3.2",
"storybook": "^7.4.6",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.3"
"typescript": "^5.0.3",
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down

0 comments on commit 01313ec

Please sign in to comment.