Skip to content

Commit

Permalink
refactor: use leanup cli as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 3, 2021
1 parent 2a134b4 commit c142fb0
Show file tree
Hide file tree
Showing 26 changed files with 83 additions and 47 deletions.
1 change: 1 addition & 0 deletions packages/cli/core/template/package.json
Expand Up @@ -38,6 +38,7 @@
"tailwindcss": "2.0.2"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@leanup/git-hooks": "1.1.0-rc.249",
"@leanup/stack": "1.1.0-rc.249",
"chromedriver": "87.0.4",
Expand Down
7 changes: 4 additions & 3 deletions packages/cli/frameworks/angular/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"angular": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/angular/template/package.json
Expand Up @@ -14,7 +14,8 @@
"zone.js": "0.11.3"
},
"devDependencies": {
"@leanup/stack-angular": "^1.1.0-rc.249",
"@leanup/cli-angular": "1.1.0-rc.249",
"@leanup/stack-angular": "1.1.0-rc.249",
"@ngtools/webpack": "next",
"typescript": "~4.0.5"
}
Expand Down
7 changes: 4 additions & 3 deletions packages/cli/frameworks/angularjs/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"angularjs": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/angularjs/template/package.json
Expand Up @@ -5,7 +5,8 @@
"angular": "1.8.2"
},
"devDependencies": {
"@leanup/stack-angularjs": "^1.1.0-rc.249",
"@leanup/cli-angularjs": "1.1.0-rc.249",
"@leanup/stack-angularjs": "1.1.0-rc.249",
"@types/angular": "1.8.0"
}
}
7 changes: 4 additions & 3 deletions packages/cli/frameworks/aurelia/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"aurelia": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/aurelia/template/package.json
Expand Up @@ -6,6 +6,7 @@
"aurelia-framework": "1.3.1"
},
"devDependencies": {
"@leanup/stack-aurelia": "^1.1.0-rc.249"
"@leanup/cli-aurelia": "1.1.0-rc.249",
"@leanup/stack-aurelia": "1.1.0-rc.249"
}
}
7 changes: 4 additions & 3 deletions packages/cli/frameworks/inferno/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"inferno": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/inferno/template/package.json
Expand Up @@ -5,6 +5,7 @@
"inferno": "7.4.6"
},
"devDependencies": {
"@leanup/stack-inferno": "^1.1.0-rc.249"
"@leanup/cli-inferno": "1.1.0-rc.249",
"@leanup/stack-inferno": "1.1.0-rc.249"
}
}
7 changes: 4 additions & 3 deletions packages/cli/frameworks/lit-element/package.json
Expand Up @@ -23,13 +23,14 @@
"bin": {
"lit-element": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
7 changes: 4 additions & 3 deletions packages/cli/frameworks/preact/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"preact": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/preact/template/package.json
Expand Up @@ -5,6 +5,7 @@
"preact": "10.5.7"
},
"devDependencies": {
"@leanup/stack-preact": "^1.1.0-rc.249"
"@leanup/cli-preact": "1.1.0-rc.249",
"@leanup/stack-preact": "1.1.0-rc.249"
}
}
7 changes: 4 additions & 3 deletions packages/cli/frameworks/react/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"react": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/react/template/package.json
Expand Up @@ -6,7 +6,8 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"@leanup/stack-react": "^1.1.0-rc.249",
"@leanup/cli-react": "1.1.0-rc.249",
"@leanup/stack-react": "1.1.0-rc.249",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0"
}
Expand Down
7 changes: 4 additions & 3 deletions packages/cli/frameworks/svelte/package.json
Expand Up @@ -37,13 +37,14 @@
"bin": {
"svelte": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/svelte/template/package.json
Expand Up @@ -5,7 +5,8 @@
"svelte": "3.31.0"
},
"devDependencies": {
"@leanup/stack-svelte": "^1.1.0-rc.249",
"@leanup/cli-svelte": "1.1.0-rc.249",
"@leanup/stack-svelte": "1.1.0-rc.249",
"@pyoner/svelte-types": "3.4.4-2",
"@tsconfig/svelte": "1.0.10"
}
Expand Down
7 changes: 4 additions & 3 deletions packages/cli/frameworks/vanilla/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"vanilla": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
7 changes: 4 additions & 3 deletions packages/cli/frameworks/vue/package.json
Expand Up @@ -36,13 +36,14 @@
"bin": {
"vue": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/vue/template/package.json
Expand Up @@ -6,7 +6,8 @@
"vue": "2.6.12"
},
"devDependencies": {
"@leanup/stack-vue": "^1.1.0-rc.249",
"@leanup/cli-vue": "1.1.0-rc.249",
"@leanup/stack-vue": "1.1.0-rc.249",
"vue-template-compiler": "2.6.12"
}
}
7 changes: 4 additions & 3 deletions packages/cli/frameworks/vue3/package.json
Expand Up @@ -37,13 +37,14 @@
"bin": {
"vue3": "lib/cli.js"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/frameworks/vue3/template/package.json
Expand Up @@ -5,7 +5,8 @@
"vue": "3.0.2"
},
"devDependencies": {
"@leanup/stack-vue3": "^1.1.0-rc.249",
"@leanup/cli-vue3": "1.1.0-rc.249",
"@leanup/stack-vue3": "1.1.0-rc.249",
"@vue/compiler-sfc": "3.0.4"
}
}
5 changes: 4 additions & 1 deletion packages/cli/plugins/addons/package.json
Expand Up @@ -40,14 +40,17 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249",
"comlink-loader": "2.0.0",
"compression-webpack-plugin": "7.1.1"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
}
Expand Down
5 changes: 4 additions & 1 deletion packages/cli/plugins/cucumber/package.json
Expand Up @@ -23,17 +23,20 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/cucumber": "6.0.1",
"cucumber": "6.0.5",
"cucumber-html-reporter": "5.3.0",
"cucumber-pretty": "6.0.0",
"nightwatch-api": "3.0.1"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
}
Expand Down
5 changes: 4 additions & 1 deletion packages/cli/plugins/graphql/package.json
Expand Up @@ -24,14 +24,17 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249",
"eslint-plugin-graphql": "4.0.0",
"graphql-tag": "2.11.0"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
}
Expand Down
5 changes: 4 additions & 1 deletion packages/cli/plugins/pwa/package.json
Expand Up @@ -24,14 +24,17 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249",
"webpack-pwa-manifest": "4.3.0",
"workbox-webpack-plugin": "6.0.2"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
}
Expand Down
5 changes: 4 additions & 1 deletion packages/cli/plugins/webhint/package.json
Expand Up @@ -31,13 +31,16 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/cli": "1.1.0-rc.249",
"hint": "6.1.1"
},
"devDependencies": {
"@leanup/cli": "1.1.0-rc.249",
"@types/node": "14.14.19",
"typescript": "4.1.3"
},
"peerDependencies": {
"@leanup/cli": "^1.1.0-rc.249"
},
"scripts": {
"prepack": "rm -rf lib && tsc"
}
Expand Down

0 comments on commit c142fb0

Please sign in to comment.