Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Jul 26, 2022
1 parent 1bae79f commit 403503b
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 25 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,5 @@ trial-root
some_image.png
trial-root-cov
trial-test-unittest
examples/spec/dub.selections.json
examples/test-class/dub.selections.json
examples/unittest/dub.selections.json
examples/optional-fluent-asserts/dub.selections.json
node_modules
website/web
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ setup for the test build, you can add a `trial` configuration inside your packag
"configurations": [ {
"name": "trial",
"dependencies": {
"trial:lifecycle": "~>0.6.2",
"fluent-asserts": "~>0.9.0"
"trial:lifecycle": "~>0.7.11",
"fluent-asserts": "0.14.0-alpha.11"
}
}
]
Expand Down
21 changes: 13 additions & 8 deletions examples/spec/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,29 @@
"description": "An example of you you can use the spec test discovery",
"copyright": "Copyright © 2017, Szabo Bogdan",
"license": "MIT",

"configurations": [
{
"name": "executable"
},

{
"name": "trial",
"excludedSourceFiles": ["source/app.d"],
"sourcePaths": ["source", "tests"],
"importPaths": ["source", "tests"],

"excludedSourceFiles": [
"source/app.d"
],
"sourcePaths": [
"source",
"tests"
],
"importPaths": [
"source",
"tests"
],
"dependencies": {
"fluent-asserts": "0.13.3",
"fluent-asserts": "0.14.0-alpha.11",
"trial:lifecycle": {
"path": "../../"
}
}
}
]
}
}
19 changes: 19 additions & 0 deletions examples/spec/dub.selections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"fileVersion": 1,
"versions": {
"ddmp": "0.0.1-0.dev.3",
"diet-ng": "1.8.1",
"dub": "1.27.0",
"eventcore": "0.9.20",
"fluent-asserts": "0.14.0-alpha.11",
"libasync": "0.8.6",
"libdparse": "0.20.0",
"memutils": "1.0.4",
"mir-linux-kernel": "1.0.1",
"openssl": "3.2.2",
"stdx-allocator": "2.77.5",
"taggedalgebraic": "0.11.22",
"vibe-core": "1.22.4",
"vibe-d": "0.9.5"
}
}
21 changes: 13 additions & 8 deletions examples/test-class/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,29 @@
"description": "An example of you you can use the test class discovery",
"copyright": "Copyright © 2017, Szabo Bogdan",
"license": "MIT",

"configurations": [
{
"name": "executable"
},

{
"name": "trial",
"excludedSourceFiles": ["source/app.d"],
"sourcePaths": ["source", "tests"],
"importPaths": ["source", "tests"],

"excludedSourceFiles": [
"source/app.d"
],
"sourcePaths": [
"source",
"tests"
],
"importPaths": [
"source",
"tests"
],
"dependencies": {
"fluent-asserts": "0.13.3",
"fluent-asserts": "0.14.0-alpha.11",
"trial:lifecycle": {
"path": "../../"
}
}
}
]
}
}
19 changes: 19 additions & 0 deletions examples/test-class/dub.selections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"fileVersion": 1,
"versions": {
"ddmp": "0.0.1-0.dev.3",
"diet-ng": "1.8.1",
"dub": "1.27.0",
"eventcore": "0.9.20",
"fluent-asserts": "0.14.0-alpha.11",
"libasync": "0.8.6",
"libdparse": "0.20.0",
"memutils": "1.0.4",
"mir-linux-kernel": "1.0.1",
"openssl": "3.2.2",
"stdx-allocator": "2.77.5",
"taggedalgebraic": "0.11.22",
"vibe-core": "1.22.4",
"vibe-d": "0.9.5"
}
}
5 changes: 2 additions & 3 deletions examples/unittest/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"description": "An example of you you can use the unit test discovery",
"copyright": "Copyright © 2017, Szabo Bogdan",
"license": "MIT",

"dependencies": {
"fluent-asserts": "0.13.3"
"fluent-asserts": "0.14.0-alpha.11"
}
}
}
19 changes: 19 additions & 0 deletions examples/unittest/dub.selections.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"fileVersion": 1,
"versions": {
"ddmp": "0.0.1-0.dev.3",
"diet-ng": "1.8.1",
"dub": "1.27.0",
"eventcore": "0.9.20",
"fluent-asserts": "0.14.0-alpha.11",
"libasync": "0.8.6",
"libdparse": "0.20.0",
"memutils": "1.0.4",
"mir-linux-kernel": "1.0.1",
"openssl": "3.2.2",
"stdx-allocator": "2.77.5",
"taggedalgebraic": "0.11.22",
"vibe-core": "1.22.4",
"vibe-d": "0.9.5"
}
}

0 comments on commit 403503b

Please sign in to comment.