@hideoo/generator-starlight-plugin
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "@hideoo/generator-starlight-plugin", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -11,13 +11,13 @@ "description": "Yeoman generator for Starlight plugins.", | ||
"latest-version": "^9.0.0", | ||
"yeoman-generator": "^7.3.2" | ||
"yeoman-generator": "^7.4.0" | ||
}, | ||
"devDependencies": { | ||
"@hideoo/eslint-config": "^3.0.1", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.10", | ||
"@hideoo/eslint-config": "^4.0.0", | ||
"@hideoo/prettier-config": "^2.0.0", | ||
"@hideoo/tsconfig": "^2.0.1", | ||
"eslint": "^8.57.0", | ||
"husky": "^9.1.5", | ||
"lint-staged": "^15.2.9", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4" | ||
"eslint": "^9.17.0", | ||
"prettier": "^3.4.2", | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -28,3 +28,4 @@ "engines": { | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -46,13 +47,9 @@ "sideEffects": false, | ||
"prettier": "@hideoo/prettier-config", | ||
"lint-staged": { | ||
"*": [ | ||
"prettier -w -u --cache", | ||
"eslint --cache --no-warn-ignored --max-warnings=0" | ||
] | ||
}, | ||
"scripts": { | ||
"dev": "tsc --watch", | ||
"build": "tsc", | ||
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0 && tsc --noEmit" | ||
"lint": "eslint . --cache --max-warnings=0 && tsc --noEmit", | ||
"format": "prettier -w --cache --ignore-unknown .", | ||
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120812
32
219
Updatedyeoman-generator@^7.4.0