Skip to content

Commit

Permalink
[all] Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smialy committed May 2, 2018
1 parent f59b015 commit 04d2f23
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "sjs",
"license": "MIT",
"devDependencies": {
"lerna": "^2.9.0"
"lerna": "^2.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/sjs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-qunit": "^2.0.1",
"karma-rollup-preprocessor": "^5.1.1",
"karma-rollup-preprocessor": "^6.0.0",
"qunit": "^2.6.0",
"rollup": "^0.57.1",
"rollup": "^0.58.2",
"typescript": "^2.8.1"
},
"babel": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sjs-di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-qunit": "^2.0.1",
"karma-rollup-preprocessor": "^5.1.1",
"karma-rollup-preprocessor": "^6.0.0",
"qunit": "^2.6.0",
"rollup": "^0.57.1",
"rollup": "^0.58.2",
"typescript": "^2.8.1"
},
"babel": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sjs-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-qunit": "^2.0.1",
"karma-rollup-preprocessor": "^5.1.1",
"karma-rollup-preprocessor": "^6.0.0",
"qunit": "^2.6.0",
"rollup": "^0.57.1",
"rollup": "^0.58.2",
"typescript": "^2.8.1"
},
"babel": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sjs-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-qunit": "^2.0.1",
"karma-rollup-preprocessor": "^5.1.1",
"karma-rollup-preprocessor": "^6.0.0",
"qunit": "^2.6.0",
"rollup": "^0.57.1",
"rollup": "^0.58.2",
"typescript": "^2.8.1"
},
"babel": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sjs-sm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-qunit": "^2.0.1",
"karma-rollup-preprocessor": "^5.1.1",
"karma-rollup-preprocessor": "^6.0.0",
"qunit": "^2.6.0",
"rollup": "^0.57.1",
"rollup": "^0.58.2",
"typescript": "^2.8.1"
},
"babel": {
Expand Down

0 comments on commit 04d2f23

Please sign in to comment.