Skip to content

Commit

Permalink
downgrade to typescript 5.3.3 for compat reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Apr 1, 2024
1 parent 0629bb3 commit b53df56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"build": "vite build && tsc",
"prepublishOnly": "vite build && tsc && typedoc --skipErrorChecking src/*",
"test": "playwright test",
"lint": "eslint src"
"lint": "eslint src",
"docs": "typedoc --out docs src/deepscatter.ts"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -88,7 +89,7 @@
"svelte": "^4.2.12",
"terser": "^5.28.1",
"typedoc": "^0.25.8",
"typescript": "^5.4.3",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}

0 comments on commit b53df56

Please sign in to comment.