codemirror-editor-vue3
Advanced tools
Comparing version 2.3.0-beta2 to 2.3.0
@@ -0,1 +1,9 @@ | ||
# [2.3.0](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.3.0-beta.1...v2.3.0) (2023-03-07) | ||
# [2.3.0-beta.1](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.3.0-beta2...v2.3.0-beta.1) (2023-03-07) | ||
# [2.3.0-beta2](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.2.1...v2.3.0-beta2) (2023-03-07) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "codemirror-editor-vue3", | ||
"description": "CodeMirror component for Vue3", | ||
"version": "2.3.0-beta2", | ||
"version": "2.3.0", | ||
"license": "MIT", | ||
@@ -48,4 +48,2 @@ "files": [ | ||
"build:types": "tsc --emitDeclarationOnly vite build", | ||
"publish-pkg": "npm run release && vite build && git push && git push --tags && npm publish && npm run deploy-docs", | ||
"publish-beta": "npm run release && vite build && npm publish --tag=beta", | ||
"docs-dev": "vitepress dev docs --open", | ||
@@ -55,4 +53,4 @@ "docs-build": "vitepress build docs", | ||
"deploy-docs": "bash scripts/deploy-docs.sh", | ||
"release": "tsx scripts/release.ts", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"release": "node scripts/release.cjs", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", | ||
@@ -66,5 +64,5 @@ "tsc": "tsc" | ||
"peerDependencies": { | ||
"vue": "^3.x", | ||
"codemirror": "^5.x", | ||
"diff-match-patch": "^1.0.5" | ||
"diff-match-patch": "^1.0.5", | ||
"vue": "^3.x" | ||
}, | ||
@@ -87,3 +85,2 @@ "devDependencies": { | ||
"diff-match-patch": "^1.0.5", | ||
"enquirer": "^2.3.6", | ||
"eslint": "^8.35.0", | ||
@@ -95,10 +92,14 @@ "eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-vue": "^9.9.0", | ||
"execa": "^4.0.2", | ||
"execa": "^7.0.0", | ||
"less": "^4.1.3", | ||
"lint-staged": "^10.2.10", | ||
"minimist": "^1.2.6", | ||
"picocolors": "^1.0.0", | ||
"prettier": "^2.8.4", | ||
"prompts": "^2.4.2", | ||
"rollup-plugin-cpy": "^2.0.1", | ||
"rollup-plugin-vue": "^6.0.0", | ||
"semver": "^7.3.5", | ||
"tsx": "^3.12.3", | ||
"enquirer": "^2.3.6", | ||
"typescript": "^4.9.5", | ||
@@ -105,0 +106,0 @@ "unplugin-auto-import": "^0.15.0", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
83164
0
2
46