Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 7, 2023
1 parent a11c14c commit f2c0322
Show file tree
Hide file tree
Showing 2 changed files with 748 additions and 613 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,32 @@
],
"dependencies": {
"chalk": "4.1.2",
"commander": "9.4.1",
"commander": "10.0.0",
"cosmiconfig": "8.0.0",
"expect-more": "1.2.1",
"expect-more": "1.3.0",
"fp-ts": "2.13.1",
"fs-extra": "11.1.0",
"glob": "8.0.3",
"minimatch": "5.1.2",
"glob": "8.1.0",
"minimatch": "6.1.6",
"read-yaml-file": "2.1.0",
"semver": "7.3.8"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/glob": "8.0.0",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@types/fs-extra": "11.0.1",
"@types/glob": "8.0.1",
"@types/jest": "29.4.0",
"@types/node": "18.11.19",
"@types/semver": "7.3.13",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.31.0",
"eslint-plugin-import": "2.26.0",
"expect-more-jest": "5.4.2",
"jest": "29.3.1",
"prettier": "2.8.1",
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"typescript": "4.9.4"
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"eslint": "8.33.0",
"eslint-plugin-import": "2.27.5",
"expect-more-jest": "5.5.0",
"jest": "29.4.1",
"prettier": "2.8.3",
"rimraf": "4.1.2",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit f2c0322

Please sign in to comment.