Skip to content

Commit

Permalink
Merge pull request #381 from mizdra/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mizdra authored Sep 28, 2024
2 parents f3575cf + 985b859 commit 2d5f9ae
Show file tree
Hide file tree
Showing 6 changed files with 269 additions and 282 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
"devDependencies": {
"@mizdra/eslint-config-mizdra": "2.1.0-alpha.0",
"@mizdra/inline-fixture-files": "^1.1.0",
"@mizdra/prettier-config-mizdra": "^1.0.0",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/strictest": "^2.0.2",
"@mizdra/prettier-config-mizdra": "^2.0.0",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint": "^8.56.12",
"@types/estraverse": "^5.1.6",
"@types/estree": "^1.0.5",
"@types/node": "^20.8.10",
"@types/yargs": "^17.0.29",
"dedent": "^1.5.1",
"@types/estraverse": "^5.1.7",
"@types/estree": "^1.0.6",
"@types/node": "^22.7.4",
"@types/yargs": "^17.0.33",
"dedent": "^1.5.3",
"eslint": "^8.57.0",
"npm-run-all2": "^5.0.0",
"prettier": "3.0.3",
"npm-run-all2": "^6.2.3",
"prettier": "3.3.3",
"stream-match": "^4.1.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"dependencies": {
"boxen": "^7.1.1",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"comlink": "^4.4.1",
"enquirer": "^2.4.1",
"estraverse": "^5.3.0",
"find-cache-dir": "^5.0.0",
"is-installed-globally": "^1.0.0",
"ora": "^7.0.1",
"table": "^6.8.1",
"ora": "^8.1.0",
"table": "^6.8.2",
"terminal-link": "^3.0.0",
"yargs": "^17.7.2"
},
Expand Down
Loading

0 comments on commit 2d5f9ae

Please sign in to comment.