Skip to content

Commit

Permalink
update packages, release covers bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Jun 23, 2021
1 parent fbe178a commit 8330fc4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@types/diff": "^5.0.0",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.3",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"assemblyscript": "^0.19.3",
"coveralls": "^3.1.0",
"eslint": "^7.28.0",
"jest": "^27.0.4",
"eslint": "^7.29.0",
"jest": "^27.0.5",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/jtenner/as-pect#readme",
"dependencies": {
"@as-covers/core": "0.1.1",
"@as-covers/core": "0.1.2",
"@as-pect/assembly": "^6.2.0",
"@as-pect/core": "^6.2.0",
"chalk": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"assemblyscript": "^0.19.3"
},
"devDependencies": {
"jest": "^27.0.4",
"jest": "^27.0.5",
"ts-jest": "^27.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"devDependencies": {
"@types/nearley": "^2.11.1",
"jest": "^27.0.4",
"jest": "^27.0.5",
"ts-jest": "^27.0.3"
},
"dependencies": {
Expand Down

0 comments on commit 8330fc4

Please sign in to comment.