@doikayt/typescript-build-config 0.1.9 → 0.1.10

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doikayt/typescript-build-config",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Shared build configuration for TypeScript projects — ESLint, and future tsconfig/Prettier presets",
5
5
  "_comments": {
6
6
  "exports": "This block lists the config files that will be extended by files in in src/toplevel - which are copied to consuming project root folder. An example: eslint.config.js imports from '@doikayt/typescript-build-config/eslint'.",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@changesets/cli": "^2.29.8",
36
- "@datalackey/update-markdown-toc": "^1.4.14"
36
+ "@doikayt/update-markdown-toc": "^1.4.17"
37
37
  },
38
38
  "dependencies": {
39
39
  "@typescript-eslint/eslint-plugin": "^8.0.0",