Skip to content

Commit 4fb7b35

Browse files
fix(package): update angular to v6.1.0-beta.3 (#32)
1 parent 18e7529 commit 4fb7b35

File tree

3 files changed

+186
-59
lines changed

3 files changed

+186
-59
lines changed

package-lock.json

Lines changed: 173 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"start.dev": "ts-node fuse bundle & npm run test.watch"
3636
},
3737
"devDependencies": {
38-
"@angular/animations": "^6.1.0-beta.2",
39-
"@angular/common": "^6.1.0-beta.2",
40-
"@angular/core": "^6.1.0-beta.2",
41-
"@angular/http": "^6.1.0-beta.2",
42-
"@angular/platform-browser": "^6.1.0-beta.2",
43-
"@angular/platform-browser-dynamic": "^6.1.0-beta.2",
44-
"@angular/platform-server": "^6.1.0-beta.2",
45-
"@angular/router": "^6.1.0-beta.2",
38+
"@angular/animations": "^6.1.0-beta.3",
39+
"@angular/common": "^6.1.0-beta.3",
40+
"@angular/core": "^6.1.0-beta.3",
41+
"@angular/http": "^6.1.0-beta.3",
42+
"@angular/platform-browser": "^6.1.0-beta.3",
43+
"@angular/platform-browser-dynamic": "^6.1.0-beta.3",
44+
"@angular/platform-server": "^6.1.0-beta.3",
45+
"@angular/router": "^6.1.0-beta.3",
4646
"@nguniversal/common": "^6.0.0",
4747
"@nguniversal/express-engine": "^6.0.0",
4848
"@types/chalk": "^2.2.0",
@@ -59,7 +59,7 @@
5959
"fuse-test-runner": "^1.0.16",
6060
"husky": "^0.14.3",
6161
"last-release-git": "0.0.3",
62-
"prettier": "^1.13.5",
62+
"prettier": "^1.13.7",
6363
"pretty-quick": "^1.6.0",
6464
"semantic-release": "^15.6.0",
6565
"sinon": "^6.0.1",
@@ -68,8 +68,8 @@
6868
"zone.js": "^0.8.26"
6969
},
7070
"dependencies": {
71-
"@angular/compiler": "^6.1.0-beta.2",
72-
"@angular/compiler-cli": "^6.1.0-beta.2",
71+
"@angular/compiler": "^6.1.0-beta.3",
72+
"@angular/compiler-cli": "^6.1.0-beta.3",
7373
"ajv": "^6.5.1",
7474
"chalk": "^2.4.1",
7575
"favicons": "^5.1.1",
@@ -82,7 +82,7 @@
8282
"ts-node": "^7.0.0",
8383
"tslint": "^5.10.0",
8484
"typescript": "2.7.2",
85-
"uglify-js": "^3.4.1",
85+
"uglify-js": "^3.4.2",
8686
"yargs": "^12.0.1"
8787
},
8888
"release": {

src/generators/deps.const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const ANGULAR_VERSION = '^6.1.0-beta.2'
1+
const ANGULAR_VERSION = '^6.1.0-beta.3'
22

33
export const ANGULAR_CORE_DEV_DEPS = {
44
'@types/node': '^10.3.3'

0 commit comments

Comments
 (0)