Skip to content

Commit

Permalink
v1.3.43
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 11, 2023
1 parent 37e2add commit 01455e4
Show file tree
Hide file tree
Showing 89 changed files with 13,236 additions and 178 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.3.42"
"version": "1.3.43"
}
13,108 changes: 13,083 additions & 25 deletions package-lock.json

Large diffs are not rendered by default.

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-babel",
"version": "1.3.42",
"version": "1.3.43",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli",
"version": "1.3.42",
"version": "1.3.43",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/core",
"version": "1.3.42",
"version": "1.3.43",
"description": "",
"scripts": {
"coverage": "cross-env NODE_ENV=test nyc mocha",
Expand Down Expand Up @@ -29,8 +29,8 @@
]
},
"dependencies": {
"@leanup/form": "1.3.42",
"@leanup/lib": "1.3.42",
"@leanup/form": "1.3.43",
"@leanup/lib": "1.3.43",
"@leanup/openapi-demo": "1.3.41",
"@public-oss/kolibri-themes": "0.0.2",
"@public-ui/components": "1.1.16",
Expand All @@ -40,11 +40,11 @@
"rxjs": "7.8.0"
},
"devDependencies": {
"@leanup/cli": "1.3.42",
"@leanup/git-hooks": "1.3.42",
"@leanup/stack": "1.3.42",
"@leanup/stack-vite": "1.3.42",
"@leanup/stack-webpack": "1.3.42",
"@leanup/cli": "1.3.43",
"@leanup/git-hooks": "1.3.43",
"@leanup/stack": "1.3.43",
"@leanup/stack-vite": "1.3.43",
"@leanup/stack-webpack": "1.3.43",
"@unocss/preset-mini": "0.48.3",
"@unocss/vite": "0.48.3",
"@unocss/webpack": "0.48.3",
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.3.42",
"version": "1.3.43",
"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": "1.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down
6 changes: 3 additions & 3 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.3.42",
"version": "1.3.43",
"dependencies": {
"@angular/common": "13.3.12",
"@angular/compiler": "13.3.12",
Expand All @@ -14,8 +14,8 @@
"zone.js": "0.12.0"
},
"devDependencies": {
"@leanup/cli-angular": "1.3.42",
"@leanup/stack-angular": "1.3.42",
"@leanup/cli-angular": "1.3.43",
"@leanup/stack-angular": "1.3.43",
"@ngtools/webpack": "13.3.10",
"typescript": "4.5.5"
}
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.3.42",
"version": "1.3.43",
"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": "1.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angularjs/template/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@template/angularjs",
"version": "1.3.42",
"version": "1.3.43",
"dependencies": {
"angular": "1.8.3"
},
"devDependencies": {
"@leanup/cli-angularjs": "1.3.42",
"@leanup/stack-angularjs": "1.3.42",
"@leanup/cli-angularjs": "1.3.43",
"@leanup/stack-angularjs": "1.3.43",
"@types/angular": "1.8.4"
}
}
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.3.42",
"version": "1.3.43",
"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": "1.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/aurelia/template/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@template/aurelia",
"version": "1.3.42",
"version": "1.3.43",
"dependencies": {
"aurelia-bootstrapper": "2.4.0",
"aurelia-framework": "1.4.1"
},
"devDependencies": {
"@leanup/cli-aurelia": "1.3.42",
"@leanup/stack-aurelia": "1.3.42"
"@leanup/cli-aurelia": "1.3.43",
"@leanup/stack-aurelia": "1.3.43"
}
}
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.3.42",
"version": "1.3.43",
"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": "1.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/inferno/template/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@template/inferno",
"version": "1.3.42",
"version": "1.3.43",
"dependencies": {
"inferno": "7.4.11"
},
"devDependencies": {
"@leanup/cli-inferno": "1.3.42",
"@leanup/stack-inferno": "1.3.42"
"@leanup/cli-inferno": "1.3.43",
"@leanup/stack-inferno": "1.3.43"
}
}
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.3.42",
"version": "1.3.43",
"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.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/frameworks/lit-element/template/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@template/lit-element",
"version": "1.3.42",
"version": "1.3.43",
"dependencies": {
"lit-element": "3.2.2"
},
"devDependencies": {
"@leanup/cli-lit-element": "1.3.42",
"@leanup/cli-lit-element": "1.3.43",
"@leanup/stack-lit-element": "1.3.41"
}
}
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.3.42",
"version": "1.3.43",
"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": "1.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/preact/template/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@template/preact",
"version": "1.3.42",
"version": "1.3.43",
"dependencies": {
"preact": "10.11.3"
},
"devDependencies": {
"@leanup/cli-preact": "1.3.42",
"@leanup/stack-preact": "1.3.42"
"@leanup/cli-preact": "1.3.43",
"@leanup/stack-preact": "1.3.43"
}
}
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-react",
"version": "1.3.42",
"version": "1.3.43",
"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": "1.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/react/template/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@template/react",
"version": "1.3.42",
"version": "1.3.43",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@leanup/cli-react": "1.3.42",
"@leanup/stack-react": "1.3.42",
"@leanup/cli-react": "1.3.43",
"@leanup/stack-react": "1.3.43",
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18"
}
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-solid",
"version": "1.3.42",
"version": "1.3.43",
"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": "1.3.42",
"@leanup/cli": "1.3.43",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
Expand Down

0 comments on commit 01455e4

Please sign in to comment.