Skip to content

Commit 45dd525

Browse files
authored
update Docusuaurs and other dependencies (#5192)
1 parent 0aee0a5 commit 45dd525

19 files changed

Lines changed: 777 additions & 777 deletions

File tree

docs/release-levels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ The `RCTReactNativeFactory` class now has an initializer that accepts a `release
4848

4949
<Tabs groupId="ios-language" queryString defaultValue={constants.defaultAppleLanguage} values={constants.appleLanguages}>
5050
<TabItem value="objc">
51-
51+
5252
```objc title="AppDelegate.mm"
5353
[[RCTReactNativeFactory alloc] initWithDelegate:delegate releaseLevel:Canary];
5454
```
5555
5656
</TabItem>
5757
<TabItem value="swift">
58-
58+
5959
```swift title="AppDelegate.swift"
6060
let factory = RCTReactNativeFactory(delegate: delegate, releaseLevel: RCTReleaseLevel.Canary)
6161
```

docs/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
371371
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
372372

373373
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
374-
| Type |
375-
| --------------------------- |
374+
375+
| Type |
376+
| ----------------------------------------- |
376377
| array of BoxShadowValue objects \| string |
377378

378379
### `cursor` <div className="label ios">iOS</div>
@@ -430,9 +431,10 @@ The following filter functions work on Android only:
430431
:::
431432

432433
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
433-
| Type |
434-
| ------ |
435-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
434+
435+
| Type |
436+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
437+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
436438

437439
---
438440

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-yml": "^3.4.0",
4545
"globals": "^17.6.0",
4646
"husky": "^9.1.7",
47-
"prettier": "^3.8.4",
47+
"prettier": "^3.9.6",
4848
"pretty-quick": "^4.2.2",
4949
"typescript": "^6.0.3",
5050
"typescript-eslint": "^8.61.0"

packages/lint-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"eslint-plugin-jest": "^29.15.2",
2929
"eslint-plugin-react": "^7.37.5",
3030
"glob": "^13.0.6",
31-
"prettier": "^3.8.4",
32-
"react": "^19.2.7",
31+
"prettier": "^3.9.6",
32+
"react": "^19.2.8",
3333
"react-native": "^0.86.0",
3434
"react-native-safe-area-context": "^5.8.0",
3535
"typescript": "^6.0.3"

website/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,33 @@
5151
]
5252
},
5353
"dependencies": {
54-
"@docusaurus/core": "3.10.1",
55-
"@docusaurus/faster": "3.10.1",
56-
"@docusaurus/plugin-google-gtag": "3.10.1",
57-
"@docusaurus/plugin-pwa": "3.10.1",
58-
"@docusaurus/preset-classic": "3.10.1",
59-
"@docusaurus/theme-mermaid": "3.10.1",
60-
"docusaurus-plugin-copy-page-button": "^0.8.2",
54+
"@docusaurus/core": "3.10.2",
55+
"@docusaurus/faster": "3.10.2",
56+
"@docusaurus/plugin-google-gtag": "3.10.2",
57+
"@docusaurus/plugin-pwa": "3.10.2",
58+
"@docusaurus/preset-classic": "3.10.2",
59+
"@docusaurus/theme-mermaid": "3.10.2",
60+
"docusaurus-plugin-copy-page-button": "^0.8.4",
6161
"docusaurus-plugin-sass": "^0.2.6",
62-
"react": "^19.2.7",
63-
"react-dom": "^19.2.7",
62+
"react": "^19.2.8",
63+
"react-dom": "^19.2.8",
6464
"react-github-btn": "^1.4.0"
6565
},
6666
"devDependencies": {
67-
"@docusaurus/module-type-aliases": "3.10.1",
68-
"@docusaurus/tsconfig": "3.10.1",
69-
"@docusaurus/types": "3.10.1",
70-
"@prettier/plugin-oxc": "^0.1.4",
67+
"@docusaurus/module-type-aliases": "3.10.2",
68+
"@docusaurus/tsconfig": "3.10.2",
69+
"@docusaurus/types": "3.10.2",
70+
"@prettier/plugin-oxc": "^0.2.2",
7171
"@react-native-website/lint-examples": "*",
7272
"@signalwire/docusaurus-plugin-llms-txt": "^1.2.2",
7373
"@types/google.analytics": "^0.0.46",
7474
"@types/react": "^19.2.17",
7575
"eslint": "^9.39.4",
7676
"glob": "^13.0.6",
77-
"prettier": "^3.8.4",
77+
"prettier": "^3.9.6",
7878
"remark-cli": "^12.0.1",
79-
"sass": "1.101.0",
80-
"stylelint": "^17.13.0",
79+
"sass": "1.102.0",
80+
"stylelint": "^17.14.1",
8181
"stylelint-config-standard-scss": "^17.0.0",
8282
"stylelint-scss": "^7.2.0",
8383
"typescript": "^6.0.3"

website/versioned_docs/version-0.77/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.78/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.79/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.80/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

website/versioned_docs/version-0.81/view-style-props.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,9 @@ Adds a shadow effect to an element, with the ability to control the position, co
353353
These shadows can be composed together so that a single `boxShadow` can be comprised of multiple different shadows.
354354

355355
`boxShadow` takes either a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow#syntax) or an array of [BoxShadowValue](./boxshadowvalue) objects.
356-
| Type |
357-
| --------------------------- |
356+
357+
| Type |
358+
| ----------------------------------------- |
358359
| array of BoxShadowValue objects \| string |
359360

360361
### `cursor` <div className="label ios">iOS</div>
@@ -412,9 +413,10 @@ The following filter functions work on Android only:
412413
:::
413414

414415
`filter` takes either an array of objects comprising of the above filter functions or a string which mimics the [web syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax).
415-
| Type |
416-
| ------ |
417-
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string|
416+
417+
| Type |
418+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
419+
| array of objects: `{brightness: number\|string}`, `{opacity: number\|string}`, `{blur: number\|string}`, `{contrast: number\|string}`, `{dropShadow: DropShadowValue\|string}`, `{grayscale: number\|string}`, `{hueRotate: number\|string}`, `{invert: number\|string}`, `{sepia: number\|string}`, `{saturate: number\|string}` or string |
418420

419421
---
420422

0 commit comments

Comments
 (0)