Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump deps #11523

Merged
merged 5 commits into from Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"mlh-tsd": "^0.14.1",
"mock-fs": "^4.4.1",
"netlify-plugin-cache": "^1.0.3",
"node-notifier": "^9.0.0",
"node-notifier": "^10.0.0",
"prettier": "^2.1.1",
"progress": "^2.0.0",
"promise": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
Expand Up @@ -31,7 +31,7 @@
"@types/yargs": "^16.0.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0"
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Expand Up @@ -49,7 +49,7 @@
"jest-snapshot-serializer-raw": "^1.1.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0"
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
Expand Down
1 change: 0 additions & 1 deletion packages/jest-haste-map/package.json
Expand Up @@ -29,7 +29,6 @@
},
"devDependencies": {
"@jest/test-utils": "^27.0.2",
"@types/anymatch": "^1.3.1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anymatch ships with types

"@types/fb-watchman": "^2.0.0",
"@types/micromatch": "^4.0.1",
"jest-snapshot-serializer-raw": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-reporters/package.json
Expand Up @@ -32,7 +32,7 @@
"source-map": "^0.6.0",
"string-length": "^4.0.1",
"terminal-link": "^2.0.0",
"v8-to-istanbul": "^7.0.0"
"v8-to-istanbul": "^8.0.0"
},
"devDependencies": {
"@jest/test-utils": "^27.0.2",
Expand All @@ -49,7 +49,7 @@
"strip-ansi": "^6.0.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0"
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -15,7 +15,7 @@
"jest-cli": "^27.0.4"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0"
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
Expand Down