Skip to content

chore(package.json): pin dev dependency package to known good #551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,30 +66,30 @@
},
"homepage": "https://github.com/ReactiveX/RxJS",
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.1.2",
"benchmark": "^1.0.0",
"babel": "5.8.23",
"babelify": "6.1.2",
"benchmark": "1.0.0",
"benchpress": "2.0.0-alpha.37.2",
"browserify": "^11.0.0",
"colors": "^1.1.2",
"coveralls": "^2.11.4",
"esdoc": "^0.2.5",
"browserify": "11.0.0",
"colors": "1.1.2",
"coveralls": "2.11.4",
"esdoc": "0.2.5",
"eslint": "1.5.1",
"fs-extra": "^0.24.0",
"glob": "^5.0.14",
"google-closure-compiler": "^20150920.0.0",
"http-server": "^0.8.0",
"istanbul": "^0.3.22",
"jasmine": "^2.3.2",
"jasmine-core": "^2.2.0",
"lodash": "^3.5.0",
"platform": "^1.3.0",
"promise": "^7.0.3",
"fs-extra": "0.24.0",
"glob": "5.0.14",
"google-closure-compiler": "20150920.0.0",
"http-server": "0.8.0",
"istanbul": "0.3.22",
"jasmine": "2.3.2",
"jasmine-core": "2.3.4",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was root of failure, bumped up version to latest.

"lodash": "3.5.0",
"platform": "1.3.0",
"promise": "7.0.3",
"protractor": "2.2.0",
"rx": "latest",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still picking rx as latest to be used in micro perf (micro perf test is only consumer for rx for now) for getting comparison number with latest. Debatable though, since had issues with regression recently(#501).

"tslint": "^2.5.0",
"typescript": "^1.7.0-dev.20150901",
"watch": "^0.16.0"
"tslint": "2.5.0",
"typescript": "1.6.2",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think do not need beta of tsc 1.7 yet, lowered to latest public. Once this PR(microsoft/TypeScript#5290) for TS side merging support is ready, can bump up to use those specific version later.

"watch": "0.16.0"
},
"engines": {
"npm": "~2.0.0"
Expand Down