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
fe2d174
commit 4b804a7
Showing
11 changed files
with
23 additions
and
23 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.80.2", | ||
"version": "2.81.0", | ||
"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-embedded-media", | ||
"version": "2.45.0", | ||
"version": "2.81.0", | ||
"description": "BaseCMS embedded media parsing.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -12,7 +12,7 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-html": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.81.0", | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"cheerio": "^1.0.0-rc.10", | ||
"escape-string-regexp": "^1.0.5" | ||
|
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-framework", | ||
"version": "2.80.0", | ||
"version": "2.81.0", | ||
"description": "Core framework for BaseCMS Exports.", | ||
"author": "Josh Worden <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -13,7 +13,7 @@ | |
"dependencies": { | ||
"@godaddy/terminus": "^4.9.0", | ||
"@parameter1/base-cms-express-apollo": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.81.0", | ||
"@parameter1/base-cms-object-path": "^2.75.1", | ||
"@parameter1/base-cms-tenant-context": "^2.0.0", | ||
"@parameter1/base-cms-utils": "^2.75.1", | ||
|
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-image", | ||
"version": "2.45.0", | ||
"version": "2.81.0", | ||
"description": "Common image utilities for BaseCMS projects.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[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-marko-newsletters", | ||
"version": "2.80.0", | ||
"version": "2.81.0", | ||
"description": "Core Marko+Express components for BaseCMS newsletter templates", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -14,7 +14,7 @@ | |
"dependencies": { | ||
"@godaddy/terminus": "^4.9.0", | ||
"@parameter1/base-cms-express-apollo": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.81.0", | ||
"@parameter1/base-cms-object-path": "^2.75.1", | ||
"@parameter1/base-cms-tenant-context": "^2.0.0", | ||
"@parameter1/base-cms-utils": "^2.75.1", | ||
|
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-marko-web-contact-us", | ||
"version": "2.80.2", | ||
"version": "2.81.0", | ||
"author": "Brian Miller <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-contact-us", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
"dependencies": { | ||
"@parameter1/base-cms-env": "^2.45.0", | ||
"@parameter1/base-cms-marko-core": "^2.80.0", | ||
"@parameter1/base-cms-marko-web": "^2.80.2", | ||
"@parameter1/base-cms-marko-web": "^2.81.0", | ||
"@parameter1/base-cms-utils": "^2.75.1", | ||
"@sendgrid/mail": "^6.4.0", | ||
"body-parser": "^1.19.0", | ||
|
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-marko-web-photoswipe", | ||
"version": "2.75.1", | ||
"version": "2.81.0", | ||
"author": "Jacob Bare <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-photoswipe", | ||
"license": "MIT", | ||
|
@@ -12,7 +12,7 @@ | |
"test": "yarn compile && yarn lint" | ||
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.81.0", | ||
"@parameter1/base-cms-object-path": "^2.75.1", | ||
"photoswipe": "^4.1.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-marko-web", | ||
"version": "2.80.2", | ||
"version": "2.81.0", | ||
"description": "Core Marko+Express components for BaseCMS websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -16,10 +16,10 @@ | |
"dependencies": { | ||
"@godaddy/terminus": "^4.9.0", | ||
"@parameter1/base-cms-apollo-ssr": "^2.45.0", | ||
"@parameter1/base-cms-embedded-media": "^2.45.0", | ||
"@parameter1/base-cms-embedded-media": "^2.81.0", | ||
"@parameter1/base-cms-express-apollo": "^2.45.0", | ||
"@parameter1/base-cms-graphql-fragment-types": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.81.0", | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"@parameter1/base-cms-marko-node-require": "^2.57.0", | ||
"@parameter1/base-cms-object-path": "^2.75.1", | ||
|
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.80.2", | ||
"version": "2.81.0", | ||
"description": "Command line interface for BaseCMS+Marko websites", | ||
"author": "Jacob Bare <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -20,7 +20,7 @@ | |
"@babel/runtime": "^7.15.4", | ||
"@parameter1/base-cms-cli-utils": "^2.8.4", | ||
"@parameter1/base-cms-express-apollo": "^2.45.0", | ||
"@parameter1/base-cms-marko-web": "^2.80.2", | ||
"@parameter1/base-cms-marko-web": "^2.81.0", | ||
"autoprefixer": "^10.3.7", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.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-example-website", | ||
"version": "2.80.2", | ||
"version": "2.81.0", | ||
"description": "Example BaseCMS website.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -18,14 +18,14 @@ | |
}, | ||
"dependencies": { | ||
"@parameter1/base-cms-marko-core": "^2.80.0", | ||
"@parameter1/base-cms-marko-web": "^2.80.2", | ||
"@parameter1/base-cms-marko-web": "^2.81.0", | ||
"@parameter1/base-cms-marko-web-identity-x": "^2.79.1", | ||
"@parameter1/base-cms-marko-web-omeda": "^2.79.0", | ||
"@parameter1/base-cms-marko-web-omeda-identity-x": "^2.79.1", | ||
"@parameter1/base-cms-marko-web-theme-default": "^2.75.1", | ||
"@parameter1/base-cms-object-path": "^2.75.1", | ||
"@parameter1/base-cms-utils": "^2.75.1", | ||
"@parameter1/base-cms-web-cli": "^2.80.2", | ||
"@parameter1/base-cms-web-cli": "^2.81.0", | ||
"graphql": "^14.7.0", | ||
"graphql-tag": "^2.12.5" | ||
} | ||
|
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-graphql-server", | ||
"version": "2.80.0", | ||
"version": "2.81.0", | ||
"description": "The BaseCMS GraphQL server using Apollo and Express.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -17,9 +17,9 @@ | |
"@parameter1/base-cms-base4-rest-api": "^2.80.0", | ||
"@parameter1/base-cms-canonical-path": "^2.75.1", | ||
"@parameter1/base-cms-db": "^2.75.1", | ||
"@parameter1/base-cms-embedded-media": "^2.45.0", | ||
"@parameter1/base-cms-embedded-media": "^2.81.0", | ||
"@parameter1/base-cms-html": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.45.0", | ||
"@parameter1/base-cms-image": "^2.81.0", | ||
"@parameter1/base-cms-inflector": "^2.0.0", | ||
"@parameter1/base-cms-micro": "^2.75.1", | ||
"@parameter1/base-cms-object-path": "^2.75.1", | ||
|