arui-presets-lint 7.1.0-beta.2 → 7.1.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 (1) hide show
  1. package/package.json +26 -28
package/package.json CHANGED
@@ -1,70 +1,68 @@
1
1
  {
2
2
  "name": "arui-presets-lint",
3
- "version": "7.1.0-beta.2",
3
+ "version": "7.1.1",
4
4
  "description": "Config files for arui-apps",
5
5
  "author": "core-ds contributors",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "@alfalab/stylelint-core-vars": "1.5.0",
9
- "@commitlint/cli": "18.4.3",
10
- "@commitlint/config-conventional": "18.4.3",
11
- "command-line-args": "5.2.1",
12
- "conventional-changelog-cli": "4.1.0"
8
+ "@alfalab/stylelint-core-vars": "1.6.0",
9
+ "@commitlint/cli": "18.4.4",
10
+ "@commitlint/config-conventional": "18.4.4"
13
11
  },
14
12
  "engines": {
15
13
  "node": ">=18.12.0"
16
14
  },
17
15
  "peerDependencies": {
18
- "@typescript-eslint/eslint-plugin": "^6.14.0",
19
- "@typescript-eslint/parser": "^6.14.0",
20
- "eslint": "^8.55.0",
16
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
17
+ "@typescript-eslint/parser": "^6.21.0",
18
+ "eslint": "^8.57.0",
21
19
  "eslint-config-airbnb": "^19.0.4",
22
20
  "eslint-config-airbnb-typescript": "^17.1.0",
23
21
  "eslint-config-prettier": "^9.1.0",
24
22
  "eslint-import-resolver-typescript": "^3.6.1",
25
23
  "eslint-plugin-cypress": "^2.15.1",
26
24
  "eslint-plugin-dirnames": "^1.0.3",
27
- "eslint-plugin-import": "^2.29.0",
25
+ "eslint-plugin-import": "^2.29.1",
28
26
  "eslint-plugin-jsx-a11y": "^6.8.0",
29
27
  "eslint-plugin-react": "^7.33.2",
30
28
  "eslint-plugin-react-hooks": "^4.6.0",
31
- "eslint-plugin-simple-import-sort": "^10.0.0",
32
- "eslint-plugin-unicorn": "^49.0.0",
29
+ "eslint-plugin-simple-import-sort": "^12.0.0",
30
+ "eslint-plugin-unicorn": "^51.0.1",
33
31
  "husky": "^4.3.8",
34
- "lint-staged": "^15.2.0",
35
- "prettier": "^3.1.1",
36
- "stylelint": "^16.0.2"
32
+ "lint-staged": "^15.2.2",
33
+ "prettier": "^3.2.5",
34
+ "stylelint": "^16.2.1"
37
35
  },
38
36
  "devDependencies": {
39
- "@alfalab/core-components": "44.3.0",
37
+ "@alfalab/core-components": "45.0.0",
40
38
  "@semantic-release/changelog": "6.0.3",
41
39
  "@semantic-release/commit-analyzer": "11.1.0",
42
40
  "@semantic-release/git": "10.0.1",
43
- "@semantic-release/github": "9.2.5",
41
+ "@semantic-release/github": "9.2.6",
44
42
  "@semantic-release/npm": "11.0.2",
45
43
  "@semantic-release/release-notes-generator": "12.1.0",
46
- "@typescript-eslint/eslint-plugin": "6.14.0",
47
- "@typescript-eslint/parser": "6.14.0",
48
- "eslint": "8.55.0",
44
+ "@typescript-eslint/eslint-plugin": "6.21.0",
45
+ "@typescript-eslint/parser": "6.21.0",
46
+ "eslint": "8.57.0",
49
47
  "eslint-config-airbnb": "19.0.4",
50
48
  "eslint-config-airbnb-typescript": "17.1.0",
51
49
  "eslint-config-prettier": "9.1.0",
52
50
  "eslint-import-resolver-typescript": "3.6.1",
53
51
  "eslint-plugin-cypress": "2.15.1",
54
52
  "eslint-plugin-dirnames": "1.0.3",
55
- "eslint-plugin-import": "2.29.0",
53
+ "eslint-plugin-import": "2.29.1",
56
54
  "eslint-plugin-jsx-a11y": "6.8.0",
57
55
  "eslint-plugin-react": "7.33.2",
58
56
  "eslint-plugin-react-hooks": "4.6.0",
59
- "eslint-plugin-simple-import-sort": "10.0.0",
60
- "eslint-plugin-unicorn": "49.0.0",
57
+ "eslint-plugin-simple-import-sort": "12.0.0",
58
+ "eslint-plugin-unicorn": "51.0.1",
61
59
  "husky": "4.3.8",
62
60
  "kebab-case": "1.0.0",
63
- "lint-staged": "15.2.0",
64
- "prettier": "3.1.1",
61
+ "lint-staged": "15.2.2",
62
+ "prettier": "3.2.5",
65
63
  "react": "17.0.2",
66
- "semantic-release": "22.0.9",
67
- "stylelint": "16.0.2",
64
+ "semantic-release": "22.0.12",
65
+ "stylelint": "16.2.1",
68
66
  "typescript": "5.3.3"
69
67
  },
70
68
  "scripts": {
@@ -110,5 +108,5 @@
110
108
  "commitlint": {
111
109
  "extends": "./commitlint"
112
110
  },
113
- "packageManager": "yarn@4.0.2"
111
+ "packageManager": "yarn@4.1.0"
114
112
  }