File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 9
9
"testPreact" : " if [ ! -f my-preact-app/package.json ]; then yarn run firstRunPreact; fi" ,
10
10
"prestartPreact" : " yarn run testPreact" ,
11
11
"startPreact" : " cd my-preact-app && yarn start" ,
12
- "firstRunAngular" : " node_modules/.bin/ ng new my-angular-app" ,
12
+ "firstRunAngular" : " ng new my-angular-app" ,
13
13
"testAngular" : " if [ ! -f my-angular-app/package.json ]; then node_modules/.bin/yarn run firstRunAngular; fi" ,
14
14
"prestartAngular" : " node_modules/.bin/yarn run testAngular" ,
15
15
"startAngular" : " cd my-angular-app && ../node_modules/.bin/ng serve" ,
20
20
},
21
21
"dependencies" : {
22
22
"@angular/cli" : " ^1.4.3" ,
23
+ "@angular/compiler" : " ^4.4.3" ,
23
24
"@angular/compiler-cli" : " ^4.4.3" ,
25
+ "@angular/core" : " ^4.4.3" ,
24
26
"create-react-app" : " ^1.4.0" ,
25
27
"preact-cli" : " ^1.4.1" ,
26
28
"yarn" : " ^1.0.2"
Original file line number Diff line number Diff line change 95
95
minimist "^1.2.0"
96
96
reflect-metadata "^0.1.2"
97
97
98
+ " @angular/compiler@^4.4.3 " :
99
+ version "4.4.3"
100
+ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.4.3.tgz#8f01163dad7db3408497d99d387554b6b185ad66"
101
+ dependencies :
102
+ tslib "^1.7.1"
103
+
104
+ " @angular/core@^4.4.3 " :
105
+ version "4.4.3"
106
+ resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.4.3.tgz#e71d2b07beaacbab48ab7f51d4e2286ea5d70e15"
107
+ dependencies :
108
+ tslib "^1.7.1"
109
+
98
110
" @angular/tsc-wrapped@4.4.3 " :
99
111
version "4.4.3"
100
112
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-4.4.3.tgz#2d3f38210a1d4db03fc86dcf1e095812b85cd119"
@@ -7123,7 +7135,7 @@ tsickle@^0.21.0:
7123
7135
source-map "^0.5.6"
7124
7136
source-map-support "^0.4.2"
7125
7137
7126
- tslib@^1.6.0 :
7138
+ tslib@^1.6.0, tslib@^1.7.1 :
7127
7139
version "1.7.1"
7128
7140
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
7129
7141
You can’t perform that action at this time.
0 commit comments