Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Apr 22, 2024
1 parent 40d7a86 commit 816bcd9
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 180 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"devDependencies": {
"@iconify/svelte": "^3.1.6",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/promise-fs": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.37.0",
Expand All @@ -34,7 +34,7 @@
"svelte-fast-dimension": "^1.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.9"
"vite": "^5.2.10"
},
"type": "module",
"dependencies": {
Expand All @@ -46,7 +46,7 @@
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.26.3",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource-variable/inter": "^5.0.18",
"@jaames/iro": "^5.5.2",
"codemirror": "^6.0.1",
"d3-array": "^3.2.4",
Expand All @@ -65,6 +65,6 @@
"svelte-dnd-action": "^0.9.43",
"svelte-modals": "^1.3.0",
"svelte-ripple": "^0.1.1",
"svelte-tiny-virtual-list": "^2.0.5"
"svelte-tiny-virtual-list": "^2.1.0"
}
}
Loading

0 comments on commit 816bcd9

Please sign in to comment.