Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
NAME                           OLD         NEW        INFO
@types/jest                    23.3.12     24.0.15    https://github.com/DefinitelyTyped/DefinitelyTyped
@types/node                    10.12.18    12.0.8     https://github.com/DefinitelyTyped/DefinitelyTyped
globby                         9.0.0       9.2.0      https://github.com/sindresorhus/globby
jasmine-core                   3.3.0       3.4.0      https://github.com/jasmine/jasmine
jest                           23.6.0      24.8.0     https://github.com/facebook/jest
karma                          3.1.4       4.1.0      https://github.com/karma-runner/karma
karma-browserstack-launcher    1.4.0       1.5.1      https://github.com/karma-runner/karma-browserstack-launcher
prettier                       1.15.3      1.18.2     https://github.com/prettier/prettier
saucelabs                      1.5.0       2.1.9      https://github.com/saucelabs/node-saucelabs
ts-jest                        23.10.5     24.0.2     https://github.com/kulshekhar/ts-jest
ts-loader                      5.3.3       6.0.3      https://github.com/TypeStrong/ts-loader
tslint                         5.12.1      5.17.0     https://github.com/palantir/tslint
typescript                     3.2.2       3.5.2      https://github.com/Microsoft/TypeScript
webpack                        4.28.4      4.34.0     https://github.com/webpack/webpack
webpack-cli                    3.2.1       3.3.4      https://github.com/webpack/webpack-cli

Closes #108
Closes #109
Closes #110
Closes #111
Closes #112
Closes #113
Closes #114
Closes #115
Closes #116
  • Loading branch information
JamieMason committed Jun 18, 2019
1 parent 076a47b commit 00f71c4
Show file tree
Hide file tree
Showing 2 changed files with 2,074 additions and 1,923 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@
"add-matchers": "0.6.2"
},
"devDependencies": {
"@types/jest": "23.3.12",
"@types/node": "10.12.18",
"@types/jest": "24.0.15",
"@types/node": "12.0.8",
"codeclimate-test-reporter": "0.5.1",
"globby": "9.0.0",
"jasmine-core": "3.3.0",
"jest": "23.6.0",
"karma": "3.1.4",
"karma-browserstack-launcher": "1.4.0",
"globby": "9.2.0",
"jasmine-core": "3.4.0",
"jest": "24.8.0",
"karma": "4.1.0",
"karma-browserstack-launcher": "1.5.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage": "1.1.2",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "2.0.1",
"karma-nested-reporter": "0.1.6",
"npm-run-all": "4.1.5",
"prettier": "1.15.3",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"saucelabs": "1.5.0",
"ts-jest": "23.10.5",
"ts-loader": "5.3.3",
"tslint": "5.12.1",
"typescript": "3.2.2",
"webpack": "4.28.4",
"webpack-cli": "3.2.1"
"saucelabs": "2.1.9",
"ts-jest": "24.0.2",
"ts-loader": "6.0.3",
"tslint": "5.17.0",
"typescript": "3.5.2",
"webpack": "4.34.0",
"webpack-cli": "3.3.4"
},
"homepage": "https://github.com/JamieMason/Jasmine-Matchers",
"keywords": [
Expand Down

0 comments on commit 00f71c4

Please sign in to comment.