Skip to content

Commit

Permalink
fix: Get back dependencies to repair broken package install (#1216)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Mar 26, 2024
1 parent 7447cd0 commit 76ddaca
Show file tree
Hide file tree
Showing 8 changed files with 1,130 additions and 668 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Lastly, a pull request check on [Github Actions](../../actions) is going to kick
2. _(optional)_ Publish `vscode-extension-tester-locators` package
- `cd locators`
- [ ] `npm version (major|minor|patch)`
- [ ] bump `monaco-page-objects` peerDependency to recently published in step 1)
- [ ] `npm publish`
3. Publish `vscode-extension-tester` package
- [ ] `npm version (major|minor|patch) --no-git-tag-version`
Expand Down
4 changes: 2 additions & 2 deletions locators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@types/selenium-webdriver": "^4.1.22",
"monaco-page-objects": "file:../page-objects",
"rimraf": "^5.0.5",
"typescript": "*"
"typescript": "^5.4.3"
},
"peerDependencies": {
"monaco-page-objects": ">=3.0.0",
"monaco-page-objects": "^3.14.0",
"selenium-webdriver": ">=4.6.1"
}
}
Loading

0 comments on commit 76ddaca

Please sign in to comment.