Skip to content

Commit 22978e2

Browse files
authored
Fix version range (#379)
1 parent 51e487b commit 22978e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
]
1818
},
1919
"devDependencies": {
20-
"@hapi/code": "9.0.0-beta.0",
20+
"@hapi/code": "^9.0.0",
2121
"@hapi/eslint-plugin": "*",
22-
"@hapi/lab": "25.0.0-beta.1",
22+
"@hapi/lab": "^25.0.1",
2323
"@types/node": "^17.0.30",
2424
"typescript": "~4.6.4"
2525
},

0 commit comments

Comments
 (0)