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

Commit

Permalink
feat: package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoonan-salesforce committed Jul 17, 2019
1 parent 3ce8b31 commit 69f3d02
Show file tree
Hide file tree
Showing 9 changed files with 768 additions and 677 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"husky": "^1",
"lerna": "^3"
"husky": "^1.3.1",
"lerna": "^3.15.0"
},
"config": {
"commitizen": {
Expand Down
8 changes: 4 additions & 4 deletions packages/dev-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"/typedoc.js"
],
"dependencies": {
"tslint": "^5",
"tslint-microsoft-contrib": "^5",
"typescript": "3.1.6"
"tslint": "^5.18.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "~3.1.6"
},
"scripts": {
"clean-all": "shx rm -rf node_modules"
},
"devDependencies": {
"commitizen": "^3.0.5",
"commitizen": "^3.1.1",
"shx": "^0.3.2"
}
}
40 changes: 20 additions & 20 deletions packages/dev-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"utils"
],
"dependencies": {
"@commitlint/cli": "^7",
"@commitlint/config-conventional": "^7",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@salesforce/dev-config": "^1.4.4",
"@types/chai": "^4",
"@types/mocha": "^5",
"@types/node": "^10",
"@types/sinon": "^4",
"chai": "^4",
"chalk": "2.4.1",
"mocha": "^5",
"nyc": "^13",
"prettier": "^1",
"pretty-quick": "^1",
"shelljs": "0.8.2",
"sinon": "^5",
"source-map-support": "0.5.6",
"ts-node": "^7",
"tslint": "^5",
"typedoc": "0.13.0",
"typedoc-plugin-external-module-name": "1.1.3",
"xunit-file": "^1"
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.12",
"@types/sinon": "^4.3.3",
"chai": "^4.2.0",
"chalk": "2.4.2",
"mocha": "^5.2.0",
"nyc": "^13.3.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"shelljs": "~0.8.3",
"sinon": "^5.1.1",
"source-map-support": "~0.5.12",
"ts-node": "^7.0.1",
"tslint": "^5.18.0",
"typedoc": "~0.13.0",
"typedoc-plugin-external-module-name": "~1.1.3",
"xunit-file": "^1.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"dependencies": {
"@salesforce/ts-types": "^1.1.4",
"tslib": "^1"
"tslib": "^1.10.0"
},
"devDependencies": {
"@salesforce/dev-scripts": "^0.3.14",
"lodash-cli": "^4"
"lodash-cli": "^4.17.5"
}
}
6 changes: 3 additions & 3 deletions packages/lazy-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"lib/**/*.d.ts"
],
"dependencies": {
"debug": "^3.1.0",
"tslib": "^1"
"debug": "^3.2.6",
"tslib": "^1.10.0"
},
"devDependencies": {
"@salesforce/dev-scripts": "^0.3.14",
"@salesforce/ts-sinon": "^1.0.6",
"@types/debug": "^0.0.30"
"@types/debug": "^0.0.31"
},
"scripts": {
"build": "yarn sfdx-build",
Expand Down
2 changes: 1 addition & 1 deletion packages/require-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@salesforce/dev-scripts": "^0.3.14"
},
"dependencies": {
"tslib": "^1.9.3"
"tslib": "^1.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/ts-sinon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@salesforce/ts-types": "^1.1.4",
"sinon": "5.0.7",
"tslib": "^1.9.3"
"sinon": "5.1.1",
"tslib": "^1.10.0"
},
"devDependencies": {
"@salesforce/dev-scripts": "^0.3.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "yarn sfdx-test"
},
"dependencies": {
"tslib": "^1"
"tslib": "^1.10.0"
},
"devDependencies": {
"@salesforce/dev-scripts": "^0.3.14"
Expand Down
Loading

0 comments on commit 69f3d02

Please sign in to comment.