Skip to content

Commit 5b7dd77

Browse files
authored
Add JavaScriptReact component (RFC) (#104)
1 parent 4bf7a34 commit 5b7dd77

File tree

8 files changed

+1667
-1091
lines changed

8 files changed

+1667
-1091
lines changed

.husky/prepare-commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node
1+
20

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Snippets for Next.js, React in TypeScript
22

3-
[![Version](https://vsmarketplacebadge.apphb.com/version-short/mheob.vscode-snippets.svg?style=for-the-badge&logo=visual-studio-code&logoColor=007ACC)](https://marketplace.visualstudio.com/items?itemName=mheob.vscode-snippets) [![GitHub issues](https://img.shields.io/github/issues/mheob/vscode-snippets?logo=github&style=for-the-badge)](https://github.com/mheob/vscode-snippets) [![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=for-the-badge)](https://gitmoji.dev)
3+
[![Version](https://vsmarketplacebadge.apphb.com/version-short/mheob.vscode-snippets.svg?style=for-the-badge&logo=visual-studio-code&logoColor=007ACC)](https://marketplace.visualstudio.com/items?itemName=mheob.vscode-snippets) [![GitHub issues](https://img.shields.io/github/issues/mheob/vscode-snippets?logo=github&style=for-the-badge)](https://github.com/mheob/vscode-snippets)
44

55
This extension provides you Snippets for the development with Next.js, React in a TypeScript environment in [VS Code](https://code.visualstudio.com/).
66

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-snippets",
33
"displayName": "Snippets for Next.js, React in TypeScript",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"private": true,
66
"description": "Snippets for the development with Next.js, React in a TypeScript environment.",
77
"categories": [
@@ -63,19 +63,19 @@
6363
"package.json": "pnpm dlx sort-package-json"
6464
},
6565
"devDependencies": {
66-
"@mheob/eslint-config": "^4.0.0",
67-
"@mheob/prettier-config": "^3.0.0",
68-
"@types/node": "^18.11.18",
69-
"@typescript-eslint/eslint-plugin": "^5.47.1",
70-
"@typescript-eslint/parser": "^5.47.1",
71-
"eslint": "^8.30.0",
72-
"husky": "^8.0.2",
73-
"lint-staged": "^13.1.0",
74-
"prettier": "^2.8.1",
75-
"rimraf": "^3.0.2",
66+
"@mheob/eslint-config": "^5.1.0",
67+
"@mheob/prettier-config": "^3.1.0",
68+
"@types/node": "^20.4.4",
69+
"@typescript-eslint/eslint-plugin": "^6.2.0",
70+
"@typescript-eslint/parser": "^6.2.0",
71+
"@vscode/vsce": "^2.19.0",
72+
"eslint": "^8.45.0",
73+
"husky": "^8.0.3",
74+
"lint-staged": "^13.2.3",
75+
"prettier": "^3.0.0",
76+
"rimraf": "^5.0.1",
7677
"ts-node": "^10.9.1",
77-
"typescript": "^4.9.4",
78-
"vsce": "^2.15.0"
78+
"typescript": "^5.1.6"
7979
},
8080
"engines": {
8181
"vscode": "^1.74.2"

0 commit comments

Comments
 (0)