Skip to content

Commit

Permalink
build(jest): upgrade jest to 25 (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Apr 23, 2020
1 parent 2a93203 commit cafcb9c
Show file tree
Hide file tree
Showing 2 changed files with 1,266 additions and 571 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/expect-puppeteer": "^3.3.1",
"@types/jest": "^24.0.18",
"@types/jest": "^25.2.1",
"@types/jest-environment-puppeteer": "^4.3.1",
"@types/jest-image-snapshot": "^2.8.0",
"@types/jest-image-snapshot": "^2.12.0",
"@types/lodash": "^4.14.121",
"@types/luxon": "^1.11.1",
"@types/moment-timezone": "^0.5.12",
Expand Down Expand Up @@ -127,13 +127,13 @@
"eslint-plugin-unicorn": "^17.2.0",
"geckodriver": "^1.19.1",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-environment-jsdom-fourteen": "^0.1.0",
"jest-extended": "^0.11.2",
"jest-image-snapshot": "^2.11.0",
"jest-matcher-utils": "^24.9.0",
"jest-puppeteer": "^4.3.0",
"jest-puppeteer-docker": "^1.2.0",
"jest": "^25.4.0",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest-extended": "^0.11.5",
"jest-image-snapshot": "^3.1.0",
"jest-matcher-utils": "^25.4.0",
"jest-puppeteer": "^4.4.0",
"jest-puppeteer-docker": "^1.3.2",
"lodash": "^4.17.15",
"lorem-ipsum": "^2.0.3",
"luxon": "^1.11.3",
Expand All @@ -156,7 +156,7 @@
"semantic-release": "^16.0.1",
"semantic-release-slack-bot": "^1.4.0",
"style-loader": "^0.23.1",
"ts-jest": "^24.1.0",
"ts-jest": "^25.4.0",
"ts-loader": "^6.2.1",
"ts-prune": "^0.3.0",
"typescript": "^3.7.2",
Expand Down
Loading

0 comments on commit cafcb9c

Please sign in to comment.