Skip to content

Commit

Permalink
chore: only exact dependency versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Mar 13, 2021
1 parent 323d6d5 commit bb04513
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/cli/frameworks/angular/package.json
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/angularjs/package.json
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/aurelia/package.json
Expand Up @@ -42,7 +42,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/inferno/package.json
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/lit-element/package.json
Expand Up @@ -29,7 +29,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/preact/package.json
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/react/package.json
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/svelte/package.json
Expand Up @@ -44,7 +44,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vanilla/package.json
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue/package.json
Expand Up @@ -42,7 +42,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue3/package.json
Expand Up @@ -44,7 +44,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/addons/package.json
Expand Up @@ -49,7 +49,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/cucumber/package.json
Expand Up @@ -35,7 +35,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/graphql/package.json
Expand Up @@ -33,7 +33,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/pwa/package.json
Expand Up @@ -33,7 +33,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/webhint/package.json
Expand Up @@ -39,7 +39,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "1.2.0-rc.50"
"@leanup/cli": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/snowpack/package.json
Expand Up @@ -39,7 +39,7 @@
"snowpack-plugin-replace": "1.0.4"
},
"peerDependencies": {
"@leanup/stack": "1.2.0-rc.50"
"@leanup/stack": "~1.2.0-rc.50"
},
"engines": {
"node": ">=14 <15",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/vite/package.json
Expand Up @@ -33,7 +33,7 @@
"vite": "2.0.5"
},
"peerDependencies": {
"@leanup/stack": "1.2.0-rc.50"
"@leanup/stack": "~1.2.0-rc.50"
},
"engines": {
"node": ">=14 <15",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/webpack/package.json
Expand Up @@ -50,7 +50,7 @@
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/stack": "1.2.0-rc.50"
"@leanup/stack": "~1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down

0 comments on commit bb04513

Please sign in to comment.