Skip to content

Commit

Permalink
Upgrade dependences (#1050)
Browse files Browse the repository at this point in the history
* Upgrade deps for v25

* Update eslint-plugin
  • Loading branch information
devinivy committed May 7, 2022
1 parent 330ed69 commit 1dcc779
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@hapi/bossy": "5.x.x",
"@hapi/eslint-plugin": "^5.1.0",
"@hapi/hoek": "9.x.x",
"@hapi/bossy": "^6.0.0",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/hoek": "^10.0.0",
"diff": "^5.0.0",
"eslint": "8.x.x",
"find-rc": "4.x.x",
Expand All @@ -46,15 +46,15 @@
}
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/somever": "^3.0.1",
"@hapi/code": "^9.0.0",
"@hapi/somever": "^4.0.0",
"@types/node": "^17.0.23",
"cpr": "3.x.x",
"lab-event-reporter": "1.x.x",
"rimraf": "3.x.x",
"semver": "7.x.x",
"typescript": "^4.5.4",
"tsconfig-paths": "^3.14.1"
"tsconfig-paths": "^4.0.0"
},
"bin": {
"lab": "./bin/lab"
Expand Down

0 comments on commit 1dcc779

Please sign in to comment.