Skip to content

Commit 63e2b37

Browse files
committed
Bumped v8.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent 949c949 commit 63e2b37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/oauth2",
3-
"version": "8.0.0-pre.fv5.2",
3+
"version": "8.0.0",
44
"description": "Perform login using oauth2 protocol",
55
"main": "index.js",
66
"type": "commonjs",
@@ -31,7 +31,7 @@
3131
"@fastify/pre-commit": "^2.1.0",
3232
"@types/node": "^22.0.0",
3333
"@types/simple-oauth2": "^5.0.7",
34-
"fastify": "^5.0.0-alpha.3",
34+
"fastify": "^5.0.0-alpha.4",
3535
"nock": "^13.5.4",
3636
"simple-get": "^4.0.1",
3737
"snazzy": "^9.0.0",
@@ -40,8 +40,8 @@
4040
"tsd": "^0.31.0"
4141
},
4242
"dependencies": {
43-
"@fastify/cookie": "^10.0.0-pre.fv5.1",
44-
"fastify-plugin": "^5.0.0-pre.fv5.1",
43+
"@fastify/cookie": "^10.0.0",
44+
"fastify-plugin": "^5.0.0",
4545
"simple-oauth2": "^5.0.0"
4646
},
4747
"publishConfig": {

0 commit comments

Comments
 (0)