Skip to content

Commit

Permalink
chore(deps): update all dependencies (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 21, 2024
1 parent 0bd3cd0 commit aa2772d
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 127 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/kit": "2.5.17",
"@types/better-sqlite3": "7.6.10",
"@sveltejs/kit": "2.5.18",
"@types/better-sqlite3": "7.6.11",
"@types/js-cookie": "3.0.6",
"@types/katex": "0.16.7",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "9.5.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte3": "4.0.0",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.5",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"svelte": "4.2.18",
"svelte-check": "3.8.1",
"svelte-preprocess": "6.0.1",
"svelte-check": "3.8.4",
"svelte-preprocess": "6.0.2",
"tslib": "2.6.3",
"typescript": "5.5.2",
"typescript": "5.5.3",
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"js-cookie": "3.0.5",
"katex": "0.16.10"
"katex": "0.16.11"
},
"engines": {
"node": "^20.0.0"
Expand Down
Loading

0 comments on commit aa2772d

Please sign in to comment.