create-minimal-package 1.3.2 → 1.4.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 (1) hide show
  1. package/package.json +12 -13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-minimal-package",
3
3
  "type": "commonjs",
4
- "version": "1.3.2",
4
+ "version": "1.4.0",
5
5
  "description": "Minimalistic npm package template with 📦🚀semantic-release + Commitizen, CodeCov, Renovate, pre-commit + EsLint (✗🐶Husky + Lint Staged), ⚡️Vitest (✗👢Jest), 📖TypeDoc + Github Pages support. Note that this is a generated sample package.",
6
6
  "author": {
7
7
  "name": "34j"
@@ -28,9 +28,6 @@
28
28
  "files": [
29
29
  "dist/**/*"
30
30
  ],
31
- "engines": {
32
- "node": ">=12.0"
33
- },
34
31
  "scripts": {
35
32
  "build:watch": "tsc --watch --project tsconfig.json",
36
33
  "preinstall": "npx only-allow pnpm",
@@ -44,21 +41,23 @@
44
41
  "update": "npm-check-updates -u"
45
42
  },
46
43
  "devDependencies": {
47
- "@antfu/eslint-config": "4.10.1",
44
+ "@antfu/eslint-config": "4.11.0",
48
45
  "@semantic-release/changelog": "6.0.3",
49
46
  "@semantic-release/git": "10.0.1",
50
47
  "@tsconfig/strictest": "2.0.5",
51
- "@types/node": "22.13.10",
52
- "@typescript-eslint/eslint-plugin": "8.26.1",
53
- "@vitest/coverage-v8": "3.0.8",
54
- "eslint": "9.22.0",
48
+ "@types/node": "22.13.14",
49
+ "@typescript-eslint/eslint-plugin": "8.29.0",
50
+ "@vitest/browser": "3.1.1",
51
+ "@vitest/coverage-istanbul": "^3.1.1",
52
+ "eslint": "9.23.0",
55
53
  "globals": "16.0.0",
56
- "npm-check-updates": "17.1.15",
57
- "npm-run-all2": "5.0.2",
54
+ "npm-check-updates": "17.1.16",
55
+ "npm-run-all2": "7.0.2",
56
+ "playwright": "1.51.1",
58
57
  "semantic-release": "24.2.3",
59
- "typedoc": "0.27.9",
58
+ "typedoc": "0.28.1",
60
59
  "typescript": "5.8.2",
61
- "vitest": "3.0.8"
60
+ "vitest": "3.1.1"
62
61
  },
63
62
  "typedocOptions": {
64
63
  "entryPoints": [