Skip to content

Commit e74bcb8

Browse files
committed
Upgrades dependencies
1 parent 11dcc17 commit e74bcb8

File tree

4 files changed

+1930
-315
lines changed

4 files changed

+1930
-315
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@
3939
"@now/node": "^1.0.2",
4040
"@types/content-type": "^1.1.3",
4141
"@types/cookie": "^0.3.3",
42-
"@types/jest": "^24.0.21",
42+
"@types/jest": "^25.2.1",
4343
"@types/micro": "^7.3.3",
4444
"@types/test-listen": "^1.1.0",
45-
"axios": "^0.19.0",
46-
"codecov": "^3.6.1",
47-
"form-data": "^2.5.1",
48-
"husky": "^3.0.9",
49-
"jest": "^24.9.0",
45+
"axios": "^0.19.2",
46+
"codecov": "^3.6.5",
47+
"form-data": "^3.0.0",
48+
"husky": "^4.2.5",
49+
"jest": "^25.5.4",
5050
"test-listen": "^1.1.0",
51-
"ts-jest": "^24.1.0",
52-
"tsdx": "^0.11.0",
53-
"tslib": "^1.10.0",
54-
"typescript": "^3.7.2"
51+
"ts-jest": "^25.5.1",
52+
"tsdx": "^0.13.2",
53+
"tslib": "^1.11.2",
54+
"typescript": "^3.8.3"
5555
},
5656
"dependencies": {
5757
"content-type": "^1.0.4",
58-
"cookie": "^0.4.0",
58+
"cookie": "^0.4.1",
5959
"micro": "^9.3.4",
6060
"querystring": "^0.2.0"
6161
}

test/zeit-now-node-server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ it('body - json', async () => {
137137
});
138138

139139
describe('request handling', () => {
140-
it('body - invalid json', async () => {
140+
it.only('body - invalid json', async () => {
141141
// ARRANGE
142142
route = () => {};
143143

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"importHelpers": true,
88
"declaration": true,
99
"sourceMap": true,
10-
"rootDir": "./",
10+
"rootDir": "./src",
1111
"strict": true,
1212
"noImplicitAny": true,
1313
"strictNullChecks": true,
@@ -27,4 +27,4 @@
2727
"jsx": "react",
2828
"esModuleInterop": true
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)