Skip to content

Commit 1dcc779

Browse files
authored
Upgrade dependences (#1050)
* Upgrade deps for v25 * Update eslint-plugin
1 parent 330ed69 commit 1dcc779

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"dependencies": {
2222
"@babel/core": "^7.16.0",
2323
"@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",
24+
"@hapi/bossy": "^6.0.0",
25+
"@hapi/eslint-plugin": "^6.0.0",
26+
"@hapi/hoek": "^10.0.0",
2727
"diff": "^5.0.0",
2828
"eslint": "8.x.x",
2929
"find-rc": "4.x.x",
@@ -46,15 +46,15 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@hapi/code": "8.x.x",
50-
"@hapi/somever": "^3.0.1",
49+
"@hapi/code": "^9.0.0",
50+
"@hapi/somever": "^4.0.0",
5151
"@types/node": "^17.0.23",
5252
"cpr": "3.x.x",
5353
"lab-event-reporter": "1.x.x",
5454
"rimraf": "3.x.x",
5555
"semver": "7.x.x",
5656
"typescript": "^4.5.4",
57-
"tsconfig-paths": "^3.14.1"
57+
"tsconfig-paths": "^4.0.0"
5858
},
5959
"bin": {
6060
"lab": "./bin/lab"

0 commit comments

Comments
 (0)