Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 4ad195a

Browse files
committed
chore: use latest deps
1 parent 7036805 commit 4ad195a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "./node_modules/lab/lib/linter/.eslintrc.js"
2+
"extends": "@hapi/hapi"
33
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"semver": "6.x.x"
2222
},
2323
"devDependencies": {
24-
"@commitlint/cli": "7.x.x",
25-
"@commitlint/config-conventional": "7.x.x",
24+
"@commitlint/cli": "8.x.x",
25+
"@commitlint/config-conventional": "8.x.x",
26+
"@hapi/code": "^5.3.1",
27+
"@hapi/lab": "^19.1.0",
2628
"@semantic-release/npm": "git+https://github.com/dominykas/semantic-release-npm.git#otp-url-with-version",
27-
"code": "5.x.x",
28-
"lab": "18.x.x",
2929
"mkdirp": "0.5.x",
3030
"rimraf": "2.x.x",
3131
"semantic-release": "15.x.x",

test/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const Path = require('path');
88
const Allow = require('..');
99

1010

11-
const { describe, it, beforeEach, afterEach } = exports.lab = require('lab').script();
12-
const { expect } = require('code');
11+
const { describe, it, beforeEach, afterEach } = exports.lab = require('@hapi/lab').script();
12+
const { expect } = require('@hapi/code');
1313

1414
describe('allow-scripts', () => {
1515

0 commit comments

Comments
 (0)