Skip to content

Commit

Permalink
chore(packages): lock dependencies versions (#958)
Browse files Browse the repository at this point in the history
* chore(travis): use install instead of ci

* chore(azure): use install instead of ci

* chore(config): update tsconfig

* chore(init): add nodepath type

* chore(deps): update packages, lockdown versions

* chore(format): format files

* chore(packages): update package.json

* chore(pipelines): use npm ci

* chore(package): lock major deps

* chore(package): sync package-lock files
  • Loading branch information
dhruvdutt authored and ematipico committed Jun 15, 2019
1 parent 08edf57 commit f0f12c9
Show file tree
Hide file tree
Showing 24 changed files with 19,536 additions and 23,904 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-template.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
testRunTitle: TestRun $ {{ parameters.name }} $(node_version)
displayName: "Publish Test Results"
- task: PublishCodeCoverageResults@1
inputs:
inputs:
codeCoverageTool: "cobertura"
summaryFileLocation: "**/coverage/cobertura-coverage.xml"
displayName: "Publish code coverage results"
displayName: "Publish code coverage results"
2,227 changes: 1,226 additions & 1,001 deletions package-lock.json

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions package.json
Expand Up @@ -116,64 +116,64 @@
}
},
"dependencies": {
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"enhanced-resolve": "^4.1.0",
"findup-sync": "^2.0.0",
"global-modules": "^1.0.0",
"import-local": "^2.0.0",
"interpret": "^1.1.0",
"loader-utils": "^1.1.0",
"prettier": "^1.17.0",
"supports-color": "^5.5.0",
"v8-compile-cache": "^2.0.2",
"yargs": "^12.0.5"
"chalk": "2.4.2",
"cross-spawn": "6.0.5",
"enhanced-resolve": "4.1.0",
"findup-sync": "2.0.0",
"global-modules": "1.0.0",
"import-local": "2.0.0",
"interpret": "1.2.0",
"loader-utils": "1.2.3",
"prettier": "1.18.2",
"supports-color": "5.5.0",
"v8-compile-cache": "2.0.3",
"yargs": "12.0.5"
},
"peerDependencies": {
"webpack": "4.x.x"
},
"devDependencies": {
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-lerna-scopes": "^7.2.1",
"@commitlint/prompt-cli": "^8.0.0",
"@commitlint/travis-cli": "^7.2.1",
"@strictsoftware/typedoc-plugin-monorepo": "^0.2.1",
"@types/jest": "^23.3.14",
"@types/node": "^10.12.9",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"babel-preset-env": "^1.7.0",
"babel-preset-jest": "^24.3.0",
"codecov": "^3.1.0",
"commitizen": "^3.0.7",
"commitlint-config-cz": "^0.10.1",
"conventional-changelog-cli": "^2.0.11",
"cz-customizable": "^5.3.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.1.0",
"esm": "^3.2.14",
"execa": "^1.0.0",
"husky": "^1.1.4",
"jest": "^24.3.1",
"jest-cli": "^24.3.1",
"jest-junit": "^6.3.0",
"lerna": "^3.14.1",
"lint-staged": "7.x.x",
"nyc": "^14.1.0",
"prettier-eslint-cli": "^4.7.1",
"readable-stream": "^3.0.6",
"rimraf": "^2.6.2",
"schema-utils": "^1.0.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"typedoc": "^0.14.2",
"typescript": "^3.3.1",
"@babel/preset-env": "7.4.5",
"@babel/register": "7.4.4",
"@commitlint/cli": "7.2.1",
"@commitlint/config-lerna-scopes": "7.2.1",
"@commitlint/prompt-cli": "7.5.0",
"@commitlint/travis-cli": "7.2.1",
"@strictsoftware/typedoc-plugin-monorepo": "0.2.1",
"@types/jest": "23.3.14",
"@types/node": "10.12.9",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"babel-preset-env": "1.7.0",
"babel-preset-jest": "24.6.0",
"codecov": "3.5.0",
"commitizen": "3.1.1",
"commitlint-config-cz": "0.11.1",
"conventional-changelog-cli": "2.0.21",
"cz-customizable": "5.3.0",
"eslint": "5.16.0",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-prettier": "3.1.0",
"esm": "3.2.25",
"execa": "1.0.0",
"husky": "1.1.4",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"jest-junit": "6.4.0",
"lerna": "3.15.0",
"lint-staged": "7.3.0",
"nyc": "14.1.1",
"prettier-eslint-cli": "4.7.1",
"readable-stream": "3.4.0",
"rimraf": "2.6.3",
"schema-utils": "1.0.0",
"ts-jest": "23.10.5",
"ts-node": "7.0.1",
"typedoc": "0.14.2",
"typescript": "3.5.1",
"webpack": "4.x.x",
"webpack-dev-server": "^3.3.1"
"webpack-dev-server": "3.7.1"
},
"collective": {
"type": "opencollective",
Expand Down

0 comments on commit f0f12c9

Please sign in to comment.