Skip to content

Commit

Permalink
Merge pull request #10669 from storybookjs/upgrade/jest
Browse files Browse the repository at this point in the history
Build: Upgrade jest to 26
  • Loading branch information
shilman committed May 8, 2020
2 parents 9b7d7d2 + 6183ea5 commit 875f7a5
Show file tree
Hide file tree
Showing 7 changed files with 524 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"corejs-upgrade-webpack-plugin": "^4.0.1",
"cross-spawn": "^7.0.1",
"fs-extra": "^9.0.0",
"jest": "^25.5.2",
"jest": "^26.0.0",
"jest-specific-snapshot": "^3.0.0",
"lit-element": "^2.2.1",
"lit-html": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"global": "^4.3.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.2",
"jest": "^25.5.2",
"jest": "^26.0.0",
"jest-preset-angular": "^7.1.0",
"protractor": "~5.4.4",
"ts-node": "~8.9.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"regenerator-runtime": "^0.13.3"
},
"devDependencies": {
"jest": "^25.5.2",
"jest": "^26.0.0",
"jest-specific-snapshot": "^3.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion lib/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"css": "^2.2.4",
"enzyme": "^3.9.0",
"jest": "^25.5.2",
"jest": "^26.0.0",
"jest-enzyme": "^7.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/postinstall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@hypnosphi/jscodeshift": "^0.6.4",
"jest": "^25.5.2",
"jest": "^26.0.0",
"jest-specific-snapshot": "^3.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"@types/webpack-env": "^1.15.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^25.5.1",
"babel-jest": "^26.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-dynamic-import-node": "^2.3.3",
Expand Down Expand Up @@ -185,7 +185,7 @@
"http-server": "^0.12.3",
"husky": "^4.0.10",
"inquirer": "^7.0.0",
"jest": "^25.5.2",
"jest": "^26.0.0",
"jest-cli": "^26.0.0",
"jest-config": "^26.0.0",
"jest-diff": "^26.0.0",
Expand Down

0 comments on commit 875f7a5

Please sign in to comment.