Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/*
!media
!out/*.js
!LICENSE
!images
Expand Down
3,913 changes: 2,267 additions & 1,646 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"category": "Test",
"command": "tpn.install",
"title": "Install Testplane"
"title": "Testplane Install"
}
],
"keybindings": {
Expand Down Expand Up @@ -101,13 +101,14 @@
"eslint": "^8.56.0",
"eslint-config-gemini-testing": "^3.0.0",
"eslint-config-prettier": "^9.1.0",
"get-port": "^5.1.1",
"lodash": "^4.17.21",
"pathe": "^1.1.2",
"prettier": "^3.2.5",
"standard-version": "^9.5.0",
"strftime": "^0.10.3",
"strip-ansi": "^7.1.0",
"testplane": "^8.20.2",
"testplane": "^8.39.0",
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.3.3",
Expand All @@ -116,6 +117,6 @@
"which": "^4.0.0"
},
"peerDependencies": {
"testplane": ">8.20.0"
"testplane": ">=8.39.0"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Maybe it looks like major change, but without new version of testplane repl mode doesn't work anymore. So I decided to update the dependencies.

}
}
Loading