Skip to content

Commit ea458ac

Browse files
Update dependencies including Vite. Should fix Windows parse5 bug and thus resolve #396.
1 parent 2ba2626 commit ea458ac

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Open the displayed local link in a browser.
2626
Developing on Windows is not recommended but possible with the following adaptions:
2727

2828
* Instead of `cp js/config.dist.ts js/config.ts`, do `copy js\config.dist.ts js\config.ts` or use the Explorer to copy the file.
29-
* There is [a bug in the underlying libraries](https://github.com/vitejs/vite/issues/10580) that prevents building SNIK Graph with Windows CRLF file endings. If your Git configuration automatically uses CRLF line endings on Windows you must currently convert them to LF.
3029
* lint-staged fails on Windows with "Current directory is not a git directory!". Skip the Husky commit hook with `git commit --no-verify`.
3130

3231
### Docker

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"type": "module",
77
"homepage": "https://github.com/snikproject/graph#readme",
88
"dependencies": {
9-
"@types/chai": "^4.3.3",
9+
"@types/chai": "^4.3.4",
1010
"@types/cytoscape": "^3.19.9",
1111
"@types/jquery": "^3.5.14",
1212
"@types/micromodal": "^0.3.3",
13-
"@types/node": "^18.11.4",
13+
"@types/node": "^18.11.9",
1414
"@types/stats": "^0.16.30",
15-
"chai": "^4.3.6",
15+
"chai": "^4.3.7",
1616
"cytoscape": "^3.23.0",
1717
"cytoscape-context-menus": "^4.1.0",
1818
"cytoscape-euler": "^1.2.2",
@@ -28,19 +28,19 @@
2828
"spin.js": "^4.1.1",
2929
"stats.js": "^0.17.0",
3030
"tippy.js": "^6.3.7",
31-
"typedoc": "^0.23.18",
31+
"typedoc": "^0.23.20",
3232
"typedoc-plugin-merge-modules": "^4.0.1",
33-
"vite": "^3.1.8",
34-
"vitest": "^0.24.3"
33+
"vite": "^3.2.3",
34+
"vitest": "^0.25.0"
3535
},
3636
"devDependencies": {
37-
"@typescript-eslint/eslint-plugin": "^5.40.1",
38-
"@typescript-eslint/parser": "^5.40.1",
37+
"@typescript-eslint/eslint-plugin": "^5.42.1",
38+
"@typescript-eslint/parser": "^5.42.1",
3939
"c8": "^7.12.0",
40-
"eslint": "^8.26.0",
40+
"eslint": "^8.27.0",
4141
"eslint-plugin-import": "^2.26.0",
4242
"eslint-plugin-tsdoc": "^0.2.17",
43-
"husky": "^8.0.1",
43+
"husky": "^8.0.2",
4444
"lint-staged": "^13.0.3",
4545
"prettier": "^2.7.1",
4646
"typescript": "^4.8.4"

0 commit comments

Comments
 (0)