@saashub/qoq-eslint-v9-ts-vitest 0.12.0 → 0.13.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -41,4 +41,8 @@ export default [
41
41
  ];
42
42
  ```
43
43
 
44
- _Feel free to Yoin us, please read [Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
44
+ ### Last but not least
45
+
46
+ _Feel free to Yoin us, please read [General Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
47
+
48
+ CLI technical documentation can be found [here](../eslint-v9/PROJECT.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saashub/qoq-eslint-v9-ts-vitest",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Eslint flat config template for TS + Vitest",
5
5
  "keywords": [
6
6
  "eslint TypeScript + Vitest template",
@@ -39,19 +39,19 @@
39
39
  "test": "vitest run --coverage"
40
40
  },
41
41
  "dependencies": {
42
- "@saashub/qoq-eslint-v9-js-vitest": "^0.12.0",
43
- "@saashub/qoq-eslint-v9-ts": "^0.12.0",
42
+ "@saashub/qoq-eslint-v9-js-vitest": "^0.13.0",
43
+ "@saashub/qoq-eslint-v9-ts": "^0.13.0",
44
44
  "lodash": "4.17.21"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@rollup/plugin-typescript": "12.1.0",
48
- "@saashub/qoq-cli": "^0.12.0",
48
+ "@saashub/qoq-cli": "^0.13.0",
49
49
  "@types/eslint": "^9",
50
50
  "@types/lodash": "4.17.10",
51
51
  "@vitest/coverage-v8": "2.1.2",
52
52
  "rimraf": "6.0.1",
53
53
  "rollup": "4.24.0",
54
- "typescript": "5.6.2",
54
+ "typescript": "5.6.3",
55
55
  "vitest": "2.1.2"
56
56
  },
57
57
  "peerDependencies": {
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "3ece7cef27c7477ffb71ff6a4306b2e2ca23dd76"
66
+ "gitHead": "cf455d532eb8c13b6b422e82873372c8a3bc5682"
67
67
  }