Skip to content

Commit

Permalink
chore: update dependencies and improve cspell configuration
Browse files Browse the repository at this point in the history
- Updated dependencies in package.json and pnpm-lock.yaml, including sveltekit-embed (0.0.18), typescript-eslint (8.21.0), and vite (6.0.9).
- Added new entries to cspell configuration files for improved spell checking: 'jinaai' in code.txt and 'Glama', 'Jina', and 'Tavily' in names.txt.
- Deleted outdated post on using MCP tools with Claude and Cline, and added a new comprehensive post on the same topic, enhancing documentation for users.
  • Loading branch information
spences10 committed Jan 20, 2025
1 parent 07e5064 commit fde196b
Show file tree
Hide file tree
Showing 6 changed files with 547 additions and 177 deletions.
1 change: 1 addition & 0 deletions .cspell/code.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ iframe
incr
injectglobal
isearch
jinaai
KeyframeEffect
keyframes
keygen
Expand Down
3 changes: 3 additions & 0 deletions .cspell/names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Garropy
gatsbyjs
geoff
geoffrich
Glama
Googlebot
googlefacts
gradientmagic
Expand Down Expand Up @@ -125,6 +126,7 @@ jamiebradley
Jamstack
Jaoude
Jeda
Jina
josefaidt
Josefine
Kagi
Expand Down Expand Up @@ -258,6 +260,7 @@ Swanley
Tailblocks
tailwind
tailwindcss
Tavily
Tejas
Termageddon
thelocalhost
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"svead": "^0.0.12",
"svelte": "^5.19.0",
"svelte-check": "^4.1.4",
"sveltekit-embed": "^0.0.16",
"sveltekit-embed": "^0.0.18",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"typescript-eslint": "^8.21.0",
"unist-util-visit": "5.0.0",
"vite": "^6.0.7",
"vite": "^6.0.9",
"vitest": "^3.0.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit fde196b

Please sign in to comment.