Skip to content

Commit aba5331

Browse files
authored
Merge pull request #914 from live-codes/upgrade-compilers
Upgrade compilers
2 parents 2d1d304 + 619edf7 commit aba5331

13 files changed

Lines changed: 31 additions & 17 deletions

File tree

docs/docs/languages/bbcode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### Version
2424

25-
`BBob`: v3.0.2
25+
`BBob`: v4.3.1
2626

2727
## Example Usage
2828

docs/docs/languages/jinja.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ window.livecodes.templateData = { name: 'LiveCodes' };
7676

7777
### Version
7878

79-
`@huggingface/jinja`: v0.5.0
79+
`@huggingface/jinja`: v0.5.1
8080

8181
## Code Formatting
8282

docs/docs/languages/mdx.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import { ComponentName } from './script';
8080

8181
### Version
8282

83-
`@mdx-js/mdx`: v3.1.0
83+
`@mdx-js/mdx`: v3.1.1
8484

8585
## Code Formatting
8686

docs/docs/languages/react-native-tsx.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ For usage and examples, see documentation for [JSX](./jsx.mdx).
3030

3131
[TypeScript compiler](./typescript.mdx) and [React Native for Web](https://necolas.github.io/react-native-web/)
3232

33+
### Version
34+
35+
`react-native-web`: v0.21.2
36+
3337
## Code Formatting
3438

3539
Using [Prettier](https://prettier.io/).

docs/docs/languages/react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For usage and examples, see documentation for [JSX](./jsx.mdx).
3434

3535
### Version
3636

37-
`react-native-web`: v0.20.0
37+
`react-native-web`: v0.21.2
3838

3939
## Code Formatting
4040

docs/docs/languages/react-tsx.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ For usage and examples, see documentation for [React](./react.mdx) and [TypeScri
2828

2929
[React compiler](https://react.dev/learn/react-compiler), which is a [babel](./babel.mdx) plugin ([babel-plugin-react-compiler](https://www.npmjs.com/package/babel-plugin-react-compiler)).
3030

31+
### Version
32+
33+
`babel-plugin-react-compiler`: v1.0.0
34+
3135
## Code Formatting
3236

3337
Using [Prettier](https://prettier.io/).

docs/docs/languages/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export const styledComponentsDemo = {
256256

257257
### Version
258258

259-
`babel-plugin-react-compiler`: v19.1.0-rc.1
259+
`babel-plugin-react-compiler`: v1.0.0
260260

261261
## Code Formatting
262262

docs/docs/languages/solid.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For usage, see documentation for [JSX](./jsx.mdx) and [TypeScript](./typescript.
3535

3636
### Version
3737

38-
`babel-preset-solid`: v1.9.5
38+
`babel-preset-solid`: v1.9.10
3939

4040
## Code Formatting
4141

docs/docs/languages/solid.tsx.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For usage, see documentation for [JSX](./jsx.mdx) and [TypeScript](./typescript.
3535

3636
### Version
3737

38-
`babel-preset-solid` version 1.7.4
38+
`babel-preset-solid` version 1.9.10
3939

4040
## Code Formatting
4141

docs/docs/languages/vento.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ window.livecodes.templateData = { name: 'LiveCodes' };
7474

7575
### Version
7676

77-
`ventojs`: v1.12.16
77+
`ventojs`: v2.2.0
7878

7979
## Code Formatting
8080

0 commit comments

Comments
 (0)