Skip to content

Commit 405b8ff

Browse files
committed
deps: Update final peer dependencies.
1 parent 989ff8a commit 405b8ff

File tree

24 files changed

+74
-73
lines changed

24 files changed

+74
-73
lines changed

packages/args/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/args",
3-
"version": "2.0.0-alpha.2",
4-
"release": "1592788092197",
3+
"version": "1.4.1",
4+
"release": "1594765247526",
55
"description": "A convention based argument parsing and formatting library, with strict validation checks.",
66
"keywords": [
77
"boost",
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@boost/internal": "^2.0.0-alpha.2",
27+
"@boost/internal": "^2.0.0",
2828
"levenary": "^1.1.1"
2929
}
3030
}

packages/cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/cli",
3-
"version": "2.0.0-alpha.3",
4-
"release": "1592788092197",
3+
"version": "1.2.1",
4+
"release": "1594765247526",
55
"description": "An interactive command line program builder, powered by React and Ink.",
66
"keywords": [
77
"boost",
@@ -25,13 +25,13 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@boost/args": "^2.0.0-alpha.2",
29-
"@boost/common": "^2.0.0-alpha.2",
30-
"@boost/event": "^2.0.0-alpha.2",
31-
"@boost/internal": "^2.0.0-alpha.2",
32-
"@boost/log": "^2.0.0-alpha.3",
33-
"@boost/terminal": "^2.0.0-alpha.1",
34-
"@boost/translate": "^2.0.0-alpha.3",
28+
"@boost/args": "^2.0.0",
29+
"@boost/common": "^2.0.0",
30+
"@boost/event": "^2.0.0",
31+
"@boost/internal": "^2.0.0",
32+
"@boost/log": "^2.0.0",
33+
"@boost/terminal": "^2.0.0",
34+
"@boost/translate": "^2.0.0",
3535
"execa": "^4.0.3",
3636
"levenary": "^1.1.1"
3737
},

packages/common/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/common",
3-
"version": "2.0.0-alpha.2",
4-
"release": "1592788092197",
3+
"version": "1.9.0",
4+
"release": "1594765247526",
55
"description": "Common utilities.",
66
"keywords": [
77
"boost",
@@ -20,15 +20,15 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@boost/internal": "^2.0.0-alpha.2",
23+
"@boost/internal": "^2.0.0",
2424
"fast-glob": "^3.2.4",
2525
"json5": "^2.1.3",
2626
"optimal": "^4.2.0",
2727
"pretty-ms": "^7.0.0",
2828
"yaml": "^1.10.0"
2929
},
3030
"devDependencies": {
31-
"@boost/test-utils": "^2.0.0-alpha.0"
31+
"@boost/test-utils": "^2.0.0"
3232
},
3333
"funding": {
3434
"type": "ko-fi",

packages/config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/config",
3-
"version": "2.0.0-alpha.4",
4-
"release": "1592788092197",
3+
"version": "1.0.0",
4+
"release": "1594765247526",
55
"description": "Powerful config file and ignore file manager, finder, and loader.",
66
"keywords": [
77
"boost",
@@ -20,9 +20,9 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@boost/common": "^2.0.0-alpha.2",
24-
"@boost/debug": "^2.0.0-alpha.3",
25-
"@boost/internal": "^2.0.0-alpha.2",
23+
"@boost/common": "^2.0.0",
24+
"@boost/debug": "^2.0.0",
25+
"@boost/internal": "^2.0.0",
2626
"minimatch": "^3.0.4"
2727
},
2828
"devDependencies": {

packages/debug/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/debug",
3-
"version": "2.0.0-alpha.3",
4-
"release": "1592788092197",
3+
"version": "1.4.7",
4+
"release": "1594765247526",
55
"description": "Lightweight debugging and crash reporting.",
66
"keywords": [
77
"boost",
@@ -23,8 +23,8 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@boost/common": "^2.0.0-alpha.2",
27-
"@boost/internal": "^2.0.0-alpha.2",
26+
"@boost/common": "^2.0.0",
27+
"@boost/internal": "^2.0.0",
2828
"@types/debug": "^4.1.5",
2929
"debug": "^4.1.1",
3030
"execa": "^4.0.3",

packages/event/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Event - Boost
1+
# Events - Boost
22

33
[![Build Status](https://github.com/milesj/boost/workflows/Build/badge.svg)](https://github.com/milesj/boost/actions?query=branch%3Amaster)
44
[![npm version](https://badge.fury.io/js/%40boost%event.svg)](https://www.npmjs.com/package/@boost/event)

packages/event/package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/event",
3-
"version": "2.0.0-alpha.2",
4-
"release": "1592788092197",
3+
"version": "1.3.1",
4+
"release": "1594765247526",
55
"description": "A strict event system with multiple emitter patterns.",
66
"keywords": [
77
"boost",
@@ -20,12 +20,7 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@boost/internal": "^2.0.0-alpha.2"
24-
},
25-
"tsconfig": {
26-
"exclude": [
27-
"src/typeTests.ts"
28-
]
23+
"@boost/internal": "^2.0.0"
2924
},
3025
"funding": {
3126
"type": "ko-fi",

packages/internal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/internal",
3-
"version": "2.0.0-alpha.2",
4-
"release": "1592788092197",
3+
"version": "1.2.0",
4+
"release": "1594765247526",
55
"description": "Boost internals.",
66
"keywords": [
77
"boost",

packages/log/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/log",
3-
"version": "2.0.0-alpha.3",
4-
"release": "1592788092197",
3+
"version": "1.2.1",
4+
"release": "1594765247526",
55
"description": "Lightweight level based logging system.",
66
"keywords": [
77
"boost",
@@ -21,9 +21,9 @@
2121
"access": "public"
2222
},
2323
"dependencies": {
24-
"@boost/common": "^2.0.0-alpha.2",
25-
"@boost/internal": "^2.0.0-alpha.2",
26-
"@boost/translate": "^2.0.0-alpha.3",
24+
"@boost/common": "^2.0.0",
25+
"@boost/internal": "^2.0.0",
26+
"@boost/translate": "^2.0.0",
2727
"chalk": "^4.1.0"
2828
},
2929
"funding": {

packages/pipeline/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@boost/pipeline",
3-
"version": "2.0.0-alpha.3",
4-
"release": "1592788092197",
3+
"version": "1.5.3",
4+
"release": "1594765247526",
55
"description": "Pipe an input through a series of routines and tasks to produce an output, or simply, run logic in a series of stages.",
66
"keywords": [
77
"boost",
@@ -24,11 +24,11 @@
2424
"access": "public"
2525
},
2626
"dependencies": {
27-
"@boost/common": "^2.0.0-alpha.2",
28-
"@boost/debug": "^2.0.0-alpha.3",
29-
"@boost/event": "^2.0.0-alpha.2",
30-
"@boost/internal": "^2.0.0-alpha.2",
31-
"@boost/translate": "^2.0.0-alpha.3",
27+
"@boost/common": "^2.0.0",
28+
"@boost/debug": "^2.0.0",
29+
"@boost/event": "^2.0.0",
30+
"@boost/internal": "^2.0.0",
31+
"@boost/translate": "^2.0.0",
3232
"execa": "^4.0.3",
3333
"lodash": "^4.17.19",
3434
"split": "^1.0.1"

0 commit comments

Comments
 (0)