Skip to content

Commit

Permalink
Merge pull request #29 from dolittle/clamp-versions
Browse files Browse the repository at this point in the history
Clamp versions
  • Loading branch information
woksin committed Jul 13, 2020
2 parents daf66b9 + d9a752b commit 105a01f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
54 changes: 27 additions & 27 deletions Source/Build/package.json
Expand Up @@ -29,33 +29,33 @@
"dependencies": {
"@dolittle/eslint-config-typescript": "6.0.0-rc.17",
"@dolittle/typescript.config": "6.0.0-rc.17",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.22",
"@types/sinon": "^9.0.4",
"@types/sinon-chai": "^3.2.4",
"@types/undertaker": "^1.2.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"del": "^5.1.0",
"fancy-log": "^1.3.3",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-mocha": "^7.0.2",
"is-glob": "^4.0.1",
"is-valid-path": "^0.1.1",
"jsdom": "^16.3.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.0.1",
"module-alias": "^2.2.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"slash": "^3.0.0",
"typescript": "^3.9.6"
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.3",
"@types/mocha": "7.0.2",
"@types/node": "14.0.22",
"@types/sinon": "9.0.4",
"@types/sinon-chai": "3.2.4",
"@types/undertaker": "1.2.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del": "5.1.0",
"fancy-log": "1.3.3",
"glob": "7.1.6",
"gulp": "4.0.2",
"gulp-cli": "2.3.0",
"gulp-eslint": "6.0.0",
"gulp-if": "3.0.0",
"gulp-mocha": "7.0.2",
"is-glob": "4.0.1",
"is-valid-path": "0.1.1",
"jsdom": "16.3.0",
"jsdom-global": "3.0.2",
"mocha": "8.0.1",
"module-alias": "2.2.2",
"sinon": "9.0.2",
"sinon-chai": "3.5.0",
"slash": "3.0.0",
"typescript": "3.9.6"
},
"devDependencies": {
"@types/fancy-log": "^1.3.1",
Expand Down
12 changes: 6 additions & 6 deletions Source/EslintConfig/package.json
Expand Up @@ -22,12 +22,12 @@
"lint": "echo nop"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^29.1.3",
"eslint-plugin-no-null": "^1.0.2"
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"eslint-plugin-header": "3.0.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsdoc": "29.1.4",
"eslint-plugin-no-null": "1.0.2"
},
"devDependencies": {
"eslint": "^7.4.0",
Expand Down

0 comments on commit 105a01f

Please sign in to comment.