Skip to content

Commit

Permalink
chore: fix own dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 3, 2021
1 parent dc2e9de commit 208ea4d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/stack/frameworks/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/stack-webpack": "^1.1.0-rc.249"
"@leanup/stack-webpack": "1.1.0-rc.249"
},
"devDependencies": {
"@types/node": "14.14.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/stack/frameworks/angularjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/cli-core-babel": "^1.1.0-rc.249",
"@leanup/stack-webpack": "^1.1.0-rc.249",
"@leanup/cli-core-babel": "1.1.0-rc.249",
"@leanup/stack-webpack": "1.1.0-rc.249",
"babel-plugin-angularjs-annotate": "0.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/frameworks/aurelia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/stack-webpack": "^1.1.0-rc.249",
"@leanup/stack-webpack": "1.1.0-rc.249",
"aurelia-webpack-plugin": "4.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stack/frameworks/inferno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/cli-core-babel": "^1.1.0-rc.249",
"@leanup/stack-webpack": "^1.1.0-rc.249",
"@leanup/cli-core-babel": "1.1.0-rc.249",
"@leanup/stack-webpack": "1.1.0-rc.249",
"babel-plugin-inferno": "6.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/frameworks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/stack-webpack": "^1.1.0-rc.249"
"@leanup/stack-webpack": "1.1.0-rc.249"
},
"devDependencies": {
"@types/node": "14.14.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/stack-webpack": "^1.1.0-rc.249"
"@leanup/stack-webpack": "1.1.0-rc.249"
},
"devDependencies": {
"@types/node": "14.14.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/frameworks/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/stack-webpack": "^1.1.0-rc.249",
"@leanup/stack-webpack": "1.1.0-rc.249",
"prettier-plugin-svelte": "1.4.2",
"svelte-loader": "2.13.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/stack-webpack": "^1.1.0-rc.249",
"@leanup/stack-webpack": "1.1.0-rc.249",
"vue-loader": "15.9.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/frameworks/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/stack-webpack": "^1.1.0-rc.249",
"@leanup/stack-webpack": "1.1.0-rc.249",
"vue-loader": "16.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 208ea4d

Please sign in to comment.