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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update semantic-release #1040

Merged
merged 2 commits into from Jan 31, 2022
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
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -121,7 +121,7 @@
"pinst": "^2.0.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.0",
"semantic-release": "^18.0.0",
"semantic-release": "^19.0.0",
"semver": "^7.3.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.0"
Expand Down Expand Up @@ -159,7 +159,9 @@
]
},
"resolutions": {
"@typescript-eslint/experimental-utils": "^5.0.0"
"@typescript-eslint/experimental-utils": "^5.0.0",
"fsevents/node-gyp": "^7.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

added this as well to avoid yarn choosing latest

"npm": "7.20.6"
},
"packageManager": "yarn@3.1.1"
}