Spaces:
Runtime error
Runtime error
fix: added missing type
Browse files- package-lock.json +10 -0
- package.json +1 -0
package-lock.json
CHANGED
@@ -44,6 +44,7 @@
|
|
44 |
"@types/canvas-confetti": "^1.6.0",
|
45 |
"@types/mousetrap": "^1.6.11",
|
46 |
"@types/node": "18.15.11",
|
|
|
47 |
"@types/react-syntax-highlighter": "^15.5.6",
|
48 |
"husky": "^8.0.3",
|
49 |
"typescript": "5.0.4"
|
@@ -863,6 +864,15 @@
|
|
863 |
"csstype": "^3.0.2"
|
864 |
}
|
865 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
866 |
"node_modules/@types/react-is": {
|
867 |
"version": "18.2.0",
|
868 |
"resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-18.2.0.tgz",
|
|
|
44 |
"@types/canvas-confetti": "^1.6.0",
|
45 |
"@types/mousetrap": "^1.6.11",
|
46 |
"@types/node": "18.15.11",
|
47 |
+
"@types/react-dom": "^18.2.4",
|
48 |
"@types/react-syntax-highlighter": "^15.5.6",
|
49 |
"husky": "^8.0.3",
|
50 |
"typescript": "5.0.4"
|
|
|
864 |
"csstype": "^3.0.2"
|
865 |
}
|
866 |
},
|
867 |
+
"node_modules/@types/react-dom": {
|
868 |
+
"version": "18.2.4",
|
869 |
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.4.tgz",
|
870 |
+
"integrity": "sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==",
|
871 |
+
"dev": true,
|
872 |
+
"dependencies": {
|
873 |
+
"@types/react": "*"
|
874 |
+
}
|
875 |
+
},
|
876 |
"node_modules/@types/react-is": {
|
877 |
"version": "18.2.0",
|
878 |
"resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-18.2.0.tgz",
|
package.json
CHANGED
@@ -80,6 +80,7 @@
|
|
80 |
"@types/canvas-confetti": "^1.6.0",
|
81 |
"@types/mousetrap": "^1.6.11",
|
82 |
"@types/node": "18.15.11",
|
|
|
83 |
"@types/react-syntax-highlighter": "^15.5.6",
|
84 |
"husky": "^8.0.3",
|
85 |
"typescript": "5.0.4"
|
|
|
80 |
"@types/canvas-confetti": "^1.6.0",
|
81 |
"@types/mousetrap": "^1.6.11",
|
82 |
"@types/node": "18.15.11",
|
83 |
+
"@types/react-dom": "^18.2.4",
|
84 |
"@types/react-syntax-highlighter": "^15.5.6",
|
85 |
"husky": "^8.0.3",
|
86 |
"typescript": "5.0.4"
|