ko-lint-config 2.2.9 → 2.2.12

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/CHANGELOG.md +18 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # ko-lint-config
2
2
 
3
+ ## 2.2.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d8d981f: lock dependencies version
8
+
9
+ ## 2.2.11
10
+
11
+ ### Patch Changes
12
+
13
+ - 830b3280: ko lint tsc
14
+
15
+ ## 2.2.10
16
+
17
+ ### Patch Changes
18
+
19
+ - 9554156e: stylelint version
20
+
3
21
  ## 2.2.9
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ko-lint-config",
3
- "version": "2.2.9",
3
+ "version": "2.2.12",
4
4
  "description": "lint configs about eslint stylelint and prettier",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -28,32 +28,32 @@
28
28
  "author": "DTStack",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@typescript-eslint/eslint-plugin": "^5.18.0",
32
- "@typescript-eslint/parser": "^5.18.0",
33
- "eslint": "^8.0.0",
34
- "eslint-config-prettier": "^8.5.0",
35
- "eslint-config-standard": "^17.0.0",
31
+ "@typescript-eslint/eslint-plugin": "5.30.0",
32
+ "@typescript-eslint/parser": "5.30.0",
33
+ "eslint": "8.22.0",
34
+ "eslint-config-prettier": "8.5.0",
35
+ "eslint-config-standard": "17.0.0",
36
36
  "eslint-plugin-dt-react": "0.0.6",
37
- "eslint-plugin-import": "^2.26.0",
38
- "eslint-plugin-jest": "^26.1.3",
39
- "eslint-plugin-jsx-a11y": "^6.5.1",
40
- "eslint-plugin-n": "^15.0.0",
41
- "eslint-plugin-prettier": "^4.2.0",
42
- "eslint-plugin-promise": "^6.0.0",
43
- "eslint-plugin-react": "^7.29.4",
44
- "eslint-plugin-react-hooks": "^4.4.0",
45
- "eslint-plugin-sort-requires": "^2.1.0",
46
- "postcss": "^8.4.12",
47
- "postcss-scss": "^4.0.3",
48
- "prettier": "^2.6.2",
37
+ "eslint-plugin-import": "2.26.0",
38
+ "eslint-plugin-jest": "26.5.3",
39
+ "eslint-plugin-jsx-a11y": "6.6.0",
40
+ "eslint-plugin-n": "15.2.3",
41
+ "eslint-plugin-prettier": "4.2.1",
42
+ "eslint-plugin-promise": "6.0.0",
43
+ "eslint-plugin-react": "7.30.1",
44
+ "eslint-plugin-react-hooks": "4.6.0",
45
+ "eslint-plugin-sort-requires": "2.1.0",
46
+ "postcss": "8.4.14",
47
+ "postcss-scss": "4.0.4",
48
+ "prettier": "2.7.1",
49
49
  "stylelint": "14.11.0",
50
- "stylelint-config-standard": "28.0.0",
50
+ "stylelint-config-standard": "25.0.0",
51
51
  "stylelint-order": "5.0.0",
52
52
  "stylelint-scss": "4.3.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "tape": "^5.5.2",
56
- "typescript": "^4.6.3"
56
+ "typescript": "4.7.4"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=14"