|
2 | 2 | "name": "@nivalis/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.0.0",
|
5 |
| - "packageManager": "[email protected].2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228", |
| 5 | + "packageManager": "[email protected].3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee", |
6 | 6 | "description": "ESLint shareable flat config used at Nivalis Studio",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "homepage": "https://github.com/nivalis-studio/eslint-config#readme",
|
|
58 | 58 | "prettier": "@nivalis/prettier-config",
|
59 | 59 | "dependencies": {
|
60 | 60 | "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
61 |
| - "@next/eslint-plugin-next": "15.0.0", |
62 |
| - "@stylistic/eslint-plugin": "2.9.0", |
63 |
| - "@typescript-eslint/parser": "8.11.0", |
64 |
| - "@typescript-eslint/utils": "8.11.0", |
| 61 | + "@next/eslint-plugin-next": "15.0.2", |
| 62 | + "@stylistic/eslint-plugin": "2.10.1", |
| 63 | + "@typescript-eslint/parser": "8.13.0", |
| 64 | + "@typescript-eslint/utils": "8.13.0", |
65 | 65 | "eslint-config-prettier": "9.1.0",
|
66 | 66 | "eslint-flat-config-utils": "0.4.0",
|
67 |
| - "eslint-plugin-import-x": "4.3.1", |
| 67 | + "eslint-plugin-import-x": "4.4.0", |
68 | 68 | "eslint-plugin-jsdoc": "50.4.3",
|
69 | 69 | "eslint-plugin-jsonc": "2.16.0",
|
70 |
| - "eslint-plugin-n": "17.11.1", |
| 70 | + "eslint-plugin-n": "17.12.0", |
71 | 71 | "eslint-plugin-prettier": "5.2.1",
|
72 | 72 | "eslint-plugin-promise": "7.1.0",
|
73 | 73 | "eslint-plugin-react": "7.37.2",
|
|
76 | 76 | "eslint-plugin-regexp": "2.6.0",
|
77 | 77 | "eslint-plugin-tailwindcss": "3.17.5",
|
78 | 78 | "eslint-plugin-unicorn": "56.0.0",
|
79 |
| - "globals": "15.11.0", |
| 79 | + "globals": "15.12.0", |
80 | 80 | "local-pkg": "0.5.0",
|
81 |
| - "typescript-eslint": "8.11.0" |
| 81 | + "typescript-eslint": "8.13.0" |
82 | 82 | },
|
83 | 83 | "devDependencies": {
|
84 | 84 | "@commitlint/cli": "19.5.0",
|
85 | 85 | "@commitlint/config-conventional": "19.5.0",
|
86 | 86 | "@nivalis/prettier-config": "3.3.3",
|
87 |
| - "@types/node": "22.8.1", |
88 |
| - "eslint": "9.13.0", |
89 |
| - "lefthook": "1.8.1", |
| 87 | + "@types/node": "22.9.0", |
| 88 | + "eslint": "9.14.0", |
| 89 | + "lefthook": "1.8.2", |
90 | 90 | "lint-staged": "15.2.10",
|
91 |
| - "typescript": "5.5.4", |
| 91 | + "typescript": "5.6.3", |
92 | 92 | "unbuild": "2.0.0"
|
93 | 93 | },
|
94 | 94 | "unbuild": {
|
|
0 commit comments