Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Sep 29, 2024
1 parent c3fbca5 commit 24402fc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 247 deletions.
251 changes: 17 additions & 234 deletions package-lock.json

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

24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,27 @@
"dependencies": {
"@datastructures-js/priority-queue": "^6.3.1",
"@graph-algorithm/minimum-cut": "^2.0.0",
"@inquirer/core": "^9.2.1",
"@inquirer/prompts": "^6.0.1",
"@shahata/inquirer-timeout-confirm-prompt": "^1.0.0",
"chart.js": "^4.4.3",
"@shahata/inquirer-timeout-confirm-prompt": "^1.0.1",
"chart.js": "^4.4.4",
"combinatorial-generators": "^1.1.2",
"es-module-shims": "^1.10.0",
"node-forge": "^1.3.1",
"progress": "^2.0.3",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@playwright/browser-chromium": "^1.44.1",
"@types/jest": "^29.5.12",
"eslint": "^9.4.0",
"@playwright/browser-chromium": "^1.47.2",
"@types/jest": "^29.5.13",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"husky": "^9.1.6",
"jest": "^29.7.0",
"playwright": "^1.44.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0"
},
"jest": {
Expand Down

0 comments on commit 24402fc

Please sign in to comment.