Skip to content

Commit 9376894

Browse files
author
v1rtl
committed
chore: bump versions
1 parent 19bb01b commit 9376894

47 files changed

Lines changed: 145 additions & 92 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/aws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "aws",
44
"type": "commonjs",
55
"dependencies": {
6-
"@tinyhttp/app": "workspace:^0.5.32",
6+
"@tinyhttp/app": "workspace:*",
77
"serverless-http": "^2.6.0"
88
}
99
}

examples/couchdb/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
"body-parser": "1.19.0",
9-
"nano": "8.2.2"
9+
"nano": "9.0.1"
1010
},
1111
"devDependencies": {
1212
"@types/body-parser": "^1.19.0"

examples/dev-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"type": "commonjs",
77
"dependencies": {
88
"@tinyhttp/app": "workspace:*",
9-
"chokidar": "^3.4.1",
9+
"chokidar": "^3.4.3",
1010
"serve-handler": "^6.1.3",
11-
"sosse": "^0.7.0"
11+
"sosse": "^0.7.2"
1212
},
1313
"keywords": [],
1414
"author": "",

examples/eta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"type": "module",
55
"dependencies": {
66
"@tinyhttp/app": "workspace:*",
7-
"eta": "^1.10.1"
7+
"eta": "^1.12.0"
88
}
99
}

examples/faunadb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tinyhttp/app": "workspace:*",
77
"@tinyhttp/dotenv": "workspace:*",
8-
"faunadb": "^3.0.1",
9-
"milliparsec": "^1.0.0"
8+
"faunadb": "^4.0.0",
9+
"milliparsec": "^1.0.4"
1010
}
1111
}

examples/firebase-functions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
},
1414
"main": "lib/index.js",
1515
"dependencies": {
16-
"@tinyhttp/app": "^0.5.5",
17-
"firebase-admin": "^9.3.0",
18-
"firebase-functions": "^3.11.0"
16+
"@tinyhttp/app": "workspace:*",
17+
"firebase-admin": "^9.4.1",
18+
"firebase-functions": "^3.12.0"
1919
},
2020
"devDependencies": {
21-
"firebase-functions-test": "^0.2.0",
22-
"typescript": "^3.8.0"
21+
"firebase-functions-test": "^0.2.3",
22+
"typescript": "^4.1.2"
2323
},
2424
"private": true
2525
}

examples/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@tinyhttp/app": "workspace:*",
7-
"express-graphql": "^0.11.0",
8-
"graphql": "^15.3.0"
7+
"express-graphql": "^0.12.0",
8+
"graphql": "^15.4.0"
99
}
1010
}

examples/https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "https",
33
"type": "module",
44
"dependencies": {
5-
"@tinyhttp/app": "^0.2.29"
5+
"@tinyhttp/app": "workspace:*"
66
}
77
}

examples/hyperapp-ssr/package.json

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

examples/jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@tinyhttp/jwt": "workspace:*",
77
"@types/jsonwebtoken": "^8.5.0",
88
"jsonwebtoken": "^8.5.1",
9-
"milliparsec": "^1.0.0"
9+
"milliparsec": "^1.0.4"
1010
},
1111
"type": "module"
1212
}

0 commit comments

Comments
 (0)