[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vue3-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update devdependency @types/jest to v27.0.2 (#79)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

authored by

renovate[bot]
Renovate Bot
and committed by
GitHub
(Sep 22, 2021, 8:54 PM +0100) bf9116a1 8af20a34

+5 -5
+1 -1
package.json
··· 55 55 "@nuxtjs/eslint-config-typescript": "6.0.1", 56 56 "@release-it/conventional-changelog": "3.3.0", 57 57 "@types/fs-extra": "9.0.12", 58 - "@types/jest": "27.0.1", 58 + "@types/jest": "27.0.2", 59 59 "babel-eslint": "latest", 60 60 "babel-jest": "27.2.1", 61 61 "eslint": "7.32.0",
+4 -4
yarn.lock
··· 2307 2307 dependencies: 2308 2308 "@types/istanbul-lib-report" "*" 2309 2309 2310 - "@types/jest@27.0.1": 2311 - version "27.0.1" 2312 - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.1.tgz#fafcc997da0135865311bb1215ba16dba6bdf4ca" 2313 - integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw== 2310 + "@types/jest@27.0.2": 2311 + version "27.0.2" 2312 + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7" 2313 + integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA== 2314 2314 dependencies: 2315 2315 jest-diff "^27.0.0" 2316 2316 pretty-format "^27.0.0"