Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Add missing @types packages
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Nov 21, 2023
1 parent 4f39748 commit e4301cb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"@commitlint/config-conventional": "^18.4.3",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.7",
"@types/eslint": "^8.44.7",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "20.9.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
Expand Down
28 changes: 27 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,31 @@ __metadata:
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.12":
"@types/eslint-config-prettier@npm:^6.11.3":
version: 6.11.3
resolution: "@types/eslint-config-prettier@npm:6.11.3"
checksum: e49ef5b2cf9bfa173d678f50b392511e5567743a864552257978fcf98a876adcd41bb2fa074505ab4aae94862fb349eda2cf41aec698a4a1db77a2731b1fa1c6
languageName: node
linkType: hard

"@types/eslint@npm:^8.44.7":
version: 8.44.7
resolution: "@types/eslint@npm:8.44.7"
dependencies:
"@types/estree": "npm:*"
"@types/json-schema": "npm:*"
checksum: 447b55ccff47668fc63466728e7e598ae16a03de8d489350e855b6020ad16f58a703e75b875376dd6cd5fcab630311a805fa7f934476637ea35819f01c9db3ca
languageName: node
linkType: hard

"@types/estree@npm:*":
version: 1.0.5
resolution: "@types/estree@npm:1.0.5"
checksum: b3b0e334288ddb407c7b3357ca67dbee75ee22db242ca7c56fe27db4e1a31989cb8af48a84dd401deb787fe10cc6b2ab1ee82dc4783be87ededbe3d53c79c70d
languageName: node
linkType: hard

"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.12":
version: 7.0.15
resolution: "@types/json-schema@npm:7.0.15"
checksum: a996a745e6c5d60292f36731dd41341339d4eeed8180bb09226e5c8d23759067692b1d88e5d91d72ee83dfc00d3aca8e7bd43ea120516c17922cbcb7c3e252db
Expand Down Expand Up @@ -6413,6 +6437,8 @@ __metadata:
"@commitlint/config-conventional": "npm:^18.4.3"
"@heroicons/react": "npm:^2.0.18"
"@tailwindcss/forms": "npm:^0.5.7"
"@types/eslint": "npm:^8.44.7"
"@types/eslint-config-prettier": "npm:^6.11.3"
"@types/node": "npm:20.9.3"
"@types/react": "npm:^18.2.38"
"@types/react-dom": "npm:^18.2.16"
Expand Down

0 comments on commit e4301cb

Please sign in to comment.