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 Oct 10, 2021
1 parent f165c1d commit fdef0a2
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 425 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,33 @@
],
"dependencies": {
"chalk": "4.1.2",
"commander": "8.1.0",
"cosmiconfig": "7.0.0",
"expect-more": "1.1.0",
"fp-ts": "2.11.2",
"commander": "8.2.0",
"cosmiconfig": "7.0.1",
"expect-more": "1.2.0",
"fp-ts": "2.11.4",
"fs-extra": "10.0.0",
"glob": "7.1.7",
"glob": "7.2.0",
"read-yaml-file": "2.1.0",
"semver": "7.3.5"
},
"devDependencies": {
"@types/fs-extra": "9.0.12",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.1.4",
"@types/jest": "26.0.24",
"@types/jest": "27.0.2",
"@types/mock-fs": "4.13.1",
"@types/node": "16.4.13",
"@types/node": "16.10.3",
"@types/semver": "7.3.8",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"eslint": "7.32.0",
"expect-more-jest": "5.3.0",
"jest": "27.0.6",
"mock-fs": "5.0.0",
"expect-more-jest": "5.4.0",
"jest": "27.2.5",
"mock-fs": "5.1.1",
"organize-imports-cli": "0.8.0",
"prettier": "2.3.2",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"ts-jest": "27.0.4",
"typescript": "4.3.5"
"ts-jest": "27.0.5",
"typescript": "4.4.3"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit fdef0a2

Please sign in to comment.