Skip to content

Commit

Permalink
v2.0.0-rc.73
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 14, 2022
1 parent fe76ac3 commit 8c0363f
Show file tree
Hide file tree
Showing 53 changed files with 12,074 additions and 88 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages/openapi",
"packages/stack/*"
],
"version": "2.0.0-rc.72"
"version": "2.0.0-rc.73"
}
12,038 changes: 12,012 additions & 26 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This module contains the babel stuff for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
14 changes: 7 additions & 7 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "",
"scripts": {
"coverage": "cross-env NODE_ENV=test nyc mocha",
Expand All @@ -23,17 +23,17 @@
":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\""
},
"dependencies": {
"@leanup/form": "2.0.0-rc.72",
"@leanup/lib": "2.0.0-rc.72",
"@leanup/openapi-demo": "2.0.0-rc.72",
"@leanup/form": "2.0.0-rc.73",
"@leanup/lib": "2.0.0-rc.73",
"@leanup/openapi-demo": "2.0.0-rc.73",
"navigo": "8.11.1",
"rxjs": "7.5.6"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.69",
"@leanup/git-hooks": "2.0.0-rc.72",
"@leanup/stack": "2.0.0-rc.72",
"@leanup/stack-webpack": "2.0.0-rc.72",
"@leanup/git-hooks": "2.0.0-rc.73",
"@leanup/stack": "2.0.0-rc.73",
"@leanup/stack-webpack": "2.0.0-rc.73",
"chromedriver": "104.0.0",
"npm-check-updates": "16.1.2",
"postcss-windicss": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/create-leanup/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/create-leanup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-leanup",
"description": "This package contains the slim CLI to get started with leanupjs.",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"author": "Martin Oppitz <[email protected]>",
"scripts": {
"build": "rimraf dist && tsup src/cli.ts --minify",
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Angular framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the AngularJS framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Aurelia framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Inferno framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the lit-element extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Preact framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the React framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
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.

2 changes: 1 addition & 1 deletion 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": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Solid framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/svelte/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/frameworks/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-svelte",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Svelte framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vanilla/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/frameworks/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-vanilla",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the VanillaJS extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue/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/frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-vue",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Vue framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue3/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/frameworks/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-vue3",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the Vue3 framework extension for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/lup/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/lup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lup",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This package contains the slim CLI to get started with leanupjs.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/cucumber/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/plugins/cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-cucumber",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This module contains the cucumber feature for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/pwa/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/plugins/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-pwa",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This module contains pwa features for the @leanup/cli.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/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/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/form",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This module contains useful features for handling forms.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://github.com/leanupjs/form#readme",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/lib": "2.0.0-rc.72"
"@leanup/lib": "2.0.0-rc.73"
},
"devDependencies": {
"@types/chai": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/git-hooks/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/git-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/git-hooks",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This module contains some nice tools to organize git hooks for NodeJs projects.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/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/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/lib",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This module is a collection of lightweight application features.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/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/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/openapi-demo",
"version": "2.0.0-rc.72",
"version": "2.0.0-rc.73",
"description": "This module is a collection of lightweight application features.",
"author": "Martin Oppitz <[email protected]>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c0363f

Please sign in to comment.