Skip to content

Commit

Permalink
refactor(hooks): use enum
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jun 16, 2022
1 parent eb36126 commit 763dbe5
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 125 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@types/benchmark": "^2.1.1",
"@types/canvas-confetti": "^1.4.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.44",
"@types/node": "^18.0.0",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/virtual-dom": "^2.1.1",
Expand All @@ -140,7 +140,7 @@
"c8": "^7.11.3",
"canvas-confetti": "^1.5.1",
"chart.js": "^3.8.0",
"esbuild": "^0.14.43",
"esbuild": "^0.14.44",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"export-size": "^0.5.2",
Expand All @@ -152,7 +152,7 @@
"lodash": "^4.17.21",
"np": "^7.6.1",
"ora": "^6.1.0",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recast": "^0.21.1",
Expand Down

0 comments on commit 763dbe5

Please sign in to comment.