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 Jun 28, 2023
1 parent 13a4342 commit 8c5a22d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@
"test:demo": "cd test/fixture && node demo.js"
},
"devDependencies": {
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-tjw-jsdoc": "^1.0.3",
"gh-pages": "^5.0.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"prettier": "^2.8.6",
"prettier": "^2.8.8",
"selenium-webdriver": "^4.10.0",
"vitepress": "^1.0.0-beta.2"
"vitepress": "^1.0.0-beta.3"
},
"dependencies": {
"cli-progress": "^3.12.0",
"compressing": "^1.9.0",
"glob": "^10.2.7",
"glob": "^10.3.1",
"plist": "^3.0.6",
"rcedit": "^3.0.1",
"winston": "^3.8.2",
"yargs": "^17.7.1"
"winston": "^3.9.0",
"yargs": "^17.7.2"
},
"bin": {
"nwbuild": "./src/cli.js"
Expand Down

0 comments on commit 8c5a22d

Please sign in to comment.