@icebreakers/eslint-config 1.3.2 → 1.3.4

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 ice breaker
3
+ Copyright (c) 2025 ice breaker
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.cjs CHANGED
@@ -109,7 +109,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
109
109
  }
110
110
  });
111
111
 
112
- // ../../node_modules/.pnpm/eslint-plugin-vue@10.3.0_@typescript-eslint+parser@8.38.0_eslint@9.32.0_jiti@2.5.1__typ_adc38c1d6e5abe2d3407348dc76767e2/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
112
+ // ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.33.0_jiti@2.5.1__typ_55be7873b8c7d4130584032ae69f50c6/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
113
113
  var inline_non_void_elements_default = [
114
114
  "a",
115
115
  "abbr",
package/dist/index.js CHANGED
@@ -85,7 +85,7 @@ var defuArrayFn = createDefu((object, key, currentValue) => {
85
85
  }
86
86
  });
87
87
 
88
- // ../../node_modules/.pnpm/eslint-plugin-vue@10.3.0_@typescript-eslint+parser@8.38.0_eslint@9.32.0_jiti@2.5.1__typ_adc38c1d6e5abe2d3407348dc76767e2/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
88
+ // ../../node_modules/.pnpm/eslint-plugin-vue@10.4.0_@typescript-eslint+parser@8.39.0_eslint@9.33.0_jiti@2.5.1__typ_55be7873b8c7d4130584032ae69f50c6/node_modules/eslint-plugin-vue/lib/utils/inline-non-void-elements.json
89
89
  var inline_non_void_elements_default = [
90
90
  "a",
91
91
  "abbr",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "1.3.2",
4
+ "version": "1.3.4",
5
5
  "description": "icebreakers's eslint config",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -40,9 +40,9 @@
40
40
  "dist"
41
41
  ],
42
42
  "dependencies": {
43
- "@antfu/eslint-config": "5.0.0",
43
+ "@antfu/eslint-config": "5.2.1",
44
44
  "@eslint-react/eslint-plugin": "^1.52.3",
45
- "@next/eslint-plugin-next": "^15.4.5",
45
+ "@next/eslint-plugin-next": "^15.4.6",
46
46
  "eslint-plugin-format": "1.0.1",
47
47
  "eslint-plugin-jsx-a11y": "^6.10.2",
48
48
  "eslint-plugin-react-hooks": "^5.2.0",
@@ -51,7 +51,7 @@
51
51
  "eslint-plugin-vuejs-accessibility": "^2.4.1"
52
52
  },
53
53
  "optionalDependencies": {
54
- "@unocss/eslint-plugin": "66.3.3",
54
+ "@unocss/eslint-plugin": "66.4.2",
55
55
  "eslint-plugin-mdx": "3.6.2"
56
56
  },
57
57
  "publishConfig": {