Skip to content

Commit

Permalink
Upgrade jest and np (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb-io authored Oct 5, 2021
1 parent 2400b73 commit cb0c2e6
Show file tree
Hide file tree
Showing 2 changed files with 533 additions and 1,304 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/babel__core": "^7.1.8",
"@types/is-dotdir": "^1.0.0",
"@types/is-dotfile": "^2.0.0",
"@types/jest": "^26.0.19",
"@types/jest": "^27.0.2",
"@types/node": "^14.0.11",
"@types/yargs": "^15.0.12",
"@typescript-eslint/eslint-plugin": "3",
Expand All @@ -57,10 +57,10 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "4",
"eslint-plugin-standard": "4",
"jest": "^26.6.3",
"np": "^7.2.0",
"jest": "^27.2.4",
"np": "^7.5.0",
"prettier": "^2.0.5",
"ts-jest": "^26.4.4",
"ts-jest": "^27.0.5",
"typescript": "^4.1.3"
},
"files": [
Expand Down
Loading

0 comments on commit cb0c2e6

Please sign in to comment.