Skip to content

Commit

Permalink
chore(deps-dev): bump dependencies in the sveltekit project (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Oct 13, 2023
1 parent 42994e4 commit e7e0a4d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 53 deletions.
79 changes: 34 additions & 45 deletions projects/sveltekit-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions projects/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@maxgraph/core": "0.4.0"
},
"devDependencies": {
"@maxgraph/core": "^0.4.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"@sveltejs/adapter-auto": "~2.1.0",
"@sveltejs/kit": "~1.25.2",
"svelte": "~4.2.1",
"svelte-check": "~3.5.1",
"tslib": "~2.6.2",
"typescript": "~5.2.2",
"vite": "~4.4.11"
},
"type": "module"
}

0 comments on commit e7e0a4d

Please sign in to comment.