This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a214ab
commit 27f4c91
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.8.3", | ||
"version": "2.8.4", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-cli-utils", | ||
"version": "2.0.0", | ||
"version": "2.8.4", | ||
"description": "Utility functions for BaseCMS CLI projects.", | ||
"main": "src/index.js", | ||
"author": "Josh Worden <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-dependency-tool", | ||
"version": "2.5.0", | ||
"version": "2.8.4", | ||
"description": "Command line tool for managing BaseCMS project dependencies.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -14,7 +14,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-cli-utils": "^2.0.0", | ||
"@parameter1/base-cms-cli-utils": "^2.8.4", | ||
"@parameter1/base-cms-object-path": "^2.5.0", | ||
"chalk": "^2.4.2", | ||
"fancy-log": "^1.3.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-export-cli", | ||
"version": "2.0.0", | ||
"version": "2.8.4", | ||
"description": "Command line interface for BaseCMS+Marko exports.", | ||
"author": "Josh Worden <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -14,7 +14,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-cli-utils": "^2.0.0", | ||
"@parameter1/base-cms-cli-utils": "^2.8.4", | ||
"chalk": "^2.4.2", | ||
"fancy-log": "^1.3.3", | ||
"gulp": "^4.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-newsletter-cli", | ||
"version": "2.0.0", | ||
"version": "2.8.4", | ||
"description": "Command line interface for BaseCMS+Marko newsletters.", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -14,7 +14,7 @@ | |
"test": "yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-cli-utils": "^2.0.0", | ||
"@parameter1/base-cms-cli-utils": "^2.8.4", | ||
"chalk": "^2.4.2", | ||
"fancy-log": "^1.3.3", | ||
"gulp": "^4.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-web-cli", | ||
"version": "2.8.1", | ||
"version": "2.8.4", | ||
"description": "Command line interface for BaseCMS+Marko websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -19,7 +19,7 @@ | |
"@babel/preset-env": "^7.12.11", | ||
"@babel/runtime": "^7.12.5", | ||
"@babel/runtime-corejs2": "^7.12.5", | ||
"@parameter1/base-cms-cli-utils": "^2.0.0", | ||
"@parameter1/base-cms-cli-utils": "^2.8.4", | ||
"@parameter1/base-cms-express-apollo": "^2.3.0", | ||
"@parameter1/base-cms-marko-web": "^2.8.1", | ||
"autoprefixer": "^9.8.6", | ||
|