Skip to content

Commit 81b86ab

Browse files
committed
v1.1.98
1 parent 6a6ef46 commit 81b86ab

File tree

84 files changed

+12038
-165
lines changed

Some content is hidden

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

84 files changed

+12038
-165
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.1.97"
5+
"version": "1.1.98"
66
}

package-lock.json

Lines changed: 11898 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.1.97",
3+
"version": "1.1.98",
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.1.97",
3+
"version": "1.1.98",
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.1.97",
3+
"version": "1.1.98",
44
"description": "",
55
"scripts": {
66
"coverage": "cross-env NODE_ENV=test nyc mocha",
@@ -29,8 +29,8 @@
2929
]
3030
},
3131
"dependencies": {
32-
"@leanup/form": "1.1.97",
33-
"@leanup/lib": "1.1.97",
32+
"@leanup/form": "1.1.98",
33+
"@leanup/lib": "1.1.98",
3434
"@public-oss/kolibri-themes": "0.0.3",
3535
"@public-ui/components": "1.4.2",
3636
"@public-ui/core": "1.4.2",
@@ -39,12 +39,12 @@
3939
"rxjs": "7.8.1"
4040
},
4141
"devDependencies": {
42-
"@leanup/cli": "1.1.97",
43-
"@leanup/git-hooks": "1.1.94",
44-
"@leanup/stack": "1.1.97",
45-
"@leanup/stack-snowpack": "1.1.97",
46-
"@leanup/stack-vite": "1.1.97",
47-
"@leanup/stack-webpack": "1.1.97",
42+
"@leanup/cli": "1.1.98",
43+
"@leanup/git-hooks": "1.1.98",
44+
"@leanup/stack": "1.1.98",
45+
"@leanup/stack-snowpack": "1.1.98",
46+
"@leanup/stack-vite": "1.1.98",
47+
"@leanup/stack-webpack": "1.1.98",
4848
"@tailwindcss/jit": "0.1.18",
4949
"chromedriver": "91.0.1",
5050
"npm-check-updates": "11.8.5",

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.1.97",
3+
"version": "1.1.98",
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.1.97",
41+
"@leanup/cli": "1.1.98",
4242
"@types/node": "16.18.25",
4343
"typescript": "4.3.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.1.97",
3+
"version": "1.1.98",
44
"dependencies": {
55
"@angular/common": "11.2.14",
66
"@angular/compiler": "11.2.14",
@@ -14,8 +14,8 @@
1414
"zone.js": "0.13.0"
1515
},
1616
"devDependencies": {
17-
"@leanup/cli-angular": "1.1.97",
18-
"@leanup/stack-angular": "1.1.97",
17+
"@leanup/cli-angular": "1.1.98",
18+
"@leanup/stack-angular": "1.1.98",
1919
"@ngtools/webpack": "11.2.19",
2020
"typescript": "4.1.6"
2121
}

0 commit comments

Comments
 (0)