Skip to content

Commit 678b347

Browse files
Merge pull request #73 from RobotlegsJS/upgrade-dependencies
Update dependencies to latest version 🚀
2 parents 4d25cb4 + af315aa commit 678b347

File tree

5 files changed

+452
-546
lines changed

5 files changed

+452
-546
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tsconfig.json
2121
tsconfig.test.json
2222
tsfmt.json
2323
tslint.json
24+
tslint.test.json
2425
typings.json
2526
webpack.config.js
2627
yarn.lock

dist/signals.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@
6363
},
6464
"homepage": "https://github.com/RobotlegsJS/SignalsJS#readme",
6565
"devDependencies": {
66-
"@types/bluebird": "^3.5.20",
67-
"@types/chai": "^4.1.3",
68-
"@types/mocha": "^5.2.1",
66+
"@types/bluebird": "^3.5.23",
67+
"@types/chai": "^4.1.4",
68+
"@types/mocha": "^5.2.5",
6969
"@types/sinon": "^5.0.1",
7070
"bluebird": "^3.5.1",
7171
"browserify-versionify": "^1.0.6",
7272
"chai": "^4.1.2",
7373
"es6-map": "^0.1.5",
7474
"es6-symbol": "^3.1.1",
75-
"glslify": "^6.1.1",
75+
"glslify": "^6.2.1",
7676
"imports-loader": "^0.8.0",
7777
"istanbul": "^0.4.5",
7878
"istanbul-instrumenter-loader": "^3.0.1",
79-
"karma": "^2.0.2",
79+
"karma": "^2.0.5",
8080
"karma-chai": "^0.1.0",
8181
"karma-chai-sinon": "^0.1.5",
8282
"karma-chrome-launcher": "^2.2.0",
@@ -92,22 +92,22 @@
9292
"karma-webpack": "^3.0.0",
9393
"mocha": "^5.2.0",
9494
"nyc": "^12.0.2",
95-
"prettier": "^1.13.5",
96-
"publish-please": "^3.0.1",
95+
"prettier": "^1.13.7",
96+
"publish-please": "^3.2.0",
9797
"reflect-metadata": "^0.1.12",
9898
"remap-istanbul": "^0.11.1",
9999
"rimraf": "^2.6.2",
100100
"sinon": "^6.1.4",
101-
"sinon-chai": "^3.1.0",
101+
"sinon-chai": "^3.2.0",
102102
"source-map-support": "^0.5.6",
103-
"ts-loader": "^4.4.1",
103+
"ts-loader": "^4.4.2",
104104
"ts-node": "^7.0.0",
105-
"tslint": "^5.10.0",
106-
"tslint-config-prettier": "^1.13.0",
107-
"typescript": "^2.9.1",
108-
"uglifyjs-webpack-plugin": "^1.2.5",
109-
"webpack": "^4.12.0",
110-
"webpack-cli": "^3.0.3",
111-
"webpack-dev-server": "^3.1.4"
105+
"tslint": "^5.11.0",
106+
"tslint-config-prettier": "^1.14.0",
107+
"typescript": "^2.9.2",
108+
"uglifyjs-webpack-plugin": "^1.2.7",
109+
"webpack": "^4.16.2",
110+
"webpack-cli": "^3.1.0",
111+
"webpack-dev-server": "^3.1.5"
112112
}
113113
}

tslint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"no-switch-case-fall-through": false,
4949
"no-this-assignment": false,
5050
"no-unused-expression": true,
51-
"no-unused-variable": true,
5251
"no-use-before-declare": true,
5352
"no-var-keyword": true,
5453
"object-literal-sort-keys": true,

0 commit comments

Comments
 (0)