Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Jul 5, 2023
1 parent 5d5dfeb commit 07954c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@
"@proc7ts/workbench": "^1.2.1"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@jest/globals": "^29.6.0",
"@proc7ts/fun-events": "^10.5.3",
"@run-z/eslint-config": "^3.4.0",
"@run-z/prettier-config": "^2.0.0",
"@run-z/project-config": "^0.19.3",
"@swc/core": "^1.3.67",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-plugin-jest": "^27.2.2",
"gh-pages": "^5.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"jest-junit": "^16.0.0",
"jest-mock": "^29.5.0",
"jest-mock": "^29.6.0",
"prettier": "^2.8.8",
"prettier-eslint-cli": "^7.1.0",
"rollup": "^3.26.0",
Expand Down
1 change: 1 addition & 0 deletions src/component/definition/component-class.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/ban-types */
import { ComponentContext, ComponentInstance } from '../component-context';

/**
Expand Down

0 comments on commit 07954c2

Please sign in to comment.