Skip to content

Commit 0649aff

Browse files
Update TypeScript type dependencies to latest versions
Co-authored-by: rahul.chhabria <[email protected]>
1 parent 7d2b894 commit 0649aff

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
"@tailwindcss/forms": "^0.5.7",
120120
"@tailwindcss/typography": "^0.5.10",
121121
"@types/dompurify": "3.0.5",
122-
"@types/node": "^22",
123-
"@types/react": "18.3.12",
124-
"@types/react-dom": "18.3.1",
122+
"@types/node": "22",
123+
"@types/react": "18",
124+
"@types/react-dom": "18",
125125
"@types/ws": "^8.5.10",
126126
"autoprefixer": "^10.4.17",
127127
"concurrently": "^9.1.0",

tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
"./src/@types",
4848
"./node_modules/@types"
4949
],
50-
"types": [
51-
"react",
52-
"react-dom",
53-
"node"
54-
],
5550
// "types": [], /* Type declaration files to be included in compilation. */
5651
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
5752
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */

yarn.lock

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4742,6 +4742,13 @@
47424742
dependencies:
47434743
undici-types "~6.21.0"
47444744

4745+
"@types/node@22":
4746+
version "22.16.3"
4747+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.3.tgz#006f83d80e6f05f65768acc77f4a57bfac1d545f"
4748+
integrity sha512-sr4Xz74KOUeYadexo1r8imhRtlVXcs+j3XK3TcoiYk7B1t3YRVJgtaD3cwX73NYb71pmVuMLNRhJ9XKdoDB74g==
4749+
dependencies:
4750+
undici-types "~6.21.0"
4751+
47454752
"@types/parse-json@^4.0.0":
47464753
version "4.0.2"
47474754
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz"
@@ -4782,12 +4789,10 @@
47824789
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz"
47834790
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
47844791

4785-
4786-
version "18.3.1"
4787-
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz"
4788-
integrity sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==
4789-
dependencies:
4790-
"@types/react" "*"
4792+
"@types/react-dom@18":
4793+
version "18.3.7"
4794+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.7.tgz#b89ddf2cd83b4feafcc4e2ea41afdfb95a0d194f"
4795+
integrity sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==
47914796

47924797
"@types/react-dom@>=16":
47934798
version "19.0.3"
@@ -4801,14 +4806,22 @@
48014806
dependencies:
48024807
"@types/react" "*"
48034808

4804-
"@types/react@*", "@types/react@18.3.12", "@types/react@>=16":
4809+
"@types/react@*", "@types/react@>=16":
48054810
version "18.3.12"
48064811
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz"
48074812
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
48084813
dependencies:
48094814
"@types/prop-types" "*"
48104815
csstype "^3.0.2"
48114816

4817+
"@types/react@18":
4818+
version "18.3.23"
4819+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.23.tgz#86ae6f6b95a48c418fecdaccc8069e0fbb63696a"
4820+
integrity sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==
4821+
dependencies:
4822+
"@types/prop-types" "*"
4823+
csstype "^3.0.2"
4824+
48124825
"@types/request@^2.48.8":
48134826
version "2.48.12"
48144827
resolved "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz"

0 commit comments

Comments
 (0)