Skip to content

Commit 334502f

Browse files
committed
v1.3.39
1 parent 3abdd2a commit 334502f

File tree

91 files changed

+12973
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+12973
-181
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/**"
44
],
5-
"version": "1.3.38"
5+
"version": "1.3.39"
66
}

package-lock.json

Lines changed: 12817 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/core/babel/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/core/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-babel",
3-
"version": "1.3.38",
3+
"version": "1.3.39",
44
"description": "This module contains the babel stuff for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli",
3-
"version": "1.3.38",
3+
"version": "1.3.39",
44
"description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/core/template/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/core",
3-
"version": "1.3.38",
3+
"version": "1.3.39",
44
"description": "",
55
"scripts": {
66
"coverage": "cross-env NODE_ENV=test nyc mocha",
@@ -29,18 +29,18 @@
2929
]
3030
},
3131
"dependencies": {
32-
"@leanup/form": "1.3.38",
33-
"@leanup/lib": "1.3.38",
34-
"@leanup/openapi-demo": "1.3.37",
32+
"@leanup/form": "1.3.39",
33+
"@leanup/lib": "1.3.39",
34+
"@leanup/openapi-demo": "1.3.39",
3535
"navigo": "8.11.1",
3636
"rxjs": "7.5.7"
3737
},
3838
"devDependencies": {
39-
"@leanup/cli": "1.3.38",
40-
"@leanup/git-hooks": "1.3.38",
41-
"@leanup/stack": "1.3.38",
42-
"@leanup/stack-vite": "1.3.38",
43-
"@leanup/stack-webpack": "1.3.38",
39+
"@leanup/cli": "1.3.39",
40+
"@leanup/git-hooks": "1.3.39",
41+
"@leanup/stack": "1.3.39",
42+
"@leanup/stack-vite": "1.3.39",
43+
"@leanup/stack-webpack": "1.3.39",
4444
"@unocss/preset-mini": "0.46.2",
4545
"@unocss/vite": "0.46.2",
4646
"@unocss/webpack": "0.46.2",

packages/cli/frameworks/angular/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/frameworks/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-angular",
3-
"version": "1.3.38",
3+
"version": "1.3.39",
44
"description": "This package contains the Angular framework extension for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",
@@ -38,7 +38,7 @@
3838
"angular": "lib/cli.js"
3939
},
4040
"devDependencies": {
41-
"@leanup/cli": "1.3.38",
41+
"@leanup/cli": "1.3.39",
4242
"@types/node": "17.0.45",
4343
"typescript": "4.5.5"
4444
},

packages/cli/frameworks/angular/template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/angular",
3-
"version": "1.3.38",
3+
"version": "1.3.39",
44
"dependencies": {
55
"@angular/common": "13.3.11",
66
"@angular/compiler": "13.3.11",
@@ -14,8 +14,8 @@
1414
"zone.js": "0.11.8"
1515
},
1616
"devDependencies": {
17-
"@leanup/cli-angular": "1.3.38",
18-
"@leanup/stack-angular": "1.3.38",
17+
"@leanup/cli-angular": "1.3.39",
18+
"@leanup/stack-angular": "1.3.39",
1919
"@ngtools/webpack": "13.3.9",
2020
"typescript": "4.5.5"
2121
}

0 commit comments

Comments
 (0)