|
2 | 2 | "name": "eslint-plugin-solid",
|
3 | 3 | "version": "0.11.0",
|
4 | 4 | "description": "Solid-specific linting rules for ESLint.",
|
| 5 | + "keywords": [ |
| 6 | + "eslint", |
| 7 | + "eslintplugin", |
| 8 | + "solid", |
| 9 | + "solidjs", |
| 10 | + "reactivity" |
| 11 | + ], |
5 | 12 | "main": "dist/index.js",
|
6 | 13 | "types": "dist/index.d.ts",
|
7 | 14 | "repository": "https://github.com/solidjs-community/eslint-plugin-solid",
|
|
29 | 36 | "README.md"
|
30 | 37 | ],
|
31 | 38 | "dependencies": {
|
32 |
| - "@typescript-eslint/utils": "^5.30.7", |
| 39 | + "@typescript-eslint/utils": "^5.55.0", |
33 | 40 | "is-html": "^2.0.0",
|
34 |
| - "jsx-ast-utils": "^3.3.2", |
35 |
| - "kebab-case": "^1.0.1", |
| 41 | + "jsx-ast-utils": "^3.3.3", |
| 42 | + "kebab-case": "^1.0.2", |
36 | 43 | "known-css-properties": "^0.24.0",
|
37 | 44 | "style-to-object": "^0.3.0"
|
38 | 45 | },
|
39 | 46 | "devDependencies": {
|
40 |
| - "@babel/core": "^7.18.9", |
41 |
| - "@babel/eslint-parser": "^7.14.7", |
| 47 | + "@babel/core": "^7.21.3", |
| 48 | + "@babel/eslint-parser": "^7.21.3", |
42 | 49 | "@rollup/plugin-commonjs": "^22.0.2",
|
43 | 50 | "@rollup/plugin-json": "^4.1.0",
|
44 |
| - "@rollup/plugin-node-resolve": "^14.0.0", |
45 |
| - "@types/eslint": "^8.4.5", |
| 51 | + "@rollup/plugin-node-resolve": "^14.1.0", |
| 52 | + "@types/eslint": "^8.21.2", |
46 | 53 | "@types/fs-extra": "^9.0.13",
|
47 | 54 | "@types/is-html": "^2.0.0",
|
48 | 55 | "@types/jest": "^27.5.2",
|
49 | 56 | "@types/markdown-magic": "^1.0.1",
|
50 |
| - "@types/node": "^16.11.45", |
51 |
| - "@types/prettier": "^2.7.1", |
52 |
| - "@typescript-eslint/eslint-plugin": "^5.39.0", |
53 |
| - "@typescript-eslint/parser": "^5.30.7", |
54 |
| - "eslint": "^8.20.0", |
55 |
| - "eslint-plugin-eslint-plugin": "^4.4.1", |
56 |
| - "eslint-plugin-import": "^2.26.0", |
57 |
| - "eslint-plugin-solid": "link:.", |
| 57 | + "@types/node": "^16.18.16", |
| 58 | + "@types/prettier": "^2.7.2", |
| 59 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 60 | + "@typescript-eslint/parser": "^5.55.0", |
| 61 | + "eslint": "^8.36.0", |
| 62 | + "eslint-plugin-eslint-plugin": "^5.0.8", |
| 63 | + "eslint-plugin-import": "^2.27.5", |
| 64 | + "eslint-plugin-solid": "link:", |
58 | 65 | "eslint-v6": "npm:eslint@^6.8.0",
|
59 | 66 | "eslint-v7": "npm:eslint@^7.32.0",
|
60 | 67 | "execa": "^5.1.1",
|
61 |
| - "fast-glob": "^3.2.11", |
| 68 | + "fast-glob": "^3.2.12", |
62 | 69 | "fs-extra": "^10.1.0",
|
63 | 70 | "husky": "^7.0.4",
|
64 |
| - "jest": "^28.1.3", |
| 71 | + "jest": "^29.5.0", |
65 | 72 | "jest-node-exports-resolver": "^1.1.6",
|
66 | 73 | "lint-staged": "^11.2.6",
|
67 |
| - "markdown-magic": "^2.6.0", |
68 |
| - "prettier": "^2.7.1", |
69 |
| - "rollup": "^2.79.0", |
70 |
| - "ts-jest": "^28.0.7", |
| 74 | + "markdown-magic": "^2.6.1", |
| 75 | + "prettier": "^2.8.4", |
| 76 | + "rollup": "^2.79.1", |
| 77 | + "ts-jest": "^29.0.5", |
71 | 78 | "ts-node": "^10.9.1",
|
72 |
| - "typescript": "^4.7.4" |
| 79 | + "typescript": "^5.0.2" |
73 | 80 | },
|
74 | 81 | "peerDependencies": {
|
75 | 82 | "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
0 commit comments