Skip to content

Commit

Permalink
v2.0.0-rc.30
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 15, 2021
1 parent 2627942 commit 74017aa
Show file tree
Hide file tree
Showing 90 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/**"
],
"version": "2.0.0-rc.29"
"version": "2.0.0-rc.30"
}
2 changes: 1 addition & 1 deletion packages/cli/core/babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/core/babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-babel",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This module contains the babel stuff for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/core/template/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/core",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "",
"scripts": {
"coverage": "cross-env NODE_ENV=test nyc mocha",
Expand Down Expand Up @@ -29,17 +29,17 @@
]
},
"dependencies": {
"@leanup/form": "2.0.0-rc.29",
"@leanup/lib": "2.0.0-rc.29",
"@leanup/openapi-demo": "2.0.0-rc.29",
"@leanup/form": "2.0.0-rc.30",
"@leanup/lib": "2.0.0-rc.30",
"@leanup/openapi-demo": "2.0.0-rc.30",
"navigo": "8.11.1",
"rxjs": "7.4.0"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/git-hooks": "2.0.0-rc.29",
"@leanup/stack": "2.0.0-rc.29",
"@leanup/stack-webpack": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@leanup/git-hooks": "2.0.0-rc.30",
"@leanup/stack": "2.0.0-rc.30",
"@leanup/stack-webpack": "2.0.0-rc.30",
"chromedriver": "96.0.0",
"npm-check-updates": "12.0.3",
"postcss-windicss": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angular",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the Angular framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"angular": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angular/template/package.json
@@ -1,6 +1,6 @@
{
"name": "@template/angular",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"@angular/common": "13.1.0",
"@angular/compiler": "13.1.0",
Expand All @@ -14,8 +14,8 @@
"zone.js": "0.11.4"
},
"devDependencies": {
"@leanup/cli-angular": "2.0.0-rc.29",
"@leanup/stack-angular": "2.0.0-rc.29",
"@leanup/cli-angular": "2.0.0-rc.30",
"@leanup/stack-angular": "2.0.0-rc.30",
"@ngtools/webpack": "13.1.1",
"typescript": "4.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/angularjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/angularjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angularjs",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the AngularJS framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"angularjs": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angularjs/template/package.json
@@ -1,12 +1,12 @@
{
"name": "@template/angularjs",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"angular": "1.8.2"
},
"devDependencies": {
"@leanup/cli-angularjs": "2.0.0-rc.29",
"@leanup/stack-angularjs": "2.0.0-rc.29",
"@leanup/cli-angularjs": "2.0.0-rc.30",
"@leanup/stack-angularjs": "2.0.0-rc.30",
"@types/angular": "1.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/cli/frameworks/aurelia/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/aurelia/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-aurelia",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the Aurelia framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -37,7 +37,7 @@
"aurelia": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/aurelia/template/package.json
@@ -1,12 +1,12 @@
{
"name": "@template/aurelia",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"aurelia-bootstrapper": "2.3.3",
"aurelia-framework": "1.3.1"
},
"devDependencies": {
"@leanup/cli-aurelia": "2.0.0-rc.29",
"@leanup/stack-aurelia": "2.0.0-rc.29"
"@leanup/cli-aurelia": "2.0.0-rc.30",
"@leanup/stack-aurelia": "2.0.0-rc.30"
}
}
2 changes: 1 addition & 1 deletion packages/cli/frameworks/inferno/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/inferno/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-inferno",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the Inferno framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"inferno": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/inferno/template/package.json
@@ -1,11 +1,11 @@
{
"name": "@template/inferno",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"inferno": "7.4.11"
},
"devDependencies": {
"@leanup/cli-inferno": "2.0.0-rc.29",
"@leanup/stack-inferno": "2.0.0-rc.29"
"@leanup/cli-inferno": "2.0.0-rc.30",
"@leanup/stack-inferno": "2.0.0-rc.30"
}
}
2 changes: 1 addition & 1 deletion packages/cli/frameworks/lit-element/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/lit-element/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-lit-element",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the lit-element extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand All @@ -24,7 +24,7 @@
"lit-element": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/frameworks/lit-element/template/package.json
@@ -1,11 +1,11 @@
{
"name": "@template/lit-element",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"lit-element": "3.0.2"
},
"devDependencies": {
"@leanup/cli-lit-element": "2.0.0-rc.29",
"@leanup/cli-lit-element": "2.0.0-rc.30",
"@leanup/stack-lit-element": "2.0.0-rc.24"
}
}
2 changes: 1 addition & 1 deletion packages/cli/frameworks/preact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/preact/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-preact",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the Preact framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"preact": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/preact/template/package.json
@@ -1,11 +1,11 @@
{
"name": "@template/preact",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"preact": "10.6.4"
},
"devDependencies": {
"@leanup/cli-preact": "2.0.0-rc.29",
"@leanup/stack-preact": "2.0.0-rc.29"
"@leanup/cli-preact": "2.0.0-rc.30",
"@leanup/stack-preact": "2.0.0-rc.30"
}
}
2 changes: 1 addition & 1 deletion packages/cli/frameworks/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-react",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the React framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"react": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/react/template/package.json
@@ -1,13 +1,13 @@
{
"name": "@template/react",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@leanup/cli-react": "2.0.0-rc.29",
"@leanup/stack-react": "2.0.0-rc.29",
"@leanup/cli-react": "2.0.0-rc.30",
"@leanup/stack-react": "2.0.0-rc.30",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/solid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/frameworks/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-solid",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"description": "This package contains the Solid framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,7 +38,7 @@
"solid": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.29",
"@leanup/cli": "2.0.0-rc.30",
"@types/node": "16.11.13",
"typescript": "4.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/solid/template/package.json
@@ -1,11 +1,11 @@
{
"name": "@template/solid",
"version": "2.0.0-rc.29",
"version": "2.0.0-rc.30",
"dependencies": {
"solid-js": "1.2.6"
},
"devDependencies": {
"@leanup/cli-solid": "2.0.0-rc.29",
"@leanup/stack-solid": "2.0.0-rc.29"
"@leanup/cli-solid": "2.0.0-rc.30",
"@leanup/stack-solid": "2.0.0-rc.30"
}
}

0 comments on commit 74017aa

Please sign in to comment.