Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Sep 24, 2020
1 parent 11df01a commit 1814ad5
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 42 deletions.
16 changes: 8 additions & 8 deletions packages/cli/frameworks/angular/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
]
},
"dependencies": {
"@angular/common": "^10.1.2",
"@angular/compiler": "^10.1.2",
"@angular/compiler-cli": "^10.1.2",
"@angular/core": "^10.1.2",
"@angular/forms": "^10.1.2",
"@angular/platform-browser": "^10.1.2",
"@angular/platform-browser-dynamic": "^10.1.2",
"@angular/common": "^10.1.3",
"@angular/compiler": "^10.1.3",
"@angular/compiler-cli": "^10.1.3",
"@angular/core": "^10.1.3",
"@angular/forms": "^10.1.3",
"@angular/platform-browser": "^10.1.3",
"@angular/platform-browser-dynamic": "^10.1.3",
"@leanup/form": "^1.0.10",
"@leanup/lib": "^1.0.10",
"core-js": "^3.6.5",
Expand All @@ -48,7 +48,7 @@
"@leanup/cli-addons": "^1.0.10",
"@leanup/cli-angular": "^1.0.10",
"@leanup/git-hooks": "^1.0.8",
"@ngtools/webpack": "^10.1.2",
"@ngtools/webpack": "^10.1.3",
"typescript": "^4.0.3"
},
"gitHead": "d77d4ffcfdbaddda7b135c14a94a809981d488a6"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/preact/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@leanup/form": "^1.0.10",
"@leanup/lib": "^1.0.10",
"navigo": "^7.1.2",
"preact": "^10.4.8"
"preact": "^10.5.2"
},
"devDependencies": {
"@leanup/cli": "^1.0.10",
Expand Down
80 changes: 50 additions & 30 deletions 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
Expand Up @@ -43,7 +43,7 @@
"vue3": "lib/cli.js"
},
"dependencies": {
"vue-loader": "^16.0.0-beta.7"
"vue-loader": "~16.0.0-beta.8"
},
"devDependencies": {
"@leanup/cli": "^1.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"inferno": "^7.4.5",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"preact": "^10.4.8",
"preact": "^10.5.2",
"react": "^16.13.1",
"tsc": "^1.20150623.0",
"typescript": "^4.0.3"
},
"peerDependencies": {
"inferno": "^7.4.3",
"preact": "^10.4.8",
"preact": "^10.5.2",
"react": "^16.13.1"
},
"scripts": {
Expand Down

0 comments on commit 1814ad5

Please sign in to comment.