Skip to content

Commit 2568de1

Browse files
added one more typescript project
1 parent ec15cd6 commit 2568de1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@emailjs/browser": "^4.4.1",
32-
"stenciljs-components": "^1.0.13",
32+
"stenciljs-components": "^2.0.1",
3333
"tinymce": "^7.6.0"
3434
}
3535
}

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ export class AppProfile {
113113
<td>React 18.3</td>
114114
</tr>
115115
<tr>
116+
<td>vanilla-ts</td>
117+
<td><a href="https://sanjeetkumaritoutlook.github.io/vanilla-ts/" target="_blank">Visit</a></td>
118+
<td>Typescript 5.6.2</td>
119+
</tr>
120+
<tr>
116121
<td>angular-tinymce-form</td>
117122
<td><a href="https://sanjeetkumaritoutlook.github.io/angular-tinymce-form/" target="_blank">Visit</a></td>
118123
<td>Angular 12</td>

0 commit comments

Comments
 (0)