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 Jul 2, 2023
1 parent 1c1be99 commit bf432a7
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 134 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,33 +41,33 @@
"enquirer": "2.3.6",
"fs-extra": "11.1.1",
"globby": "11.1.0",
"minimatch": "9.0.1",
"minimatch": "9.0.2",
"ora": "5.4.1",
"prompts": "2.4.2",
"read-yaml-file": "2.1.0",
"semver": "7.5.2",
"semver": "7.5.3",
"tightrope": "0.1.0",
"ts-toolbelt": "9.6.0"
},
"devDependencies": {
"@tsconfig/node18": "2.0.1",
"@tsconfig/node18": "18.2.0",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.2",
"@types/node": "14.18.36",
"@types/prompts": "2.4.4",
"@types/semver": "7.5.0",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"eslint": "8.43.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint": "8.44.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.2",
"expect-more-jest": "5.5.0",
"jest": "29.5.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit bf432a7

Please sign in to comment.