Skip to content

Commit f116496

Browse files
committed
chore: upgrade angular version to rc6
1 parent 440d767 commit f116496

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

addon/ng2/blueprints/ng2/files/__path__/test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import './polyfills.ts';
22

33
import 'zone.js/dist/long-stack-trace-zone';
4+
import 'zone.js/dist/proxy.js';
5+
import 'zone.js/dist/sync-test';
46
import 'zone.js/dist/jasmine-patch';
57
import 'zone.js/dist/async-test';
68
import 'zone.js/dist/fake-async-test';
7-
import 'zone.js/dist/sync-test';
89

910
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
1011
declare var __karma__: any;

addon/ng2/blueprints/ng2/files/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/common": "2.0.0-rc.5",
16-
"@angular/compiler": "2.0.0-rc.5",
17-
"@angular/core": "2.0.0-rc.5",
18-
"@angular/forms": "0.3.0",
19-
"@angular/http": "2.0.0-rc.5",
20-
"@angular/platform-browser": "2.0.0-rc.5",
21-
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
22-
"@angular/router": "3.0.0-rc.1",
23-
"core-js": "^2.4.0",
15+
"@angular/common": "2.0.0-rc.6",
16+
"@angular/compiler": "2.0.0-rc.6",
17+
"@angular/core": "2.0.0-rc.6",
18+
"@angular/forms": "2.0.0-rc.6",
19+
"@angular/http": "2.0.0-rc.6",
20+
"@angular/platform-browser": "2.0.0-rc.6",
21+
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
22+
"@angular/router": "3.0.0-rc.2",
23+
"core-js": "^2.4.1",
2424
"rxjs": "5.0.0-beta.11",
2525
"ts-helpers": "^1.1.1",
26-
"zone.js": "0.6.12"
26+
"zone.js": "0.6.17"
2727
},
2828
"devDependencies": {<% if(isMobile) { %>
2929
"@angular/platform-server": "2.0.0-rc.4",

addon/ng2/models/webpack-build-production.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ export const getWebpackProdConfigPartial = function(projectRoot: string, appConf
1515
},
1616
plugins: [
1717
new WebpackMd5Hash(),
18-
new webpack.optimize.DedupePlugin(),
1918
new webpack.optimize.UglifyJsPlugin(<any>{
20-
mangle: { screw_ie8 : true, keep_fnames: true },
19+
mangle: { screw_ie8 : true },
2120
compress: { screw_ie8: true }
2221
}),
2322
new CompressionPlugin({

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"homepage": "https://github.com/angular/angular-cli",
4242
"dependencies": {
43-
"@angular/compiler": "^2.0.0-rc.5",
43+
"@angular/compiler": "^2.0.0-rc.6",
4444
"@angular/compiler-cli": "^0.5.0",
45-
"@angular/core": "^2.0.0-rc.5",
45+
"@angular/core": "^2.0.0-rc.6",
4646
"@angular/tsc-wrapped": "^0.2.2",
4747
"@angular-cli/ast-tools": "^1.0.0",
4848
"angular2-template-loader": "^0.5.0",

0 commit comments

Comments
 (0)