Skip to content

Commit

Permalink
fix(jsx): type error in dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Oct 21, 2021
1 parent d8dd7b7 commit 7b4f63a
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 111 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@
"@testing-library/dom": "^8.10.1",
"@types/glob": "^7.2.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.1",
"@types/node": "^16.11.2",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^4.33.0",
"benchmark": "^2.1.4",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"github-markdown-css": "^5.0.0",
"glob": "^7.2.0",
"husky": "^7.0.2",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^11.2.3",
"lodash": "^4.17.21",
Expand All @@ -100,7 +100,7 @@
"rollup-plugin-ts": "^1.4.7",
"simple-virtual-dom": "^0.1.10",
"snabbdom": "^3.1.0",
"ts-node": "^10.3.0",
"ts-node": "^10.3.1",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"virtual-dom": "^2.1.1",
Expand Down
Loading

0 comments on commit 7b4f63a

Please sign in to comment.