Skip to content

Commit

Permalink
Rename [slug] -> [notebook] and Update Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleidosium committed Apr 4, 2024
1 parent fd19f38 commit 4c5c9b8
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 250 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"deploy": "pnpm build && pnpx gh-pages -d build -t true"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.1",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -26,13 +26,13 @@
"gh-pages": "^6.1.1",
"mdsvex": "^0.11.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.1",
"sass": "^1.71.1",
"prettier-plugin-svelte": "^3.2.2",
"sass": "^1.74.1",
"svelte": "^4.2.12",
"svelte-check": "^3.6.4",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.3",
"vite": "^5.2.8"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 4c5c9b8

Please sign in to comment.