Skip to content

Commit f4dcd28

Browse files
authored
Merge pull request #103 from thefrontside/tm/bump-all-dependencies
Make all dependencies look for ^ and release new versions
2 parents c51faff + 8a66623 commit f4dcd28

File tree

16 files changed

+38
-38
lines changed

16 files changed

+38
-38
lines changed

bdd/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@effectionx/bdd",
33
"exports": "./mod.ts",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"license": "MIT",
66
"imports": {
77
"effection": "npm:effection@^3",
8-
"@effectionx/test-adapter": "jsr:@effectionx/test-adapter@^0.5.1",
8+
"@effectionx/test-adapter": "jsr:@effectionx/test-adapter@^0.6.0",
99
"@std/testing": "jsr:@std/testing@^1"
1010
}
1111
}

context-api/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@effectionx/context-api",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {
77
"effection": "npm:effection@^3",
88
"@std/expect": "jsr:@std/expect@^1",
9-
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
9+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
1010
}
1111
}

deno-deploy/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effectionx/deno-deploy",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"exports": "./mod.ts",
55
"license": "MIT",
66
"imports": {

fx/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@effectionx/fx",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"exports": "./mod.ts",
55
"license": "MIT",
66
"imports": {
77
"effection": "npm:effection@^3",
88
"@std/expect": "jsr:@std/expect@^1",
9-
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
9+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
1010
}
1111
}

jsonl-store/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effectionx/jsonl-store",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"exports": "./mod.ts",
55
"license": "MIT",
66
"imports": {
@@ -9,7 +9,7 @@
99
"@std/streams": "jsr:@std/streams@^1",
1010
"@std/fs": "jsr:@std/fs@^1",
1111
"@std/path": "jsr:@std/path@^1",
12-
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
12+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
1313
"@std/expect": "jsr:@std/expect@^1"
1414
}
1515
}

process/deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effectionx/process",
33
"exports": "./mod.ts",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"license": "MIT",
66
"imports": {
77
"@types/cross-spawn": "npm:@types/[email protected]",
@@ -10,8 +10,8 @@
1010
"effection": "npm:effection@^3",
1111
"shellwords": "npm:shellwords@^1.1.1",
1212
"@std/expect": "jsr:@std/[email protected]",
13-
"@effectionx/stream-helpers": "npm:@effectionx/stream-helpers@0.3.0",
14-
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
15-
"@effectionx/signals": "npm:@effectionx/signals@0.3.0"
13+
"@effectionx/stream-helpers": "npm:@effectionx/stream-helpers@^0.4.0",
14+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
15+
"@effectionx/signals": "npm:@effectionx/signals@^0.4.0"
1616
}
1717
}

raf/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@effectionx/raf",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"exports": "./mod.ts",
55
"license": "MIT",
66
"imports": {
77
"effection": "npm:effection@^3",
88
"@essentials/raf": "npm:@essentials/raf@^1.2.0",
99
"@std/expect": "jsr:@std/expect@^1",
10-
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
10+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
1111
}
1212
}

signals/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@effectionx/signals",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"imports": {
55
"effection": "npm:effection@^3",
66
"immutable": "npm:immutable@^5",
77
"@std/expect": "jsr:@std/expect@^1",
8-
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
8+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
99
},
1010
"license": "MIT",
1111
"exports": {

stream-helpers/deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@effectionx/stream-helpers",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"imports": {
55
"effection": "npm:effection@^3",
66
"immutable": "npm:immutable@^5",
7-
"@effectionx/signals": "npm:@effectionx/[email protected]",
7+
"@effectionx/signals": "npm:@effectionx/signals@^0.4.0",
88
"@std/expect": "jsr:@std/expect@^1",
99
"@std/testing": "jsr:@std/testing@^1",
10-
"@effectionx/timebox": "npm:@effectionx/[email protected]",
11-
"@effectionx/bdd": "jsr:@effectionx/[email protected]",
10+
"@effectionx/timebox": "npm:@effectionx/timebox@^0.3.0",
11+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
1212
"remeda": "npm:remeda@^2"
1313
},
1414
"license": "MIT",

task-buffer/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@effectionx/task-buffer",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"exports": "./mod.ts",
55
"license": "MIT",
66
"imports": {
77
"effection": "npm:effection@^3",
88
"@std/expect": "jsr:@std/expect@^1",
9-
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
9+
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
1010
"@std/testing": "jsr:@std/testing@^1"
1111
}
1212
}

0 commit comments

Comments
 (0)