|
2 | 2 | "name": "@soybeanjs/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "1.1.4",
|
5 |
| - "packageManager": "pnpm@8.13.1", |
| 5 | + "packageManager": "pnpm@8.14.1", |
6 | 6 | "description": "SoybeanJS's eslint flat config presets",
|
7 | 7 | "author": {
|
8 | 8 | "name": "Soybean",
|
|
116 | 116 | "@antfu/install-pkg": "0.3.1",
|
117 | 117 | "@eslint/eslintrc": "3.0.0",
|
118 | 118 | "@eslint/js": "8.56.0",
|
119 |
| - "@typescript-eslint/eslint-plugin": "6.16.0", |
120 |
| - "@typescript-eslint/parser": "6.16.0", |
| 119 | + "@typescript-eslint/eslint-plugin": "6.18.1", |
| 120 | + "@typescript-eslint/parser": "6.18.1", |
121 | 121 | "eslint-config-prettier": "9.1.0",
|
122 | 122 | "eslint-parser-plain": "0.1.0",
|
123 | 123 | "eslint-plugin-i": "2.29.1",
|
124 |
| - "eslint-plugin-n": "16.5.0", |
125 |
| - "eslint-plugin-prettier": "5.1.2", |
| 124 | + "eslint-plugin-n": "16.6.2", |
| 125 | + "eslint-plugin-prettier": "5.1.3", |
126 | 126 | "eslint-plugin-unicorn": "50.0.1",
|
127 | 127 | "globals": "13.24.0",
|
128 | 128 | "local-pkg": "0.5.0",
|
129 |
| - "prettier": "3.1.1", |
| 129 | + "prettier": "3.2.1", |
130 | 130 | "prettier-plugin-jsdoc": "1.3.0",
|
131 | 131 | "prettier-plugin-json-sort": "0.0.2",
|
132 | 132 | "prompts": "2.4.2"
|
133 | 133 | },
|
134 | 134 | "devDependencies": {
|
135 |
| - "@soybeanjs/cli": "1.0.0-beta.7", |
| 135 | + "@soybeanjs/cli": "1.0.1", |
136 | 136 | "@toml-tools/parser": "1.0.0",
|
137 |
| - "@types/eslint": "8.56.0", |
| 137 | + "@types/eslint": "8.56.2", |
138 | 138 | "@types/eslint-config-prettier": "6.11.3",
|
139 | 139 | "@types/eslint__js": "8.42.3",
|
140 |
| - "@types/node": "20.10.5", |
| 140 | + "@types/node": "20.11.0", |
141 | 141 | "@types/prompts": "2.4.9",
|
142 |
| - "@types/react": "18.2.45", |
| 142 | + "@types/react": "18.2.47", |
143 | 143 | "@types/react-dom": "18.2.18",
|
144 |
| - "astro": "4.0.8", |
| 144 | + "astro": "4.1.2", |
145 | 145 | "eslint": "8.56.0",
|
146 | 146 | "eslint-plugin-astro": "0.31.0",
|
147 | 147 | "eslint-plugin-react": "7.33.2",
|
148 | 148 | "eslint-plugin-react-hooks": "4.6.0",
|
149 | 149 | "eslint-plugin-react-native": "4.1.0",
|
150 | 150 | "eslint-plugin-react-refresh": "0.4.5",
|
151 |
| - "eslint-plugin-solid": "0.13.0", |
| 151 | + "eslint-plugin-solid": "0.13.1", |
152 | 152 | "eslint-plugin-svelte": "2.35.1",
|
153 |
| - "eslint-plugin-vue": "9.19.2", |
| 153 | + "eslint-plugin-vue": "9.20.1", |
154 | 154 | "lint-staged": "15.2.0",
|
155 | 155 | "prettier-plugin-astro": "0.12.3",
|
156 | 156 | "prettier-plugin-svelte": "3.1.2",
|
157 | 157 | "prettier-plugin-toml": "2.0.1",
|
158 | 158 | "react": "18.2.0",
|
159 | 159 | "react-dom": "18.2.0",
|
160 | 160 | "simple-git-hooks": "2.9.0",
|
161 |
| - "solid-js": "1.8.7", |
| 161 | + "solid-js": "1.8.11", |
162 | 162 | "svelte": "4.2.8",
|
163 | 163 | "tsup": "8.0.1",
|
164 | 164 | "tsx": "4.7.0",
|
165 | 165 | "typescript": "5.3.3",
|
166 |
| - "vue": "3.3.13", |
167 |
| - "vue-eslint-parser": "9.3.2" |
| 166 | + "vue": "3.4.13", |
| 167 | + "vue-eslint-parser": "9.4.0" |
168 | 168 | },
|
169 | 169 | "simple-git-hooks": {
|
170 | 170 | "commit-msg": "pnpm soy git-commit-verify",
|
|
0 commit comments