Skip to content

Commit

Permalink
cfpでのデプロイ用にプリレンダリングしてみる&アップグレード
Browse files Browse the repository at this point in the history
  • Loading branch information
kiharu3112 committed May 4, 2024
1 parent b9ded86 commit a6d9e6d
Show file tree
Hide file tree
Showing 8 changed files with 533 additions and 110 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,26 @@
"test:unit": "vitest"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.27.4",
"@playwright/test": "^1.43.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/markdown-it": "^14.1.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2"
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.15",
"svelte-check": "^3.6.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^5.2.11",
"vitest": "^0.32.4"
},
"type": "module",
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit a6d9e6d

Please sign in to comment.