Skip to content

Commit

Permalink
chore: add changeset and dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Apr 2, 2024
1 parent 2fc5ba5 commit 4e14755
Show file tree
Hide file tree
Showing 4 changed files with 1,952 additions and 262 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
14 changes: 14 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{ "repo": "themesberg/flowbite-svelte-blocks" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@
"package:publish": "npm run lib-helpers && standard-version && git push --follow-tags origin main && npm publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@floating-ui/dom": "^1.6.3",
"@playwright/test": "^1.42.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/package": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -50,20 +52,20 @@
"mdsvex": "^0.11.0",
"mdsvexamples": "^0.4.1",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.2",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"publint": "^0.2.7",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"svelte-check": "^3.6.9",
"svelte-lib-helpers": "^0.4.5",
"svelte-meta-tags": "^3.1.1",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^0.34.6"
"vite": "^5.2.7",
"vitest": "^1.4.0"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0"
Expand Down
Loading

0 comments on commit 4e14755

Please sign in to comment.