Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Aug 26, 2019
1 parent 953c4da commit 1f1a297
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
root: true,
parserOptions: {
project: 'tsconfig.eslint.json',
},
env: {
node: true,
jest: true,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2019 Scott Cooper <scttcper@gmail.com>
Copyright (c) Scott Cooper <scttcper@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
"ms": "^2.1.2"
},
"devDependencies": {
"@types/debug": "4.1.4",
"@types/jest": "24.0.16",
"@types/debug": "4.1.5",
"@types/jest": "24.0.18",
"@types/koa": "2.0.49",
"@types/node": "12.6.8",
"@types/node": "12.7.2",
"@types/redis": "2.8.13",
"@types/supertest": "2.0.8",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"del-cli": "2.0.0",
"eslint": "6.1.0",
"eslint": "6.2.2",
"eslint-config-xo-space": "0.21.0",
"eslint-config-xo-typescript": "0.15.0",
"eslint-config-xo-typescript": "0.17.0",
"eslint-plugin-import": "2.18.2",
"jest": "24.8.0",
"jest-junit": "6.4.0",
"koa": "2.7.0",
"jest": "24.9.0",
"jest-junit": "7.0.0",
"koa": "2.8.1",
"redis": "2.8.0",
"semantic-release": "15.13.19",
"semantic-release": "15.13.24",
"supertest": "4.0.2",
"ts-jest": "24.0.2",
"typescript": "3.5.3"
Expand Down
7 changes: 7 additions & 0 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}

0 comments on commit 1f1a297

Please sign in to comment.