Skip to content

Commit

Permalink
Update all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
lyssieth committed Jan 23, 2024
1 parent 693ded6 commit ec330ec
Show file tree
Hide file tree
Showing 3 changed files with 694 additions and 549 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,30 @@
"check-lint": "pnpm sync && pnpm format && pnpm lint && pnpm check"
},
"devDependencies": {
"@fontsource/montserrat": "^5.0.8",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.2",
"@fontsource/montserrat": "^5.0.16",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.4.3",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.67.0",
"svelte": "^4.2.1",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"sass": "^1.70.0",
"svelte": "^4.2.9",
"svelte-adapter-deno": "^0.9.0",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"svelte-check": "^3.6.3",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"type": "module",
"dependencies": {
"@fontsource/inter": "^5.0.8"
"@fontsource/inter": "^5.0.16"
}
}
Loading

0 comments on commit ec330ec

Please sign in to comment.