Skip to content

Commit f6da2a8

Browse files
renovate-botardatan
authored andcommitted
chore(deps): pin dependencies
1 parent cb6adf0 commit f6da2a8

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
"test:ci": "TEST_BROWSER_DRIVER=phantomjs meteor test --driver-package=ardatan:mocha --once"
88
},
99
"dependencies": {
10-
"@angular/common": "^6.0.2",
11-
"@angular/compiler": "^6.0.2",
12-
"@angular/core": "^6.0.2",
13-
"@angular/forms": "^6.0.2",
14-
"@angular/platform-browser": "^6.0.2",
15-
"@angular/platform-browser-dynamic": "^6.0.2",
16-
"@angular/router": "^6.0.2",
17-
"@babel/runtime": "^7.0.0-beta.42",
18-
"core-js": "^2.5.6",
19-
"meteor-node-stubs": "^0.4.1",
20-
"meteor-rxjs": "^0.4.11",
21-
"rxjs": "^6.1.0",
22-
"rxjs-compat": "^6.1.0",
23-
"zone.js": "^0.8.26"
10+
"@angular/common": "6.0.2",
11+
"@angular/compiler": "6.0.2",
12+
"@angular/core": "6.0.2",
13+
"@angular/forms": "6.0.2",
14+
"@angular/platform-browser": "6.0.2",
15+
"@angular/platform-browser-dynamic": "6.0.2",
16+
"@angular/router": "6.0.2",
17+
"@babel/runtime": "7.0.0-beta.42",
18+
"core-js": "2.5.6",
19+
"meteor-node-stubs": "0.4.1",
20+
"meteor-rxjs": "0.4.11",
21+
"rxjs": "6.1.0",
22+
"rxjs-compat": "6.1.0",
23+
"zone.js": "0.8.26"
2424
},
2525
"devDependencies": {
26-
"@angular/compiler-cli": "^6.0.2",
27-
"@types/chai": "^4.1.2",
28-
"@types/meteor": "^1.4.13",
29-
"@types/mocha": "^2.2.48",
30-
"@types/sinon": "^4.3.0",
31-
"chai": "^4.1.2",
32-
"phantomjs-prebuilt": "^2.1.16",
33-
"sinon": "^4.4.6",
34-
"typescript": "^2.8.3"
26+
"@angular/compiler-cli": "6.0.2",
27+
"@types/chai": "4.1.2",
28+
"@types/meteor": "1.4.13",
29+
"@types/mocha": "2.2.48",
30+
"@types/sinon": "4.3.0",
31+
"chai": "4.1.2",
32+
"phantomjs-prebuilt": "2.1.16",
33+
"sinon": "4.4.6",
34+
"typescript": "2.8.3"
3535
}
3636
}

0 commit comments

Comments
 (0)