Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.78"
"version": "2.0.0-rc.79"
}
12,585 changes: 12,559 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.78",
"version": "2.0.0-rc.79",
"description": "This module contains the babel stuff for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
12 changes: 6 additions & 6 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.78",
"version": "2.0.0-rc.79",
"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.78",
"@leanup/lib": "2.0.0-rc.78",
"@leanup/form": "2.0.0-rc.79",
"@leanup/lib": "2.0.0-rc.79",
"@leanup/openapi-demo": "2.0.0-rc.78",
"navigo": "8.11.1",
"rxjs": "7.5.7"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.73",
"@leanup/git-hooks": "2.0.0-rc.78",
"@leanup/stack": "2.0.0-rc.78",
"@leanup/stack-webpack": "2.0.0-rc.78",
"@leanup/git-hooks": "2.0.0-rc.79",
"@leanup/stack": "2.0.0-rc.79",
"@leanup/stack-webpack": "2.0.0-rc.79",
"chromedriver": "104.0.0",
"npm-check-updates": "16.3.18",
"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.78",
"version": "2.0.0-rc.79",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"scripts": {
"build": "rimraf dist && tsup src/cli.ts --minify",
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.78",
"version": "2.0.0-rc.79",
"description": "This module contains the cucumber feature for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"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.78",
"version": "2.0.0-rc.79",
"description": "This module contains pwa features for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"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.78",
"version": "2.0.0-rc.79",
"description": "This module contains useful features for handling forms.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"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.78"
"@leanup/lib": "2.0.0-rc.79"
},
"devDependencies": {
"@types/chai": "4.3.4",
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.78",
"version": "2.0.0-rc.79",
"description": "This module contains some nice tools to organize git hooks for NodeJs projects.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"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.78",
"version": "2.0.0-rc.79",
"description": "This module is a collection of lightweight application features.",
"author": "Martin Oppitz <npesm@martinoppitz.com>",
"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.

2 changes: 1 addition & 1 deletion packages/stack/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/stack",
"version": "2.0.0-rc.78",
"version": "2.0.0-rc.79",
"description": "This module contains all required tools to serve, test and build a framework neutral SPA.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/snowpack/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/stack/snowpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/stack-snowpack",
"version": "2.0.0-rc.78",
"version": "2.0.0-rc.79",
"description": "This module contains all snowpack-related functionalities for the @leanup/stack.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -39,7 +39,7 @@
"snowpack-plugin-replace": "1.0.4"
},
"devDependencies": {
"@leanup/stack": "2.0.0-rc.78"
"@leanup/stack": "2.0.0-rc.79"
},
"peerDependencies": {
"@leanup/stack": "~2.0.0-rc.73"
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/vite/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/stack/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/stack-vite",
"version": "2.0.0-rc.78",
"version": "2.0.0-rc.79",
"description": "This module contains all vite-related functionalities for the @leanup/stack.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -34,7 +34,7 @@
"vite-plugin-replace": "0.1.1"
},
"devDependencies": {
"@leanup/stack": "2.0.0-rc.78"
"@leanup/stack": "2.0.0-rc.79"
},
"peerDependencies": {
"@leanup/stack": "~2.0.0-rc.73"
Expand Down
Loading