File tree Expand file tree Collapse file tree 19 files changed +34
-34
lines changed
plugin-renderer-puppeteer Expand file tree Collapse file tree 19 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.29.0 " ,
2
+ "version" : " 0.29.1 " ,
3
3
"packages" : [
4
4
" packages/*" ,
5
5
" www"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/cli" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " Greenwood CLI." ,
5
5
"type" : " module" ,
6
6
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/init" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A package for scaffolding a new Greenwood project." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/init" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-adapter-netlify" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin for supporting Netlify serverless and edge runtimes." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-netlify" ,
31
31
"zip-a-folder" : " ^2.0.0"
32
32
},
33
33
"devDependencies" : {
34
- "@greenwood/cli" : " ^0.29.0 " ,
34
+ "@greenwood/cli" : " ^0.29.1 " ,
35
35
"extract-zip" : " ^2.0.1"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-adapter-vercel" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin for supporting Vercel serverless and edge runtimes." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-vercel" ,
27
27
"@greenwood/cli" : " ^0.28.0"
28
28
},
29
29
"devDependencies" : {
30
- "@greenwood/cli" : " ^0.29.0 "
30
+ "@greenwood/cli" : " ^0.29.1 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-babel" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin for using Babel and applying it to your JavaScript." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-babel" ,
36
36
"@babel/plugin-proposal-class-properties" : " ^7.10.4" ,
37
37
"@babel/plugin-proposal-private-methods" : " ^7.10.4" ,
38
38
"@babel/runtime" : " ^7.10.4" ,
39
- "@greenwood/cli" : " ^0.29.0 "
39
+ "@greenwood/cli" : " ^0.29.1 "
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-google-analytics" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin adding support for Google Analytics JavaScript tracker." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-google-analytics" ,
26
26
"@greenwood/cli" : " ^0.4.0"
27
27
},
28
28
"devDependencies" : {
29
- "@greenwood/cli" : " ^0.29.0 "
29
+ "@greenwood/cli" : " ^0.29.1 "
30
30
}
31
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-graphql" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A plugin for using GraphQL for querying your content." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql" ,
33
33
"graphql-tag" : " ^2.10.1"
34
34
},
35
35
"devDependencies" : {
36
- "@greenwood/cli" : " ^0.29.0 "
36
+ "@greenwood/cli" : " ^0.29.1 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-import-commonjs" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A plugin for loading CommonJS based modules in the browser using ESM (import / export) syntax." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-commonjs" ,
31
31
"cjs-module-lexer" : " ^1.0.0"
32
32
},
33
33
"devDependencies" : {
34
- "@greenwood/cli" : " ^0.29.0 " ,
34
+ "@greenwood/cli" : " ^0.29.1 " ,
35
35
"lodash" : " ^4.17.20"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-import-css" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-css" ,
27
27
"@greenwood/cli" : " ^0.4.0"
28
28
},
29
29
"devDependencies" : {
30
- "@greenwood/cli" : " ^0.29.0 "
30
+ "@greenwood/cli" : " ^0.29.1 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-import-json" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-json" ,
27
27
"@greenwood/cli" : " ^0.12.3"
28
28
},
29
29
"devDependencies" : {
30
- "@greenwood/cli" : " ^0.29.0 "
30
+ "@greenwood/cli" : " ^0.29.1 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-import-jsx" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin to write JSX rendering Web Components compatible with WCC." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-jsx" ,
30
30
"wc-compiler" : " ~0.9.1"
31
31
},
32
32
"devDependencies" : {
33
- "@greenwood/cli" : " ^0.29.0 "
33
+ "@greenwood/cli" : " ^0.29.1 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-include-html" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin to let you render server side JS from HTML or JS at build time as HTML." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-include-html" ,
27
27
"@greenwood/cli" : " ^0.4.0"
28
28
},
29
29
"devDependencies" : {
30
- "@greenwood/cli" : " ^0.29.0 "
30
+ "@greenwood/cli" : " ^0.29.1 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-polyfills" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin adding support for Web Component related polyfills like Custom Elements and Shadow DOM." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills" ,
29
29
"@webcomponents/webcomponentsjs" : " ^2.6.0"
30
30
},
31
31
"devDependencies" : {
32
- "@greenwood/cli" : " ^0.29.0 "
32
+ "@greenwood/cli" : " ^0.29.1 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-postcss" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin for loading PostCSS configuration and applying it to your CSS." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss" ,
31
31
"postcss-preset-env" : " ^7.0.1"
32
32
},
33
33
"devDependencies" : {
34
- "@greenwood/cli" : " ^0.29.0 "
34
+ "@greenwood/cli" : " ^0.29.1 "
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-renderer-lit" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A server-side rendering plugin for Lit based Greenwood projects." ,
5
5
"type" : " module" ,
6
6
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
31
31
"@lit-labs/ssr" : " ^2.0.1"
32
32
},
33
33
"devDependencies" : {
34
- "@greenwood/cli" : " ^0.29.0 " ,
34
+ "@greenwood/cli" : " ^0.29.1 " ,
35
35
"lit" : " ^2.1.1"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-renderer-puppeteer" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin to allow headless browser rendering with Puppeteer." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-puppeteer" ,
30
30
"puppeteer" : " ^15.3.2"
31
31
},
32
32
"devDependencies" : {
33
- "@greenwood/cli" : " ^0.29.0 "
33
+ "@greenwood/cli" : " ^0.29.1 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/plugin-typescript" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"description" : " A Greenwood plugin for writing TypeScript." ,
5
5
"repository" : " https://github.com/ProjectEvergreen/greenwood" ,
6
6
"homepage" : " https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-typescript" ,
29
29
"typescript" : " ^5.1.6"
30
30
},
31
31
"devDependencies" : {
32
- "@greenwood/cli" : " ^0.29.0 "
32
+ "@greenwood/cli" : " ^0.29.1 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @greenwood/www" ,
3
- "version" : " 0.29.0 " ,
3
+ "version" : " 0.29.1 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"description" : " Greenwood website workspace." ,
You can’t perform that action at this time.
0 commit comments