Skip to content

Commit e70cfe1

Browse files
committed
Update Fastify and dependencies
1 parent 0399398 commit e70cfe1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"homepage": "https://github.com/jsumners/fastify-oracle#readme",
3030
"devDependencies": {
31-
"fastify": "^1.0.0-rc.1",
31+
"fastify": "^1.1.0",
3232
"pre-commit": "^1.2.2",
33-
"snazzy": "^7.0.0",
34-
"standard": "^10.0.3",
35-
"tap": "^11.1.0"
33+
"snazzy": "^7.1.1",
34+
"standard": "^11.0.0",
35+
"tap": "^11.1.1"
3636
},
3737
"dependencies": {
3838
"fastify-plugin": "^0.2.2",
39-
"oracledb": "^2.0.15"
39+
"oracledb": "^2.1.2"
4040
}
4141
}

plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ function fastifyOracleDB (fastify, options, next) {
3838
}
3939

4040
module.exports = fp(fastifyOracleDB, {
41-
fastify: '>=1.0.0-rc.1',
41+
fastify: '^1.1.0',
4242
name: 'fastify-oracle'
4343
})

0 commit comments

Comments
 (0)