Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b570a54

Browse files
committedNov 21, 2024·
wip: fix vulns
1 parent 22817ae commit b570a54

File tree

2 files changed

+77
-1013
lines changed

2 files changed

+77
-1013
lines changed
 

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:fix": "eslint --fix .",
2424
"format": "prettier --write .",
2525
"docs:generate": "rimraf documentation-website/* && typedoc",
26-
"docs:serve": "live-server ./documentation-website"
26+
"docs:serve": "npx serve -s documentation-website -p 9999"
2727
},
2828
"author": "DittoLive Inc.",
2929
"license": "ISC",
@@ -71,7 +71,6 @@
7171
"karma-mocha-reporter": "^2.2.5",
7272
"karma-typescript": "^5.5.4",
7373
"karma-typescript-es6-transform": "^5.5.4",
74-
"live-server": "^1.2.1",
7574
"lodash": "^4.17.21",
7675
"mocha": "^10.1.0",
7776
"prettier": "3.2.5",
@@ -80,7 +79,7 @@
8079
"react": "^18.0.0",
8180
"react-dom": "^18.0.0",
8281
"react-test-renderer": "^18.0.0",
83-
"rimraf": "^5.0.5",
82+
"rimraf": "^6.0.1",
8483
"sinon": "^17.0.1",
8584
"sinon-chai": "^3.7.0",
8685
"typedoc": "^0.25.13",

‎yarn.lock

+75-1,010
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.