@calibur/skr-template
Advanced tools
Comparing version 0.0.8-alpha.0 to 0.0.9-alpha.0
{ | ||
"name": "@calibur/skr-template", | ||
"version": "0.0.8-alpha.0", | ||
"version": "0.0.9-alpha.0", | ||
"author": "falstack <icesilt@outlook.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"gitHead": "5c9d4dfe90f1f7860fad671d549f0176e719d5f6" | ||
} |
@@ -13,15 +13,14 @@ { | ||
"devDependencies": { | ||
"@babel/core": "^7.15.0", | ||
"@types/node": "^16.9.0", | ||
"@typescript-eslint/eslint-plugin": "^4.29.3", | ||
"@typescript-eslint/parser": "^4.29.3", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"@vue/eslint-config-typescript": "^7.0.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-vue": "^7.15.0", | ||
"lerna": "^4.0.0", | ||
"prettier": "^2.3.2", | ||
"typescript": "4.3.5" | ||
"@types/node": "^<%= @types/node %>", | ||
"@typescript-eslint/eslint-plugin": "^<%= typescript %>", | ||
"@typescript-eslint/parser": "^<%= typescript %>", | ||
"@vue/eslint-config-prettier": "^<%= @vue/eslint-config-prettier %>", | ||
"@vue/eslint-config-typescript": "^<%= @vue/eslint-config-typescript %>", | ||
"eslint": "^<%= eslint %>", | ||
"eslint-plugin-prettier": "^<%= eslint-plugin-prettier %>", | ||
"eslint-plugin-vue": "^<%= eslint-plugin-vue %>", | ||
"lerna": "^<%= lerna %>", | ||
"prettier": "^<%= prettier =>", | ||
"typescript": "^<%= typescript %>" | ||
} | ||
} |
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
8808
24