Skip to content

Commit

Permalink
v1.0.203
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 18, 2023
1 parent e5308bc commit 6b3c7b9
Show file tree
Hide file tree
Showing 59 changed files with 11,969 additions and 148 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/**"
],
"version": "1.0.202"
"version": "1.0.203"
}
11,871 changes: 11,846 additions & 25 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/core/e2e/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/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-e2e",
"version": "1.0.202",
"version": "1.0.203",
"description": "This module contains the e2e test feature 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/format/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/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-format",
"version": "1.0.202",
"version": "1.0.203",
"description": "This module contains the format feature 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.

8 changes: 4 additions & 4 deletions packages/cli/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli",
"version": "1.0.202",
"version": "1.0.203",
"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 Expand Up @@ -68,10 +68,10 @@
"@babel/plugin-proposal-optional-chaining": "7.20.7",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@leanup/cli-core-e2e": "1.0.202",
"@leanup/cli-core-format": "1.0.202",
"@leanup/cli-core-e2e": "1.0.203",
"@leanup/cli-core-format": "1.0.203",
"@leanup/cli-core-lint": "1.0.202",
"@leanup/cli-core-test": "1.0.202",
"@leanup/cli-core-test": "1.0.203",
"autoprefixer": "10.4.13",
"babel-loader": "8.3.0",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/test/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/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-test",
"version": "1.0.202",
"version": "1.0.203",
"description": "This module contains the test feature for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angular",
"version": "1.0.202",
"version": "1.0.203",
"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 @@ -40,7 +40,7 @@
"angular": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli": "1.0.203",
"@types/node": "15.14.9",
"typescript": "4.3.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/frameworks/angular/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/angular",
"version": "1.0.202",
"version": "1.0.203",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode=production",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@angular/forms": "11.2.14",
"@angular/platform-browser": "11.2.14",
"@angular/platform-browser-dynamic": "11.2.14",
"@leanup/form": "1.0.202",
"@leanup/lib": "1.0.202",
"@leanup/form": "1.0.203",
"@leanup/lib": "1.0.203",
"@public-oss/kolibri-themes": "0.0.2",
"@public-ui/components": "1.1.18",
"@public-ui/core": "1.2.0",
Expand All @@ -50,8 +50,8 @@
"zone.js": "0.12.0"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli-angular": "1.0.202",
"@leanup/cli": "1.0.203",
"@leanup/cli-angular": "1.0.203",
"@leanup/git-hooks": "1.0.200",
"@ngtools/webpack": "11.2.19",
"chromedriver": "90.0.1",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angularjs",
"version": "1.0.202",
"version": "1.0.203",
"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 @@ -43,7 +43,7 @@
"babel-plugin-angularjs-annotate": "0.10.0"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli": "1.0.203",
"@types/node": "15.14.9",
"typescript": "4.3.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/frameworks/angularjs/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/angularjs",
"version": "1.0.202",
"version": "1.0.203",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode=production",
Expand Down Expand Up @@ -31,8 +31,8 @@
]
},
"dependencies": {
"@leanup/form": "1.0.202",
"@leanup/lib": "1.0.202",
"@leanup/form": "1.0.203",
"@leanup/lib": "1.0.203",
"@public-oss/kolibri-themes": "0.0.2",
"@public-ui/components": "1.1.18",
"@public-ui/core": "1.2.0",
Expand All @@ -43,8 +43,8 @@
"rxjs": "7.8.0"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli-angularjs": "1.0.202",
"@leanup/cli": "1.0.203",
"@leanup/cli-angularjs": "1.0.203",
"@leanup/git-hooks": "1.0.200",
"chromedriver": "90.0.1",
"cssnano": "5.1.14",
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-aurelia",
"version": "1.0.202",
"version": "1.0.203",
"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 @@ -43,7 +43,7 @@
"aurelia-webpack-plugin": "4.0.0"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli": "1.0.203",
"@types/node": "15.14.9",
"typescript": "4.3.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/frameworks/aurelia/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/aurelia",
"version": "1.0.202",
"version": "1.0.203",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode=production",
Expand Down Expand Up @@ -31,8 +31,8 @@
]
},
"dependencies": {
"@leanup/form": "1.0.202",
"@leanup/lib": "1.0.202",
"@leanup/form": "1.0.203",
"@leanup/lib": "1.0.203",
"@public-oss/kolibri-themes": "0.0.2",
"@public-ui/components": "1.1.18",
"@public-ui/core": "1.2.0",
Expand All @@ -43,8 +43,8 @@
"rxjs": "7.8.0"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli-aurelia": "1.0.202",
"@leanup/cli": "1.0.203",
"@leanup/cli-aurelia": "1.0.203",
"@leanup/git-hooks": "1.0.200",
"chromedriver": "90.0.1",
"cssnano": "5.1.14",
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-inferno",
"version": "1.0.202",
"version": "1.0.203",
"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 @@ -43,7 +43,7 @@
"babel-plugin-inferno": "6.5.0"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli": "1.0.203",
"@types/node": "15.14.9",
"typescript": "4.3.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/frameworks/inferno/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/inferno",
"version": "1.0.202",
"version": "1.0.203",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode=production",
Expand Down Expand Up @@ -31,8 +31,8 @@
]
},
"dependencies": {
"@leanup/form": "1.0.202",
"@leanup/lib": "1.0.202",
"@leanup/form": "1.0.203",
"@leanup/lib": "1.0.203",
"@public-oss/kolibri-themes": "0.0.2",
"@public-ui/components": "1.1.18",
"@public-ui/core": "1.2.0",
Expand All @@ -42,8 +42,8 @@
"rxjs": "7.8.0"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli-inferno": "1.0.202",
"@leanup/cli": "1.0.203",
"@leanup/cli-inferno": "1.0.203",
"@leanup/git-hooks": "1.0.200",
"chromedriver": "90.0.1",
"cssnano": "5.1.14",
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-lit-element",
"version": "1.0.202",
"version": "1.0.203",
"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": "1.0.202",
"@leanup/cli": "1.0.203",
"@types/node": "15.14.9",
"typescript": "4.3.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/frameworks/lit-element/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/lit-element",
"version": "1.0.202",
"version": "1.0.203",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode=production",
Expand Down Expand Up @@ -31,8 +31,8 @@
]
},
"dependencies": {
"@leanup/form": "1.0.202",
"@leanup/lib": "1.0.202",
"@leanup/form": "1.0.203",
"@leanup/lib": "1.0.203",
"@public-oss/kolibri-themes": "0.0.2",
"@public-ui/components": "1.1.18",
"@public-ui/core": "1.2.0",
Expand All @@ -42,8 +42,8 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli-lit-element": "1.0.202",
"@leanup/cli": "1.0.203",
"@leanup/cli-lit-element": "1.0.203",
"@leanup/git-hooks": "1.0.200",
"chromedriver": "89.0.0",
"cssnano": "4.1.11",
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-preact",
"version": "1.0.202",
"version": "1.0.203",
"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 @@ -43,7 +43,7 @@
"@babel/plugin-transform-react-jsx": "7.20.7"
},
"devDependencies": {
"@leanup/cli": "1.0.202",
"@leanup/cli": "1.0.203",
"@types/node": "15.14.9",
"typescript": "4.3.5"
},
Expand Down
Loading

0 comments on commit 6b3c7b9

Please sign in to comment.