Skip to content

Commit e62df9e

Browse files
committed
feat: @types/react for TS React
1 parent b0111d8 commit e62df9e

3 files changed

Lines changed: 52 additions & 0 deletions

File tree

React/sandboxs/package-lock.json

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

React/sandboxs/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
"last 1 firefox version",
3030
"last 1 safari version"
3131
]
32+
},
33+
"devDependencies": {
34+
"@types/react": "^19.2.14",
35+
"@types/react-dom": "^19.2.3"
3236
}
3337
}

React/sandboxs/yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,18 @@
16521652
resolved "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz"
16531653
integrity sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==
16541654

1655+
"@types/react-dom@^19.2.3":
1656+
version "19.2.3"
1657+
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz"
1658+
integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
1659+
1660+
"@types/react@^19.2.0", "@types/react@^19.2.14":
1661+
version "19.2.14"
1662+
resolved "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz"
1663+
integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==
1664+
dependencies:
1665+
csstype "^3.2.2"
1666+
16551667
"@types/stack-utils@^1.0.1":
16561668
version "1.0.1"
16571669
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-1.0.1.tgz"
@@ -3507,6 +3519,11 @@ cssstyle@^1.0.0, cssstyle@^1.1.1:
35073519
dependencies:
35083520
cssom "0.3.x"
35093521

3522+
csstype@^3.2.2:
3523+
version "3.2.3"
3524+
resolved "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz"
3525+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
3526+
35103527
cyclist@^1.0.1:
35113528
version "1.0.2"
35123529
resolved "https://registry.npmjs.org/cyclist/-/cyclist-1.0.2.tgz"

0 commit comments

Comments
 (0)