@schoero/configs 0.0.0-beta.26 → 0.0.0-beta.27

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/README.md +2 -2
  2. package/package.json +24 -24
package/README.md CHANGED
@@ -10,7 +10,7 @@ This repository contains shared configuration files used to configure my persona
10
10
  - unwritten
11
11
  - changelogen
12
12
 
13
- ### Installation
13
+ ## Installation
14
14
 
15
15
  ```sh
16
16
  npm i --save-dev @schoero/configs
@@ -182,4 +182,4 @@ npm i --save-dev @schoero/configs
182
182
  "test": "vitest -c ./vite.config.ts"
183
183
  }
184
184
  }
185
- ```
185
+ ```
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.0-beta.26",
2
+ "version": "0.0.0-beta.27",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -39,10 +39,10 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@cspell/dict-bash": "^4.1.3",
42
- "@cspell/dict-companies": "^3.0.29",
42
+ "@cspell/dict-companies": "^3.0.31",
43
43
  "@cspell/dict-css": "^4.0.12",
44
44
  "@cspell/dict-de-ch": "^1.2.0",
45
- "@cspell/dict-en_us": "^4.3.13",
45
+ "@cspell/dict-en_us": "^4.3.14",
46
46
  "@cspell/dict-fr-fr": "^2.2.2",
47
47
  "@cspell/dict-fullstack": "^3.1.5",
48
48
  "@cspell/dict-html": "^4.0.5",
@@ -51,45 +51,45 @@
51
51
  "@cspell/dict-lorem-ipsum": "^4.0.0",
52
52
  "@cspell/dict-markdown": "^2.0.1",
53
53
  "@cspell/dict-node": "^4.0.3",
54
- "@cspell/dict-npm": "^5.0.14",
54
+ "@cspell/dict-npm": "^5.0.15",
55
55
  "@cspell/dict-public-licenses": "^2.0.5",
56
- "@cspell/dict-software-terms": "^3.3.15",
56
+ "@cspell/dict-software-terms": "^3.3.16",
57
57
  "@cspell/dict-typescript": "^3.1.2",
58
- "@stylistic/eslint-plugin-js": "^1.5.1",
59
- "@stylistic/eslint-plugin-jsx": "^1.5.1",
60
- "@stylistic/eslint-plugin-plus": "^1.5.1",
61
- "@stylistic/eslint-plugin-ts": "^1.5.1",
62
- "@typescript-eslint/eslint-plugin": "^6.16.0",
63
- "@typescript-eslint/parser": "^6.16.0",
64
- "cspell-lib": "^8.3.1",
58
+ "@stylistic/eslint-plugin-js": "^1.5.4",
59
+ "@stylistic/eslint-plugin-jsx": "^1.5.4",
60
+ "@stylistic/eslint-plugin-plus": "^1.5.4",
61
+ "@stylistic/eslint-plugin-ts": "^1.5.4",
62
+ "@typescript-eslint/eslint-plugin": "^6.19.1",
63
+ "@typescript-eslint/parser": "^6.19.1",
64
+ "cspell-lib": "^8.3.2",
65
65
  "eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
66
66
  "eslint-plugin-import-newlines": "^1.3.4",
67
- "eslint-plugin-jsdoc": "^47.0.2",
68
- "eslint-plugin-jsonc": "^2.11.2",
67
+ "eslint-plugin-jsdoc": "^48.0.2",
68
+ "eslint-plugin-jsonc": "^2.12.2",
69
69
  "eslint-plugin-markdown": "^3.0.1",
70
70
  "eslint-plugin-readable-tailwind": "^0.3.0",
71
71
  "eslint-plugin-simple-import-sort": "^10.0.0",
72
72
  "eslint-plugin-sort-destructure-keys": "^1.5.0",
73
73
  "eslint-plugin-sort-keys": "^2.3.5",
74
- "eslint-plugin-tailwindcss": "^3.13.1",
74
+ "eslint-plugin-tailwindcss": "^3.14.0",
75
75
  "eslint-plugin-typescript-sort-keys": "^3.1.0",
76
76
  "eslint-plugin-unicorn": "^50.0.1",
77
77
  "eslint-plugin-unused-imports": "^3.0.0",
78
78
  "eslint-plugin-vitest": "^0.3.20",
79
- "eslint-plugin-yml": "^1.11.0",
80
- "markdownlint-cli2": "^0.11.0",
81
- "npm": "^10.2.5",
82
- "vite-tsconfig-paths": "^4.2.3",
79
+ "eslint-plugin-yml": "^1.12.2",
80
+ "markdownlint-cli2": "^0.12.1",
81
+ "npm": "^10.3.0",
82
+ "vite-tsconfig-paths": "^4.3.1",
83
83
  "vitest-github-actions-reporter": "^0.11.1"
84
84
  },
85
85
  "devDependencies": {
86
- "@types/node": "^20.10.6",
86
+ "@types/node": "^20.11.5",
87
87
  "changelogen": "^0.5.5",
88
- "cspell": "^8.3.1",
88
+ "cspell": "^8.3.2",
89
89
  "eslint": "^8.56.0",
90
- "markdownlint": "^0.32.1",
91
- "vite": "^5.0.10",
92
- "vitest": "^1.1.1"
90
+ "markdownlint": "^0.33.0",
91
+ "vite": "^5.0.12",
92
+ "vitest": "^1.2.1"
93
93
  },
94
94
  "keywords": [],
95
95
  "optionalPeerDependencies": {