Skip to content

Commit

Permalink
Bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 27, 2024
1 parent 9e8f561 commit c27d85d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"module-error": "^1.0.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@voxpelli/tsconfig": "^4.0.0",
"@types/node": "^20.11.8",
"@voxpelli/tsconfig": "^10.0.0",
"airtap": "^4.0.4",
"airtap-electron": "^1.0.0",
"airtap-playwright": "^1.0.1",
"electron": "^18.3.15",
"electron": "^28.2.0",
"hallmark": "^4.0.0",
"nyc": "^15.1.0",
"sinon": "^14.0.0",
"standard": "^16.0.4",
"tap-arc": "^0.3.5",
"tape": "^5.4.0",
"ts-standard": "^11.0.0",
"typescript": "^4.5.5"
"sinon": "^17.0.1",
"standard": "^17.1.0",
"tap-arc": "^1.2.2",
"tape": "^5.7.4",
"ts-standard": "^12.0.2",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/clear-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports.clear = function (test, testCommon) {
const ops = keys.map(function (key) {
return {
type: 'put',
key: key,
key,
value: 'foo',
keyEncoding: isBuffer(key) ? 'buffer' : 'utf8'
}
Expand Down
4 changes: 2 additions & 2 deletions test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function testCommon (options) {
let supports = kNone

return protect(options, {
test: test,
factory: factory,
test,
factory,
internals: options.internals || {},

// Expose manifest through testCommon to more easily skip tests based on
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@voxpelli/tsconfig/node12.json",
"extends": "@voxpelli/tsconfig/node16.json",
"compilerOptions": {
"checkJs": false
},
Expand Down

0 comments on commit c27d85d

Please sign in to comment.