Skip to content

Commit

Permalink
fix: types export bug
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Sep 26, 2023
1 parent 1310ebd commit 4e8c3dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"stwui"
],
"license": "MIT",
"version": "0.18.2-next",
"version": "0.17.4-next",
"repository": {
"type": "git",
"url": "https://github.com/N00nDay/stwui"
Expand All @@ -38,7 +38,7 @@
"@commitlint/config-conventional": "^17.7.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/kit": "^1.25.1",
"@sveltejs/package": "^2.2.2",
"@tailwindcss/forms": "^0.5.6",
"@testing-library/dom": "^9.3.1",
Expand All @@ -57,10 +57,10 @@
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"svelte2tsx": "^0.6.21",
"svelte2tsx": "^0.6.22",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
Expand All @@ -71,9 +71,9 @@
"type": "module",
"types": "index.d.ts",
"dependencies": {
"@floating-ui/dom": "^1.5.2",
"@floating-ui/dom": "^1.5.3",
"color": "^4.2.3",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"nanoid": "^4.0.2",
"randomcolor": "^0.6.2",
"tailwind-merge": "^1.14.0",
Expand Down
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const config: UserConfig = {
globals: true,
environment: 'jsdom',
exclude: [...configDefaults.exclude, '**/package/**', '**/build/**']
},
optimizeDeps: {
include: ['dayjs', 'tailwind-merge', 'highlight.js', 'tippy.js', '@floating-ui/dom']
}
};

Expand Down

1 comment on commit 4e8c3dc

@vercel
Copy link

@vercel vercel bot commented on 4e8c3dc Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stwui – ./

stwui.vercel.app
stwui-git-main-n00nday.vercel.app
stwui-n00nday.vercel.app

Please sign in to comment.