@4mbl/lint 0.5.0 → 0.6.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @4mbl/lint
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 46d0443: Upgrade config dependencies
8
+
3
9
  ## 0.5.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -41,7 +41,7 @@ publicHoistPattern:
41
41
 
42
42
  ## Available templates
43
43
 
44
- There is currently one config template.
44
+ These are the currently available config templates.
45
45
 
46
46
  - **Next** - Extending the Next.js linting config.
47
47
  - **Node** - Linting configuration for Node.js.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4mbl/lint",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Linting configuration for various environments.",
5
5
  "type": "module",
6
6
  "author": "4mbl",
@@ -28,14 +28,14 @@
28
28
  "dependencies": {
29
29
  "@eslint/js": "^9.39.1",
30
30
  "eslint": "^9.39.1",
31
- "eslint-config-next": "^16.0.4",
31
+ "eslint-config-next": "^16.0.8",
32
32
  "eslint-config-prettier": "^10.1.8",
33
33
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
34
34
  "eslint-plugin-react-hooks": "^7.0.1",
35
35
  "eslint-plugin-react-refresh": "^0.4.24",
36
36
  "globals": "^16.5.0",
37
37
  "jiti": "^2.6.1",
38
- "typescript-eslint": "^8.48.0"
38
+ "typescript-eslint": "^8.48.1"
39
39
  },
40
40
  "scripts": {}
41
41
  }