Skip to content

Commit

Permalink
Update dependencies with alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 6, 2018
1 parent fc0b925 commit 27a7e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/cli/src/generate/templates-spec/app/package.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"node": ">=8"
},
"dependencies": {
"@foal/core": "^0.6.0-alpha.2",
"@foal/ejs": "^0.6.0-alpha.1",
"@foal/core": "^0.6.0-alpha.3",
"@foal/ejs": "^0.6.0-alpha.3",
"source-map-support": "^0.5.1",
"sqlite3": "^4.0.0",
"typeorm": "^0.2.6"
},
"devDependencies": {
"@types/node": "^8.0.47",
"@foal/cli": "^0.6.0-alpha.2",
"@foal/cli": "^0.6.0-alpha.3",
"mocha": "^5.2.0",
"@types/mocha": "^5.2.1",
"concurrently": "^3.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/generate/templates/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"node": ">=8"
},
"dependencies": {
"@foal/core": "^0.6.0-alpha.2",
"@foal/ejs": "^0.6.0-alpha.1",
"@foal/core": "^0.6.0-alpha.3",
"@foal/ejs": "^0.6.0-alpha.3",
"source-map-support": "^0.5.1",
"sqlite3": "^4.0.0",
"typeorm": "^0.2.6"
},
"devDependencies": {
"@types/node": "^8.0.47",
"@foal/cli": "^0.6.0-alpha.2",
"@foal/cli": "^0.6.0-alpha.3",
"mocha": "^5.2.0",
"@types/mocha": "^5.2.1",
"concurrently": "^3.5.1",
Expand Down

0 comments on commit 27a7e11

Please sign in to comment.