Skip to content

Commit 2dbd105

Browse files
committed
v2.0.0-rc.78
1 parent 2b1c136 commit 2dbd105

Some content is hidden

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

53 files changed

+12633
-88
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"packages/openapi",
1212
"packages/stack/*"
1313
],
14-
"version": "2.0.0-rc.77"
14+
"version": "2.0.0-rc.78"
1515
}

package-lock.json

Lines changed: 12571 additions & 26 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": "2.0.0-rc.77",
3+
"version": "2.0.0-rc.78",
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/template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/core",
3-
"version": "2.0.0-rc.77",
3+
"version": "2.0.0-rc.78",
44
"description": "",
55
"scripts": {
66
"coverage": "cross-env NODE_ENV=test nyc mocha",
@@ -23,17 +23,17 @@
2323
":prepare": "rimraf .husky && husky install && husky add .husky/commit-msg \"npx commitlint --edit $1\" && husky add .husky/pre-commit \"npm run lint\" && husky add .husky/pre-commit \"npm run format\" && husky add .husky/pre-commit \"npm run ts-prune\""
2424
},
2525
"dependencies": {
26-
"@leanup/form": "2.0.0-rc.77",
27-
"@leanup/lib": "2.0.0-rc.77",
28-
"@leanup/openapi-demo": "2.0.0-rc.76",
26+
"@leanup/form": "2.0.0-rc.78",
27+
"@leanup/lib": "2.0.0-rc.78",
28+
"@leanup/openapi-demo": "2.0.0-rc.78",
2929
"navigo": "8.11.1",
3030
"rxjs": "7.5.7"
3131
},
3232
"devDependencies": {
3333
"@leanup/cli": "2.0.0-rc.73",
34-
"@leanup/git-hooks": "2.0.0-rc.76",
35-
"@leanup/stack": "2.0.0-rc.77",
36-
"@leanup/stack-webpack": "2.0.0-rc.77",
34+
"@leanup/git-hooks": "2.0.0-rc.78",
35+
"@leanup/stack": "2.0.0-rc.78",
36+
"@leanup/stack-webpack": "2.0.0-rc.78",
3737
"chromedriver": "104.0.0",
3838
"npm-check-updates": "16.3.16",
3939
"postcss-windicss": "1.0.0",

packages/cli/create-leanup/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/create-leanup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-leanup",
33
"description": "This package contains the slim CLI to get started with leanupjs.",
4-
"version": "2.0.0-rc.77",
4+
"version": "2.0.0-rc.78",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"scripts": {
77
"build": "rimraf dist && tsup src/cli.ts --minify",

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-angular",
3-
"version": "2.0.0-rc.77",
3+
"version": "2.0.0-rc.78",
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",

packages/cli/frameworks/angularjs/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.

0 commit comments

Comments
 (0)