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 Jun 4, 2022
1 parent 45e0cf1 commit 34c5d68
Show file tree
Hide file tree
Showing 2 changed files with 871 additions and 1,134 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@
],
"dependencies": {
"chalk": "4.1.2",
"commander": "9.2.0",
"commander": "9.3.0",
"cosmiconfig": "7.0.1",
"expect-more": "1.2.0",
"fp-ts": "2.12.1",
"fs-extra": "10.1.0",
"glob": "8.0.1",
"minimatch": "5.0.1",
"glob": "8.0.3",
"minimatch": "5.1.0",
"read-yaml-file": "2.1.0",
"semver": "7.3.7"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/jest": "27.4.1",
"@types/node": "17.0.31",
"@types/jest": "28.1.0",
"@types/node": "17.0.39",
"@types/semver": "7.3.9",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"eslint": "8.14.0",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"eslint": "8.17.0",
"eslint-plugin-import": "2.26.0",
"expect-more-jest": "5.4.0",
"jest": "27.5.1",
"jest": "28.1.0",
"prettier": "2.6.2",
"rimraf": "3.0.2",
"ts-jest": "27.1.4",
"typescript": "4.6.4"
"ts-jest": "28.0.4",
"typescript": "4.7.3"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 34c5d68

Please sign in to comment.