Skip to content

Commit

Permalink
Merge pull request #12 from ssssota/hotfix/#10-sveltekit-fixed
Browse files Browse the repository at this point in the history
#10 対応
  • Loading branch information
ssssota committed May 21, 2022
2 parents a0beca2 + adff77e commit e1645f4
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 114 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "1.0.0-next.327",
"@sveltejs/kit": "next",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
"@testing-library/svelte": "^3.1.1",
"@types/mermaid": "^8.2.9",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitest/ui": "^0.9.4",
"c8": "^7.11.2",
"c8": "^7.11.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
Expand All @@ -48,7 +48,7 @@
"typescript": "~4.6.4",
"vite": "^2.9.9",
"vite-tsconfig-paths": "^3.4.1",
"vitest": "^0.12.6",
"vitest": "^0.12.8",
"water.css": "^2.1.1"
},
"type": "module",
Expand Down

0 comments on commit e1645f4

Please sign in to comment.