Skip to content

Commit c38142a

Browse files
author
v1rtl
committed
chore: bump dev deps and examples
1 parent abbc008 commit c38142a

19 files changed

Lines changed: 692 additions & 6193 deletions

File tree

examples/eta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"start": "esmo index.ts"
1010
},
1111
"devDependencies": {
12-
"esmo": "^0.10.1"
12+
"esmo": "^0.12.1"
1313
}
1414
}

examples/file-upload/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { App } from '@tinyhttp/app'
2-
import formidable from 'formidable'
2+
import { formidable } from 'formidable'
33

44
const app = new App()
55

examples/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"@tinyhttp/app": "workspace:*",
6-
"formidable": "^1.2.2"
6+
"formidable": "3"
77
},
88
"type": "module",
99
"scripts": {

examples/firebase-functions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"dependencies": {
1616
"@tinyhttp/app": "workspace:*",
1717
"firebase-admin": "^10.0.0",
18-
"firebase-functions": "^3.15.7"
18+
"firebase-functions": "^3.16.0"
1919
},
2020
"devDependencies": {
2121
"firebase-functions-test": "^0.3.3",
22-
"firebase-tools": "^9.21.0",
23-
"typescript": "^4.4.4"
22+
"firebase-tools": "^9.23.0",
23+
"typescript": "^4.5.2"
2424
},
2525
"private": true
2626
}

examples/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tinyhttp/app": "workspace:*",
77
"express-graphql": "^0.12.0",
8-
"graphql": "^15.7.2"
8+
"graphql": "^16.0.1"
99
},
1010
"scripts": {
1111
"start": "node index.js"

examples/jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@tinyhttp/app": "workspace:*",
66
"@tinyhttp/jwt": "*",
7-
"@types/jsonwebtoken": "^8.5.5",
7+
"@types/jsonwebtoken": "^8.5.6",
88
"jsonwebtoken": "^8.5.1",
99
"milliparsec": "^2.2.0"
1010
},

examples/mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@tinyhttp/app": "workspace:*",
77
"@tinyhttp/dotenv": "workspace:*",
88
"milliparsec": "^2.2.0",
9-
"mongodb": "^4.1.3"
9+
"mongodb": "^4.2.0"
1010
},
1111
"scripts": {
1212
"start": "node index.js"

examples/neo4j/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"@tinyhttp/app": "workspace:*",
9-
"neo4j-driver": "^4.3.4"
9+
"neo4j-driver": "^4.4.1"
1010
},
1111
"type": "module"
1212
}

examples/postgresql-typeorm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "postgre-typeorm",
33
"devDependencies": {
4-
"@types/node": "^16.11.6",
4+
"@types/node": "^16.11.10",
55
"ts-node": "^10.4.0",
6-
"typescript": "^4.4.4"
6+
"typescript": "^4.5.2"
77
},
88
"dependencies": {
99
"@tinyhttp/app": "workspace:*",
1010
"milliparsec": "^2.2.0",
1111
"pg": "^8.7.1",
1212
"reflect-metadata": "^0.1.13",
13-
"typeorm": "0.2.38"
13+
"typeorm": "0.2.41"
1414
},
1515
"scripts": {
1616
"start": "ts-node src/index.ts"

examples/preact-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tinyhttp/app": "workspace:*",
77
"htm": "^3.1.0",
8-
"preact": "^10.5.15",
8+
"preact": "^10.6.1",
99
"preact-render-to-string": "^5.1.19"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)