@deot/dev-deps 2.5.0 → 2.6.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 +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @deot/dev-deps ChangeLog
2
2
 
3
+ ## v2.6.2
4
+
5
+ _2023-11-11_
6
+
7
+ ### Updates
8
+
9
+ - chore: deps updated ([ee04bb0](https://github.com/deot/dev/commit/ee04bb022128b206a5e88c541db80b10a7758391))
10
+
11
+ ## v2.6.0
12
+
13
+ _2023-11-02_
14
+
15
+ ### Features
16
+
17
+ - feat: multiple entry points supported when output formats include 'iife' & 'umd' ([926bb53](https://github.com/deot/dev/commit/926bb53aea4114f595dba68f203e3bc727fdb4b4))
18
+
19
+ ### Updates
20
+
21
+ - chore: deps updated ([0b432f1](https://github.com/deot/dev/commit/0b432f112fa62f3824cd292b138c23a2e935cc3e))
22
+ - chore: deps updated ([dd4f69b](https://github.com/deot/dev/commit/dd4f69b06f13099605278d79c932efe716e953cc))
23
+ - chore: deps updated ([0cfa334](https://github.com/deot/dev/commit/0cfa3345c61760ae1f0440d850e470affea928aa))
24
+
3
25
  ## v2.5.0
4
26
 
5
27
  _2023-09-06_
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@deot/dev-deps",
3
- "version": "2.5.0",
3
+ "version": "2.6.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
- "@types/node": "^20.5.9",
10
- "eslint": "^8.48.0",
9
+ "@types/node": "^20.9.0",
10
+ "eslint": "^8.53.0",
11
11
  "eslint-watch": "^8.0.0",
12
12
  "husky": "^8.0.3",
13
- "lint-staged": "^14.0.1",
14
- "stylelint": "^15.10.3",
15
- "tsx": "^3.12.8",
13
+ "lint-staged": "^15.0.2",
14
+ "stylelint": "^15.11.0",
15
+ "tsx": "^4.1.1",
16
16
  "typescript": "^5.1.6"
17
17
  }
18
18
  }