Skip to content

Commit

Permalink
fix(npm): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Apr 23, 2023
1 parent b9700af commit 91f4967
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 174 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
],
"dependencies": {
"chalk": "4.1.2",
"commander": "10.0.0",
"cosmiconfig": "8.0.0",
"fs-extra": "11.1.0",
"commander": "10.0.1",
"cosmiconfig": "8.1.3",
"fs-extra": "11.1.1",
"glob": "8.1.0",
"minimatch": "6.2.0",
"read-yaml-file": "2.1.0",
"semver": "7.3.8",
"semver": "7.5.0",
"tightrope": "0.1.0",
"zod": "3.20.6"
"zod": "3.21.4"
},
"devDependencies": {
"@tsconfig/node14": "1.0.3",
"@types/fs-extra": "11.0.1",
"@types/glob": "8.0.1",
"@types/jest": "29.4.0",
"@types/glob": "8.1.0",
"@types/jest": "29.5.1",
"@types/node": "14.18.36",
"@types/semver": "7.3.13",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"eslint": "8.34.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.39.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"expect-more-jest": "5.5.0",
"jest": "29.4.3",
"prettier": "2.8.4",
"rimraf": "4.1.2",
"ts-jest": "29.0.5",
"jest": "29.5.0",
"prettier": "2.8.8",
"rimraf": "4.4.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
Expand Down

0 comments on commit 91f4967

Please sign in to comment.