Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Mar 17, 2024
1 parent 3d6522a commit 8921a97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@
"@jest/globals": "^29.7.0",
"@run-z/eslint-config": "^3.5.0",
"@run-z/project-config": "^0.20.1",
"@swc/core": "^1.3.99",
"@swc/jest": "^0.2.29",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-jest": "^27.6.0",
"gh-pages": "^6.1.0",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-mock": "^29.7.0",
"prettier": "^2.8.8",
"prettier-eslint-cli": "^7.1.0",
"rollup": "^4.5.1",
"rollup": "^4.13.0",
"run-z": "2.0.0-bootstrap",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.3",
"typescript": "~5.3.2"
"typedoc": "^0.25.12",
"typescript": "~5.3.3"
},
"scripts": {
"all": "run-z build,lint,test",
Expand Down
2 changes: 1 addition & 1 deletion src/loggable/logline.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('logline', () => {
toLog: () => '*',
};

const [item] = logOn('in', logline`-${loggable}-`)!;
const [item] = logOn('in', logline`-${loggable}-`);

expect(typeof item).toBe('object');

Expand Down

0 comments on commit 8921a97

Please sign in to comment.