Skip to content

Commit b27c717

Browse files
committed
chore(deps): update react monorepo
1 parent 914b4ab commit b27c717

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

example/with-css-variables/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@tailwindcss/container-queries": "0.1.1",
1616
"@tailwindcss/typography": "0.5.10",
1717
"@types/node": "18.18.10",
18-
"@types/react": "18.2.37",
19-
"@types/react-dom": "18.2.15",
18+
"@types/react": "18.2.46",
19+
"@types/react-dom": "18.2.18",
2020
"autoprefixer": "10.4.16",
2121
"postcss": "8.4.32",
2222
"sd-tailwindcss-transformer": "^1.4.1",

example/with-css-variables/yarn.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@
186186
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
187187
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
188188

189-
"@types/[email protected].15":
190-
version "18.2.15"
191-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.15.tgz#921af67f9ee023ac37ea84b1bc0cc40b898ea522"
192-
integrity sha512-HWMdW+7r7MR5+PZqJF6YFNSCtjz1T0dsvo/f1BV6HkV+6erD/nA7wd9NM00KVG83zf2nJ7uATPO9ttdIPvi3gg==
189+
"@types/[email protected].18":
190+
version "18.2.18"
191+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
192+
integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
193193
dependencies:
194194
"@types/react" "*"
195195

@@ -202,10 +202,10 @@
202202
"@types/scheduler" "*"
203203
csstype "^3.0.2"
204204

205-
"@types/[email protected].37":
206-
version "18.2.37"
207-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae"
208-
integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==
205+
"@types/[email protected].46":
206+
version "18.2.46"
207+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.46.tgz#f04d6c528f8f136ea66333bc66abcae46e2680df"
208+
integrity sha512-nNCvVBcZlvX4NU1nRRNV/mFl1nNRuTuslAJglQsq+8ldXe5Xv0Wd2f7WTE3jOxhLH2BFfiZGC6GCp+kHQbgG+w==
209209
dependencies:
210210
"@types/prop-types" "*"
211211
"@types/scheduler" "*"
@@ -1142,6 +1142,7 @@ source-map-js@^1.0.2:
11421142
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
11431143

11441144
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
1145+
name string-width-cjs
11451146
version "4.2.3"
11461147
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11471148
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -1160,6 +1161,7 @@ string-width@^5.0.1, string-width@^5.1.2:
11601161
strip-ansi "^7.0.1"
11611162

11621163
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1164+
name strip-ansi-cjs
11631165
version "6.0.1"
11641166
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11651167
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)