Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpoli committed Oct 16, 2024
1 parent 946f581 commit 2db7518
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "honkoku-toolbox",
"private": true,
"version": "0.6.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "biome format --write .",
"lint": "biome lint --write .",
"version": "bumpp-version",
"generate:variants": "bun data/generateVariants.ts"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@neodrag/svelte": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tsconfig/svelte": "^5.0.4",
"@types/codemirror": "^5.60.15",
"bumpp-version": "^1.0.2",
"svelte": "^5.0.0-next.264",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-monkey": "^4.0.6"
},
"dependencies": {
"tippy.js": "^6.3.7"
}
"name": "honkoku-toolbox",
"private": true,
"version": "0.7.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "biome format --write .",
"lint": "biome lint --write .",
"version": "bumpp-version",
"generate:variants": "bun data/generateVariants.ts"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@neodrag/svelte": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tsconfig/svelte": "^5.0.4",
"@types/codemirror": "^5.60.15",
"bumpp-version": "^1.0.2",
"svelte": "^5.0.0-next.264",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-monkey": "^4.0.6"
},
"dependencies": {
"tippy.js": "^6.3.7"
}
}

0 comments on commit 2db7518

Please sign in to comment.