@bfra.me/eslint-config 0.48.0 → 0.48.1

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -147,7 +147,7 @@ var GLOB_EXCLUDE = [
147
147
  import { fileURLToPath } from "url";
148
148
 
149
149
  // package.json
150
- var version = "0.48.0";
150
+ var version = "0.48.1";
151
151
 
152
152
  // src/parsers/any-parser.ts
153
153
  var lineBreakPattern = /\r\n|[\n\r\u2028\u2029]/u;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfra.me/eslint-config",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -60,7 +60,7 @@
60
60
  "local-pkg": "1.1.2",
61
61
  "package-manager-detector": "1.6.0",
62
62
  "sort-package-json": "3.6.1",
63
- "typescript-eslint": "8.55.0",
63
+ "typescript-eslint": "8.56.0",
64
64
  "@bfra.me/es": "0.1.0"
65
65
  },
66
66
  "devDependencies": {
@@ -70,7 +70,7 @@
70
70
  "@next/eslint-plugin-next": "16.1.6",
71
71
  "@types/eslint-config-prettier": "6.11.3",
72
72
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
73
- "@typescript-eslint/types": "8.55.0",
73
+ "@typescript-eslint/types": "8.56.0",
74
74
  "@vitest/eslint-plugin": "1.6.9",
75
75
  "astro-eslint-parser": "1.3.0",
76
76
  "eslint": "10.0.0",
@@ -84,8 +84,8 @@
84
84
  "eslint-plugin-react-hooks": "7.0.1",
85
85
  "eslint-plugin-react-refresh": "0.4.26",
86
86
  "eslint-typegen": "2.3.0",
87
- "@bfra.me/prettier-config": "0.16.7",
88
87
  "@bfra.me/tsconfig": "0.12.2",
88
+ "@bfra.me/prettier-config": "0.16.7",
89
89
  "@bfra.me/works": "0.0.0-development"
90
90
  },
91
91
  "peerDependencies": {