|
1 | 1 | {
|
2 | 2 | "$schema": "https://json.schemastore.org/package.json",
|
3 | 3 | "name": "vue-codemirror6",
|
4 |
| - "version": "1.3.20", |
| 4 | + "version": "1.3.21", |
5 | 5 | "license": "MIT",
|
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.",
|
7 | 7 | "keywords": [
|
|
41 | 41 | "types": "dist/index.d.ts",
|
42 | 42 | "exports": {
|
43 | 43 | ".": {
|
44 |
| - "import": "./dist/index.es.js", |
45 |
| - "types": "./dist/index.d.ts" |
| 44 | + "import": "./dist/index.js", |
| 45 | + "require": "./dist/index.cjs", |
| 46 | + "types": "./dist/index.d.ts", |
| 47 | + "default": "./dist/index.js" |
46 | 48 | }
|
47 | 49 | },
|
48 | 50 | "files": [
|
49 | 51 | "CHANGELOG.md",
|
50 | 52 | "/dist",
|
51 | 53 | "./src/components/CodeMirror.ts"
|
52 | 54 | ],
|
| 55 | + "sideEffects": false, |
53 | 56 | "browser": {
|
54 | 57 | "./sfc": "./src/components/CodeMirror.ts"
|
55 | 58 | },
|
56 | 59 | "engines": {
|
| 60 | + "node": ">=18", |
57 | 61 | "pnpm": ">=10.3.0"
|
58 | 62 | },
|
59 |
| - "packageManager": "[email protected]", |
60 |
| - "sideEffects": false, |
| 63 | + "packageManager": "[email protected]", |
61 | 64 | "scripts": {
|
62 | 65 | "dev": "vite",
|
63 | 66 | "clean": "rimraf node_modules/.vite",
|
|
73 | 76 | "version": "auto-changelog -p && git add CHANGELOG.md"
|
74 | 77 | },
|
75 | 78 | "dependencies": {
|
76 |
| - "@codemirror/autocomplete": "^6.18.6", |
77 |
| - "@codemirror/commands": "^6.8.1", |
78 |
| - "@codemirror/language": "^6.11.1", |
79 |
| - "@codemirror/lint": "^6.8.5", |
80 |
| - "@codemirror/search": "^6.5.11", |
81 |
| - "@codemirror/state": "^6.5.2", |
82 |
| - "@codemirror/view": "^6.37.2", |
83 |
| - "codemirror": "^6.0.2", |
84 |
| - "style-mod": "^4.1.2", |
85 | 79 | "vue-demi": "latest"
|
86 | 80 | },
|
87 | 81 | "peerDependencies": {
|
88 |
| - "vue": "^2.7.14 || ^3.4" |
| 82 | + "vue": "^2.7.14 || ^3.3.4", |
| 83 | + "@codemirror/autocomplete": "^6.0.0", |
| 84 | + "@codemirror/commands": "^6.0.0", |
| 85 | + "@codemirror/language": "^6.0.0", |
| 86 | + "@codemirror/lint": "^6.0.0", |
| 87 | + "@codemirror/search": "^6.0.0", |
| 88 | + "@codemirror/state": "^6.0.0", |
| 89 | + "@codemirror/view": "^6.0.0", |
| 90 | + "style-mod": "^4.0.0", |
| 91 | + "codemirror": "^6.0.0" |
89 | 92 | },
|
90 | 93 | "devDependencies": {
|
91 | 94 | "@codemirror/lang-javascript": "^6.2.4",
|
92 | 95 | "@codemirror/lang-json": "^6.0.2",
|
93 | 96 | "@codemirror/lang-markdown": "^6.3.3",
|
94 | 97 | "@codemirror/lang-vue": "^0.1.3",
|
95 |
| - "@tsconfig/node-lts": "^22.0.1", |
96 |
| - "@types/node": "^24.0.3", |
97 |
| - "@vitejs/plugin-vue": "^5.2.4", |
| 98 | + "@tsconfig/node-lts": "^22.0.2", |
| 99 | + "@types/node": "^24.0.13", |
| 100 | + "@vitejs/plugin-vue": "^6.0.0", |
98 | 101 | "@vue/compiler-sfc": "^3.5.17",
|
99 | 102 | "@vue/eslint-config-prettier": "^10.2.0",
|
100 |
| - "@vue/eslint-config-typescript": "^14.5.1", |
| 103 | + "@vue/eslint-config-typescript": "^14.6.0", |
101 | 104 | "@vue/test-utils": "^2.4.6",
|
102 | 105 | "@vue/tsconfig": "^0.7.0",
|
103 |
| - "@vueuse/core": "^13.4.0", |
| 106 | + "@vueuse/core": "^13.5.0", |
104 | 107 | "bootstrap": "^5.3.7",
|
105 |
| - "eslint": "^9.29.0", |
| 108 | + "eslint": "^9.31.0", |
106 | 109 | "eslint-import-resolver-custom-alias": "^1.3.2",
|
107 |
| - "eslint-import-resolver-typescript": "^4.4.3", |
108 |
| - "eslint-linter-browserify": "^9.29.0", |
109 |
| - "eslint-plugin-import": "^2.31.0", |
| 110 | + "eslint-import-resolver-typescript": "^4.4.4", |
| 111 | + "eslint-linter-browserify": "^9.31.0", |
| 112 | + "eslint-plugin-import": "^2.32.0", |
110 | 113 | "eslint-plugin-playwright": "^2.2.0",
|
111 |
| - "eslint-plugin-vue": "^10.2.0", |
| 114 | + "eslint-plugin-vue": "^10.3.0", |
112 | 115 | "eslint-plugin-vuejs-accessibility": "^2.4.1",
|
113 | 116 | "husky": "^9.1.7",
|
114 | 117 | "jiti": "^2.4.2",
|
115 | 118 | "lint-staged": "^16.1.2",
|
116 | 119 | "npm-run-all2": "^8.0.4",
|
117 |
| - "prettier": "^3.5.3", |
| 120 | + "prettier": "^3.6.2", |
118 | 121 | "rimraf": "^6.0.1",
|
119 | 122 | "rollup-plugin-visualizer": "^6.0.3",
|
120 | 123 | "sass-embedded": "^1.89.2",
|
121 | 124 | "supports-color": "^10.0.0",
|
122 | 125 | "typescript": "^5.8.3",
|
123 |
| - "typescript-eslint": "^8.34.1", |
124 |
| - "vite": "^6.3.5", |
| 126 | + "typescript-eslint": "^8.36.0", |
| 127 | + "vite": "^7.0.4", |
125 | 128 | "vite-plugin-banner": "^0.8.1",
|
126 |
| - "vite-plugin-checker": "^0.9.3", |
| 129 | + "vite-plugin-checker": "^0.10.0", |
127 | 130 | "vite-plugin-dts": "^4.5.4",
|
128 | 131 | "vue": "^3.5.17",
|
129 |
| - "vue-eslint-parser": "^10.1.3", |
| 132 | + "vue-eslint-parser": "^10.2.0", |
130 | 133 | "vue-markdown-wasm": "^0.5.1",
|
131 |
| - "vue-tsc": "^2.2.10" |
| 134 | + "vue-tsc": "^3.0.1" |
132 | 135 | },
|
133 | 136 | "husky": {
|
134 | 137 | "hooks": {
|
|
0 commit comments