-
Notifications
You must be signed in to change notification settings - Fork 10
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
9e792ae
commit 6cfba1d
Showing
16 changed files
with
28 additions
and
28 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": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"packages": [ | ||
"packages/*", | ||
"www" | ||
|
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
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": "@greenwood/init", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A package for scaffolding a new Greenwood project.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/init", | ||
"author": "Grant Hutchinson <[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": "@greenwood/plugin-babel", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin for using Babel and applying it to your JavaScript.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-babel", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -35,6 +35,6 @@ | |
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-private-methods": "^7.10.4", | ||
"@babel/runtime": "^7.10.4", | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-google-analytics", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin adding support for Google Analytics JavaScript tracker.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-google-analytics", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -23,6 +23,6 @@ | |
"@greenwood/cli": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-graphql", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A plugin for using GraphQL for querying your content.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -32,6 +32,6 @@ | |
"node-fetch": "^2.6.1" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-import-commonjs", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A plugin for loading CommonJS based modules in the browser using ESM (import / export) syntax.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-commonjs", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
"cjs-module-lexer": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2", | ||
"@greenwood/cli": "^0.27.0-alpha.3", | ||
"lodash": "^4.17.20" | ||
} | ||
} |
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": "@greenwood/plugin-import-css", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-css", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -24,6 +24,6 @@ | |
"@greenwood/cli": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-import-json", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-json", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -24,6 +24,6 @@ | |
"@greenwood/cli": "^0.12.3" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-include-html", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin to let you render server side JS from HTML or JS at build time as HTML.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-include-html", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -24,6 +24,6 @@ | |
"@greenwood/cli": "^0.4.0" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-polyfills", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin adding support for Web Component related polyfills like Custom Elements and Shadow DOM.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -26,6 +26,6 @@ | |
"@webcomponents/webcomponentsjs": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-postcss", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin for loading PostCSS configuration and applying it to your CSS.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -27,6 +27,6 @@ | |
"postcss-preset-env": "^7.0.1" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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
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": "@greenwood/plugin-renderer-puppeteer", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin to allow headless browser rendering with Puppeteer.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-puppeteer", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -27,6 +27,6 @@ | |
"puppeteer": "^15.3.2" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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": "@greenwood/plugin-typescript", | ||
"version": "0.27.0-alpha.2", | ||
"version": "0.27.0-alpha.3", | ||
"description": "A Greenwood plugin for writing TypeScript.", | ||
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-typescript", | ||
"author": "Owen Buckley <[email protected]>", | ||
|
@@ -26,6 +26,6 @@ | |
"typescript": "^4.3.5" | ||
}, | ||
"devDependencies": { | ||
"@greenwood/cli": "^0.27.0-alpha.2" | ||
"@greenwood/cli": "^0.27.0-alpha.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