@anolilab/eslint-config 14.0.1 → 14.0.2

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 +7 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @anolilab/eslint-config [14.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.1...@anolilab/eslint-config@14.0.2) (2023-09-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * removed tsup from the deps ([f8249f4](https://github.com/anolilab/javascript-style-guide/commit/f8249f41aa194125e425ed23654d4e090e673622))
7
+
1
8
  ## @anolilab/eslint-config [14.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.0...@anolilab/eslint-config@14.0.1) (2023-09-22)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -168,7 +168,6 @@
168
168
  "read-pkg-up": "^7.0.1",
169
169
  "semver": "^7.5.4",
170
170
  "toml-eslint-parser": "^0.6.0",
171
- "tsup": "^7.2.0",
172
171
  "yaml-eslint-parser": "^1.2.2"
173
172
  },
174
173
  "devDependencies": {
@@ -331,6 +330,9 @@
331
330
  },
332
331
  "eslint-plugin-you-dont-need-momentjs": {
333
332
  "optional": true
333
+ },
334
+ "typescript": {
335
+ "optional": true
334
336
  }
335
337
  },
336
338
  "engines": {