Skip to content

Commit

Permalink
fix(packages): ts up and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bearkfear committed Sep 2, 2024
1 parent e08e41a commit 2ae3e80
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 197 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@continha/ui",
"version": "1.12.7",
"version": "1.12.8",
"private": false,
"repository": {
"type": "git",
Expand All @@ -17,6 +17,12 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist"],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.esm.js"
}
},
"peerDependencies": {
"@continha/formbuilder": "^1.3.1",
"@radix-ui/colors": "^3.0.0",
Expand Down Expand Up @@ -45,13 +51,13 @@
"react": "^18",
"react-day-picker": "^9.0.8",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-merge-refs": "^2.1.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"react-dropzone": "^14.2.3"
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand All @@ -66,20 +72,19 @@
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@swc/core": "^1.7.11",
"@swc/core": "^1.7.22",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.3.0",
"@types/react": "^18",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18",
"postcss": "^8",
"postcss": "^8.4.44",
"storybook": "^8.2.9",
"storybook-version": "^0.1.2",
"tailwindcss": "^3.4.10",
"tailwindcss-radix-colors": "^1.3.1",
"tsup": "^8.2.4",
"typescript": "^5"
},
"dependencies": {}
}
}
Loading

0 comments on commit 2ae3e80

Please sign in to comment.