Skip to content

Commit

Permalink
Merge pull request #42 from IanVS/jest-28
Browse files Browse the repository at this point in the history
feat: upgrade to jest 28
  • Loading branch information
igor-dv authored Nov 16, 2022
2 parents fa0459a + 64cfeb1 commit 6541884
Show file tree
Hide file tree
Showing 2 changed files with 1,294 additions and 1,588 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"cacheDirectory": "./.jest/cache"
},
"dependencies": {
"jest-snapshot": "^27.0.2"
"jest-snapshot": "^28.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^27.0.2",
"babel-jest": "^28.1.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
Expand All @@ -31,10 +31,10 @@
"eslint-plugin-json": "^2.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-teamcity": "^2.2.0",
"jest": "^27.0.3",
"jest": "^28.1.3",
"prettier": "^1.19.1"
},
"peerDependencies": {
"jest": ">= 27.0.0"
"jest": ">= 28.0.0"
}
}
Loading

0 comments on commit 6541884

Please sign in to comment.