Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Oct 29, 2020
1 parent 7478675 commit 65adb78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"@wavevision/coding-standard": "^5.2.1",
"babel-jest": "^26",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.0.9",
"cross-env": "^7.0.0",
Expand Down Expand Up @@ -83,8 +82,8 @@
"prettier-fix": "yarn prettier --write",
"preversion": "run-s fix make",
"test": "jest --runInBand",
"test-coverage": "yarn jest --coverage || true",
"test-coverage-report": "yarn jest --coverage && cat temp/coverage/ts/lcov.info | coveralls",
"test-coverage": "yarn test --coverage",
"test-coverage-report": "yarn jest-coverage && cat temp/coverage/ts/lcov.info | coveralls",
"ts": "tsc --noEmit",
"ts-build": "tsc --project tsconfig.build.json"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,7 @@ axobject-query@^2.2.0:
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==

babel-jest@^26, babel-jest@^26.6.1:
babel-jest@^26.6.1:
version "26.6.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.1.tgz#07bd7bec14de47fe0f2c9a139741329f1f41788b"
integrity sha512-duMWEOKrSBYRVTTNpL2SipNIWnZOjP77auOBMPQ3zXAdnDbyZQWU8r/RxNWpUf9N6cgPFecQYelYLytTVXVDtA==
Expand Down

0 comments on commit 65adb78

Please sign in to comment.