@vellone/techsak 1.2.4 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ Add the following code in your `.eslintrc.mts` to include this project's ESLint
25
25
 
26
26
  ```ts
27
27
  {
28
- export { default } from '@vellone/techsak/eslint.config.mjs'
28
+ export { default } from '@vellone/techsak/eslint'
29
29
  }
30
30
  ```
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellone/techsak",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "matheusvellone's personal tech sak (swiss army knife)",
5
5
  "author": "matheusvellone",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "eslint"
15
15
  ],
16
16
  "dependencies": {
17
- "@antfu/eslint-config": "^4.17.0",
17
+ "@antfu/eslint-config": "^4.19.0",
18
18
  "@eslint-react/eslint-plugin": "^1.52.3",
19
19
  "eslint": "^9.31.0",
20
20
  "eslint-plugin-react-refresh": "^0.4.20"
File without changes