Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jul 19, 2024
1 parent adfd964 commit e802806
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
exclude: ^changelog.md|.*/(structures|molecules)/.*\.json|.py$

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.5.0
rev: v9.7.0
hooks:
- id: eslint
types: [file]
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@iconify/svelte": "^4.0.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/kit": "^2.5.18",
"@threlte/core": "7.3.1",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
Expand All @@ -34,14 +34,14 @@
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-shape": "^3.2.0",
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"svelte": "4.2.18",
"svelte-multiselect": "^10.3.0",
"svelte-zoo": "^0.4.10",
"three": "^0.165.0"
"three": "^0.166.1"
},
"devDependencies": {
"@playwright/test": "^1.45.0",
"@playwright/test": "^1.45.2",
"@sveltejs/adapter-static": "3.0.2",
"@sveltejs/package": "^2.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
Expand All @@ -52,29 +52,29 @@
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-shape": "^3.1.6",
"@types/three": "^0.165.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.5.0",
"eslint-plugin-svelte": "^2.41.0",
"@types/three": "^0.166.0",
"@vitest/coverage-v8": "^2.0.3",
"eslint": "^9.7.0",
"eslint-plugin-svelte": "^2.43.0",
"hastscript": "^9.0.0",
"jsdom": "^24.1.0",
"mdsvex": "^0.11.2",
"mdsvexamples": "^0.4.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex-svelte": "^1.2.0",
"rehype-slug": "^6.0.0",
"remark-math": "3.0.0",
"sharp": "^0.33.4",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.1",
"svelte-preprocess": "^6.0.2",
"svelte-toc": "^0.5.9",
"svelte2tsx": "^0.7.13",
"typescript": "5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.2",
"vitest": "^1.6.0"
"typescript": "5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.4",
"vitest": "^2.0.3"
},
"keywords": [
"svelte",
Expand Down

0 comments on commit e802806

Please sign in to comment.