Skip to content

Commit

Permalink
Merge pull request #186 from OfficeDev/dependency-update
Browse files Browse the repository at this point in the history
Updated dependencies. Updated tests to validate id as uuid. Fixed Slack badge.
  • Loading branch information
beth-panx committed Oct 10, 2016
2 parents d31ab26 + 3aa7326 commit 69459dd
Show file tree
Hide file tree
Showing 26 changed files with 51 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Coverage Status](https://coveralls.io/repos/OfficeDev/generator-office/badge.svg?branch=master&service=github)](https://coveralls.io/github/OfficeDev/generator-office?branch=master)
[![Dependency Status](https://david-dm.org/officedev/generator-office.svg)](https://david-dm.org/officedev/generator-office)
[![devDependency Status](https://david-dm.org/officedev/generator-office/dev-status.svg)](https://david-dm.org/officedev/generator-office#info=devDependencies)
[![Slack Network](http://officedevslack.azurewebsites.com/badge.svg)](http://officedevslack.azurewebsites.com/)
[![Slack Network](https://officedevslack.azurewebsites.net/badge.svg)](https://officedevslack.azurewebsites.net/)

[Yeoman](http://yeoman.io) generator for creating Microsoft Office projects using any text editor. Microsoft includes fantastic & [rich development tools for creating Office related projects using Visual Studio 2013](http://aka.ms/OfficeDevToolsForVS2013) or [tools for Visual Studio 2015](http://aka.ms/OfficeDevToolsForVS2015). This generator is for those developers who:

Expand Down
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,38 +58,39 @@
"powerpoint"
],
"dependencies": {
"chalk": "^1.0.0",
"deep-extend": "^0.4.0",
"lodash": "^3.10.1",
"uuid": "^2.0.1",
"chalk": "^1.1.3",
"deep-extend": "^0.4.1",
"lodash": "^4.16.4",
"uuid": "^2.0.3",
"yeoman-generator": "^0.22.1",
"yosay": "^1.0.2",
"xml2js": "^0.4.10"
"yosay": "^1.2.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-mocha": "^2.1.3",
"chai": "^3.5.0",
"coveralls": "^2.11.14",
"gulp": "^3.9.1",
"gulp-if": "^2.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-mocha": "^3.0.1",
"gulp-print": "^2.0.1",
"gulp-task-listing": "^1.0.1",
"gulp-util": "^3.0.6",
"istanbul": "^0.4.0",
"jscs": "^2.1.1",
"jscs-jsdoc": "^1.1.0",
"jshint-stylish": "^2.0.1",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jscs-jsdoc": "^2.0.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"mocha": "*",
"mockery": "^1.4.0",
"mockery": "^2.0.0",
"tsd": "^0.6.5",
"validator": "^4.0.3",
"validator": "^6.0.0",
"which": "^1.1.1",
"yargs": "^3.24.0",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0"
"yargs": "^6.0.0",
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion test/content/existingproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe('office:content', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/content/existingproj-manifestonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('office:content', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/content/existingproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe('office:content', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/content/existingproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe('office:content', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/content/newproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('office:content', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/content/newproj-manifestonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('office:content', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/content/newproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe('office:content', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/content/newproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('office:content', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/existingproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/existingproj-manifestonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/existingproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/existingproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/newproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/newproj-manifestonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/newproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/mail/newproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ describe('office:mail', function () {
});

it('has valid ID', function (done) {
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/existingproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/existingproj-manifestonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/existingproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/existingproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/newproj-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/newproj-manifestonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/newproj-ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down
2 changes: 1 addition & 1 deletion test/taskpane/newproj-ngadal.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('office:taskpane', function(){
});

it('has valid ID', function(done){
expect(validator.isUUID(manifest.OfficeApp.Id)).to.be.true;
expect(validator.isUUID(manifest.OfficeApp.Id + '')).to.be.true;
done();
});

Expand Down

0 comments on commit 69459dd

Please sign in to comment.