Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Update dependencies (#54)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update snapshot
  • Loading branch information
Florian Richter authored Jan 31, 2020
1 parent e1ad669 commit feb8a29
Show file tree
Hide file tree
Showing 6 changed files with 1,046 additions and 1,011 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,32 @@
"@oclif/plugin-not-found": "^1.2.3",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"cli-ux": "^5.4.1",
"execa": "^3.4.0",
"execa": "^4.0.0",
"fast-glob": "^3.1.1",
"handlebars": "^4.6.0",
"js-yaml": "^3.13.1",
"listr": "^0.14.3",
"rimraf": "^3.0.0",
"tslib": "^1.10.0",
"yargs": "14.0.0"
"yargs": "15.1.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/tslint": "^3.1.1",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.25",
"@types/jest": "^25.1.1",
"@types/js-yaml": "^3.12.1",
"@types/listr": "^0.14.2",
"@types/node": ">=10.0.0",
"@types/rimraf": "^2.0.3",
"fs-extra": "^8.1.0",
"globby": "^10.0.2",
"jest": "^24.9.0",
"globby": "^11.0.0",
"jest": "^25.1.0",
"jest-extended": "^0.11.2",
"np": "^5.2.1",
"prettier": "^1.19.1",
"ts-jest": "^24.3.0",
"ts-jest": "^25.1.0",
"ts-node": "^8.6.0",
"tslint": "^5.20.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion test/add-cx-server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('Add CX Server', () => {

const approuterFiles = fs.readdirSync(path.resolve(projectDir, 'cx-server'));
expect(approuterFiles).toIncludeAllMembers(['cx-server', 'server.cfg']);
});
}, 10000);

it('should detect and fail if there are conflicts', async () => {
const projectDir = getCleanProjectDir(testOutputDir, 'add-cx-server-conflicts');
Expand Down
2 changes: 1 addition & 1 deletion test/package.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Package', () => {
const copiedFiles = fs.readdirSync(path.resolve(projectDir, 'deployment'));
expect(copiedFiles).toIncludeAllMembers(['package.json', 'package-lock.json']);
expect(copiedFiles).toHaveLength(2);
});
}, 10000);

it('should copy files correctly with custom globs', async () => {
const projectDir = getCleanProjectDir(testOutputDir, 'globs');
Expand Down
1 change: 0 additions & 1 deletion test/utils/__snapshots__/scaffold.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ Array [
"test",
"tsconfig.build.json",
"tsconfig.json",
"tslint.json",
]
`;
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"rules": {
"arrow-parens": [false, "as-needed"],
"array-type": [true, "array-simple"],
"file-header": [
true,
"Copyright \\(c\\) 2020 SAP SE or an SAP affiliate company. All rights reserved.",
Expand Down
Loading

0 comments on commit feb8a29

Please sign in to comment.