Skip to content

Commit 96ec22c

Browse files
authored
chore(docs): update @swmansion/t-rex-ui (#1026)
## Description <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Introduces a breaking change? - [ ] Yes - [x] No ### Type of change - [ ] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [x] Documentation update (improves or adds clarity to existing documentation) - [ ] Other (chores, tests, code style improvements etc.) ### Tested on - [x] iOS - [ ] Android ### Testing instructions Just check if it's possible to get to the 'next' version on mobile. <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> #1003 ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [x] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent e1439ad commit 96ec22c

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@mui/material": "^7.3.7",
3232
"@signalwire/docusaurus-plugin-llms-txt": "2.0.0-alpha.7",
3333
"@signalwire/docusaurus-theme-llms-txt": "1.0.0-alpha.9",
34-
"@swmansion/t-rex-ui": "^1.2.2",
34+
"@swmansion/t-rex-ui": "^1.3.2",
3535
"clsx": "^2.1.0",
3636
"copy-text-to-clipboard": "^3.2.2",
3737
"prism-react-renderer": "^2.1.0",

docs/yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4121,15 +4121,21 @@ __metadata:
41214121
languageName: node
41224122
linkType: hard
41234123

4124-
"@swmansion/t-rex-ui@npm:^1.2.2":
4125-
version: 1.2.2
4126-
resolution: "@swmansion/t-rex-ui@npm:1.2.2"
4124+
"@swmansion/t-rex-ui@npm:^1.3.2":
4125+
version: 1.3.2
4126+
resolution: "@swmansion/t-rex-ui@npm:1.3.2"
41274127
dependencies:
41284128
"@docusaurus/core": "npm:3.9.2"
41294129
"@docusaurus/module-type-aliases": "npm:3.9.2"
41304130
"@docusaurus/plugin-debug": "npm:3.9.2"
41314131
"@docusaurus/preset-classic": "npm:3.9.2"
41324132
"@docusaurus/theme-search-algolia": "npm:3.9.2"
4133+
fs-extra: "npm:^11.3.3"
4134+
gray-matter: "npm:^4.0.3"
4135+
remark-mdx: "npm:^3.0.0"
4136+
remark-parse: "npm:^11.0.0"
4137+
remark-stringify: "npm:^11.0.0"
4138+
unified: "npm:^11.0.5"
41334139
peerDependencies:
41344140
"@docsearch/core": ^4.4.0
41354141
"@docsearch/css": ^4.4.0
@@ -4140,7 +4146,8 @@ __metadata:
41404146
copy-text-to-clipboard: ^3.2.2
41414147
react: "*"
41424148
react-dom: "*"
4143-
checksum: 10/08ab5e7fb6f52ae1ed4ec3c8c6ee91b9e94c49e9a2cd6801c61901e5af9e1c750553fa00c8f4e6e8a3fa2eba396bb5fb42d03a3d724fe6fd03427c45aecfde65
4149+
react-icons: "*"
4150+
checksum: 10/b967537293a9369f1fd00f8a420b016aa1ce95a70cd6840d96f6ca6366b64059e4e85bdc5629f84be83314ee94bae6a92f952b3204b8f891dd3c9c5504c0838c
41444151
languageName: node
41454152
linkType: hard
41464153

@@ -6493,7 +6500,7 @@ __metadata:
64936500
"@mui/material": "npm:^7.3.7"
64946501
"@signalwire/docusaurus-plugin-llms-txt": "npm:2.0.0-alpha.7"
64956502
"@signalwire/docusaurus-theme-llms-txt": "npm:1.0.0-alpha.9"
6496-
"@swmansion/t-rex-ui": "npm:^1.2.2"
6503+
"@swmansion/t-rex-ui": "npm:^1.3.2"
64976504
clsx: "npm:^2.1.0"
64986505
copy-text-to-clipboard: "npm:^3.2.2"
64996506
docusaurus-plugin-typedoc: "npm:^1.4.2"
@@ -7346,6 +7353,17 @@ __metadata:
73467353
languageName: node
73477354
linkType: hard
73487355

7356+
"fs-extra@npm:^11.3.3":
7357+
version: 11.3.4
7358+
resolution: "fs-extra@npm:11.3.4"
7359+
dependencies:
7360+
graceful-fs: "npm:^4.2.0"
7361+
jsonfile: "npm:^6.0.1"
7362+
universalify: "npm:^2.0.0"
7363+
checksum: 10/1b8deea9c540a2efe63c750bc9e1ba6238115579d1571d67fe8fb58e3fb6df19aba29fd4ebb81217cf0bf5bce0df30ca68dbc3e06f6652b856edd385ce0ff649
7364+
languageName: node
7365+
linkType: hard
7366+
73497367
"fs-minipass@npm:^3.0.0":
73507368
version: 3.0.3
73517369
resolution: "fs-minipass@npm:3.0.3"
@@ -13405,7 +13423,7 @@ __metadata:
1340513423
languageName: node
1340613424
linkType: hard
1340713425

13408-
"unified@npm:^11, unified@npm:^11.0.0, unified@npm:^11.0.3, unified@npm:^11.0.4":
13426+
"unified@npm:^11, unified@npm:^11.0.0, unified@npm:^11.0.3, unified@npm:^11.0.4, unified@npm:^11.0.5":
1340913427
version: 11.0.5
1341013428
resolution: "unified@npm:11.0.5"
1341113429
dependencies:

0 commit comments

Comments
 (0)