Skip to content

Commit

Permalink
Revert docs folder React types
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 10, 2024
1 parent 0d91291 commit 4536214
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devDependencies": {
"@manaflair/redux-batch": "^1.0.0",
"@types/nanoid": "^2.1.0",
"@types/react": "^19.0.1",
"@types/react": "^18.0",
"async-mutex": "^0.3.2",
"axios": "^0.20.0",
"formik": "^2.1.5",
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8787,6 +8787,13 @@ __metadata:
languageName: node
linkType: hard

"@types/prop-types@npm:*":
version: 15.7.14
resolution: "@types/prop-types@npm:15.7.14"
checksum: 10/d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d
languageName: node
linkType: hard

"@types/q@npm:^1.5.1":
version: 1.5.8
resolution: "@types/q@npm:1.5.8"
Expand Down Expand Up @@ -8867,6 +8874,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.0":
version: 18.3.15
resolution: "@types/react@npm:18.3.15"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/e8a4fb28ee1cf11f2b01210b91321f6e6a4f633b81e523ff31fb2f1a9b2b67fff692914de66c4b207e6cda87a670ff416e955859f75e1df82350a6cca6b36575
languageName: node
linkType: hard

"@types/resolve@npm:1.17.1":
version: 1.17.1
resolution: "@types/resolve@npm:1.17.1"
Expand Down Expand Up @@ -13715,7 +13732,7 @@ __metadata:
dependencies:
"@manaflair/redux-batch": "npm:^1.0.0"
"@types/nanoid": "npm:^2.1.0"
"@types/react": "npm:^19.0.1"
"@types/react": "npm:^18.0"
async-mutex: "npm:^0.3.2"
axios: "npm:^0.20.0"
formik: "npm:^2.1.5"
Expand Down

0 comments on commit 4536214

Please sign in to comment.