Skip to content

Commit 183d3f8

Browse files
Merge pull request #528 from nadezhdafilina/react-code-fix
elsdoc-231, added commas to templates in react file
2 parents 87f6812 + 6c6b4d1 commit 183d3f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/els-for-libraries/react/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ TuxCare provides ELS for React as an NPM package, hosted on a secure internal re
5959
"react-dom": "npm:@els-js/react-dom@>=15.6.2-tuxcare.1"
6060
},
6161
"overrides": {
62-
"[email protected]": "npm:@els-js/react@>=15.6.2-tuxcare.1"
62+
"[email protected]": "npm:@els-js/react@>=15.6.2-tuxcare.1",
6363
"[email protected]": "npm:@els-js/react-dom@>=15.6.2-tuxcare.1"
6464
}
6565
```
@@ -74,7 +74,7 @@ TuxCare provides ELS for React as an NPM package, hosted on a secure internal re
7474
"react-dom": "npm:@els-js/react-dom@>=16.4.1-tuxcare.1"
7575
},
7676
"overrides": {
77-
"[email protected]": "npm:@els-js/react@>=16.4.1-tuxcare.1"
77+
"[email protected]": "npm:@els-js/react@>=16.4.1-tuxcare.1",
7878
"[email protected]": "npm:@els-js/react-dom@>=16.4.1-tuxcare.1"
7979
}
8080
```
@@ -85,11 +85,11 @@ TuxCare provides ELS for React as an NPM package, hosted on a secure internal re
8585
8686
```text
8787
"dependencies": {
88-
"react": "npm:@els-js/react@>=19.2.0-tuxcare.1"
88+
"react": "npm:@els-js/react@>=19.2.0-tuxcare.1",
8989
"react-dom": "npm:@els-js/react-dom@>=19.2.0-tuxcare.1"
9090
},
9191
"overrides": {
92-
"[email protected]": "npm:@els-js/react@>=19.2.0-tuxcare.1"
92+
"[email protected]": "npm:@els-js/react@>=19.2.0-tuxcare.1",
9393
"[email protected]": "npm:@els-js/react-dom@>=19.2.0-tuxcare.1"
9494
}
9595
```

0 commit comments

Comments
 (0)