Skip to content

Commit

Permalink
chore: Update dependencies and remove unused dependencies (#524)
Browse files Browse the repository at this point in the history
* chore: Clean-up dependencies

* Bump eslint
  • Loading branch information
lachlancollins authored Dec 18, 2023
1 parent e66d169 commit 7daa4d9
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 272 deletions.
1 change: 0 additions & 1 deletion .github/actions/update-stars/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { writeFileSync } from 'node:fs';
import components from '../../../src/routes/components/components.json' assert { type: 'json' };
import templates from '../../../src/routes/templates/templates.json' assert { type: 'json' };
import tools from '../../../src/routes/tools/tools.json' assert { type: 'json' };
import { fetch } from 'undici';

const ghGraphQlUrl = 'https://api.github.com/graphql';
const gitlabGraphQlUrl = 'https://gitlab.com/api/graphql';
Expand Down
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,29 @@
"@macfja/svelte-persistent-store": "2.4.1",
"@sindresorhus/slugify": "^2.2.1",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/kit": "^2.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/itemsjs": "^2.1.6",
"@types/eslint": "^8.44.9",
"@types/node": "^20.10.4",
"@types/itemsjs": "^2.1.6",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"dayjs": "^1.11.10",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"graphql-request": "^3.7.0",
"highlight.js": "^11.6.0",
"highlight.js": "^11.9.0",
"itemsjs": "^2.1.24",
"mdsvex": "^0.11.0",
"package-name-regex": "^3.1.1",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"rehype-slug": "^5.1.0",
"rehype-slug": "^6.0.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-highlight": "^7.3.0",
"svelte-highlight": "^7.4.6",
"svelte-select": "^4.4.7",
"typescript": "^5.3.3",
"undici": "^5.28.2",
"vite": "^5.0.10",
"vitest": "^1.0.4",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit 7daa4d9

Please sign in to comment.