We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330ed69 commit 1dcc779Copy full SHA for 1dcc779
package.json
@@ -21,9 +21,9 @@
21
"dependencies": {
22
"@babel/core": "^7.16.0",
23
"@babel/eslint-parser": "^7.16.0",
24
- "@hapi/bossy": "5.x.x",
25
- "@hapi/eslint-plugin": "^5.1.0",
26
- "@hapi/hoek": "9.x.x",
+ "@hapi/bossy": "^6.0.0",
+ "@hapi/eslint-plugin": "^6.0.0",
+ "@hapi/hoek": "^10.0.0",
27
"diff": "^5.0.0",
28
"eslint": "8.x.x",
29
"find-rc": "4.x.x",
@@ -46,15 +46,15 @@
46
}
47
},
48
"devDependencies": {
49
- "@hapi/code": "8.x.x",
50
- "@hapi/somever": "^3.0.1",
+ "@hapi/code": "^9.0.0",
+ "@hapi/somever": "^4.0.0",
51
"@types/node": "^17.0.23",
52
"cpr": "3.x.x",
53
"lab-event-reporter": "1.x.x",
54
"rimraf": "3.x.x",
55
"semver": "7.x.x",
56
"typescript": "^4.5.4",
57
- "tsconfig-paths": "^3.14.1"
+ "tsconfig-paths": "^4.0.0"
58
59
"bin": {
60
"lab": "./bin/lab"
0 commit comments