|
1 | 1 | { |
2 | 2 | "name": "vscode-snippets", |
3 | 3 | "displayName": "Snippets for Next.js, React in TypeScript", |
4 | | - "version": "2.0.0", |
| 4 | + "version": "2.1.0", |
5 | 5 | "private": true, |
6 | 6 | "description": "Snippets for the development with Next.js, React in a TypeScript environment.", |
7 | 7 | "categories": [ |
|
63 | 63 | "package.json": "pnpm dlx sort-package-json" |
64 | 64 | }, |
65 | 65 | "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", |
76 | 77 | "ts-node": "^10.9.1", |
77 | | - "typescript": "^4.9.4", |
78 | | - "vsce": "^2.15.0" |
| 78 | + "typescript": "^5.1.6" |
79 | 79 | }, |
80 | 80 | "engines": { |
81 | 81 | "vscode": "^1.74.2" |
|
0 commit comments