Skip to content

Commit a694470

Browse files
Merge pull request #74 from RobotlegsJS/greenkeeper/publish-please-5.0.0
Update publish-please to the latest version 🚀
2 parents b4578cd + 495e3b9 commit a694470

File tree

4 files changed

+371
-851
lines changed

4 files changed

+371
-851
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ src/**/*.js.map
1313
test/**/*.js
1414
test/**/*.js.map
1515
npm-debug.log
16+
package-lock.json
1617
yarn-error.log

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ CONTRIBUTING.md
1616
ISSUE_TEMPLATE.md
1717
PULL_REQUEST_TEMPLATE.md
1818
karma.conf.js
19+
package-lock.json
1920
tsconfig.json
2021
tsconfig.test.json
2122
tslint.json
2223
tslint.test.json
2324
webpack.config.js
2425
yarn.lock
26+
.auditignore
2527
.editorconfig
2628
.gitignore
2729
.istanbul.yml

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
},
7171
"devDependencies": {
7272
"@types/bluebird": "^3.5.24",
73-
"@types/chai": "^4.1.6",
73+
"@types/chai": "^4.1.7",
7474
"@types/mocha": "^5.2.5",
75-
"@types/sinon": "^5.0.4",
76-
"bluebird": "^3.5.2",
75+
"@types/sinon": "^5.0.6",
76+
"bluebird": "^3.5.3",
7777
"browserify-versionify": "^1.0.6",
7878
"chai": "^4.2.0",
7979
"es6-map": "^0.1.5",
@@ -82,7 +82,7 @@
8282
"imports-loader": "^0.8.0",
8383
"istanbul": "^0.4.5",
8484
"istanbul-instrumenter-loader": "^3.0.1",
85-
"karma": "^3.0.0",
85+
"karma": "^3.1.1",
8686
"karma-chai": "^0.1.0",
8787
"karma-chrome-launcher": "^2.2.0",
8888
"karma-coverage-istanbul-reporter": "^2.0.4",
@@ -97,23 +97,24 @@
9797
"karma-sourcemap-writer": "^0.1.2",
9898
"karma-webpack": "^3.0.5",
9999
"mocha": "^5.2.0",
100-
"nyc": "^13.0.1",
101-
"prettier": "^1.14.3",
102-
"publish-please": "^4.0.0",
100+
"nyc": "^13.1.0",
101+
"prettier": "^1.15.2",
102+
"publish-please": "^5.2.0",
103103
"reflect-metadata": "^0.1.12",
104104
"remap-istanbul": "^0.12.0",
105105
"rimraf": "^2.6.2",
106106
"sinon": "^5.1.1",
107107
"sinon-chai": "^3.2.0",
108108
"source-map-support": "^0.5.9",
109-
"ts-loader": "^5.2.1",
109+
"ts-loader": "^5.3.0",
110110
"ts-node": "^7.0.1",
111111
"tslint": "^5.11.0",
112-
"tslint-config-prettier": "^1.15.0",
113-
"typescript": "^3.1.1",
114-
"webpack": "^4.20.2",
112+
"tslint-config-prettier": "^1.16.0",
113+
"typescript": "^3.1.6",
114+
"uglifyjs-webpack-plugin": "^2.0.1",
115+
"webpack": "^4.26.0",
115116
"webpack-cli": "^3.1.2",
116-
"webpack-dev-server": "^3.1.9"
117+
"webpack-dev-server": "^3.1.10"
117118
},
118119
"peerDependencies": {}
119120
}

0 commit comments

Comments
 (0)