Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushman Chhabra committed Jul 10, 2023
1 parent 740729d commit 3071db1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 34 deletions.
65 changes: 37 additions & 28 deletions package-lock.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"scripts": {
"fmt": "prettier --write \"./**/*.{css,html,js,json,md,yml}\"",
"lnt": "eslint --config=cfg/eslint.config.cjs --fix src",
"jsdoc": "node cfg/jsdoc.config.cjs",
"doc:api": "jsdoc2md ./src/index.js > ./doc/api.md && jsdoc2md ./src/bld/linuxCfg.js > ./doc/api-nux.md && jsdoc2md ./src/bld/winCfg.js > ./doc/api-win.md && jsdoc2md ./src/bld/osxCfg.js > ./doc/api-osx.md",
"doc:api": "node cfg/jsdoc.config.cjs",
"doc:dev": "vitepress dev doc",
"doc:bld": "vitepress build doc",
"test:unit": "node --test-reporter=spec --test test/unit/index.js",
Expand All @@ -55,15 +54,15 @@
"gh-pages": "^5.0.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"selenium-webdriver": "^4.10.0",
"vitepress": "^1.0.0-beta.4"
"vitepress": "^1.0.0-beta.5"
},
"dependencies": {
"cli-progress": "^3.12.0",
"compressing": "^1.9.0",
"glob": "^10.3.1",
"plist": "^3.0.6",
"glob": "^10.3.3",
"plist": "^3.1.0",
"rcedit": "^3.0.1",
"winston": "^3.9.0",
"yargs": "^17.7.2"
Expand Down

0 comments on commit 3071db1

Please sign in to comment.