|
1 | 1 | { |
2 | 2 | "$schema": "https://json.schemastore.org/package.json", |
3 | 3 | "name": "vue-codemirror6", |
4 | | - "version": "1.1.11", |
| 4 | + "version": "1.1.12", |
5 | 5 | "license": "MIT", |
6 | 6 | "description": "CodeMirror6 Component for vue2 and vue3.", |
7 | 7 | "keywords": [ |
|
36 | 36 | }, |
37 | 37 | "main": "dist/index.umd.js", |
38 | 38 | "module": "dist/index.es.js", |
39 | | - "types": "dist/index.d.ts", |
| 39 | + "types": "dist/src/index.d.ts", |
40 | 40 | "exports": { |
41 | 41 | ".": { |
42 | 42 | "import": "./dist/index.es.js", |
43 | 43 | "require": "./dist/index.umd.js", |
44 | | - "types": "./dist/index.d.ts" |
| 44 | + "types": "./dist/src/index.d.ts" |
45 | 45 | } |
46 | 46 | }, |
47 | 47 | "files": [ |
|
53 | 53 | "./sfc": "./src/components/CodeMirror.ts" |
54 | 54 | }, |
55 | 55 | "engines": { |
56 | | - "node": ">=18.14.1", |
57 | | - "yarn": ">=1.22.10" |
| 56 | + "node": ">=18.15.0", |
| 57 | + "yarn": ">=1.22.19" |
58 | 58 | }, |
59 | 59 | "packageManager": "yarn@3.4.1", |
60 | 60 | "sideEffects": false, |
61 | 61 | "scripts": { |
62 | 62 | "dev": "vite", |
63 | 63 | "clean": "rimraf node_modules/.vite", |
64 | 64 | "type-check": "tsc --noEmit --composite false", |
65 | | - "build": "run-p type-check build-only build-declaration", |
| 65 | + "build": "run-p type-check build-only", |
66 | 66 | "build:analyze": "vite build --mode=analyze", |
67 | 67 | "build:clean": "rimraf dist docs", |
68 | 68 | "build:docs": "vite build --mode=docs", |
69 | 69 | "build-only": "vite build", |
70 | | - "build-declaration": "tsc -p tsconfig.app.json --composite false", |
71 | 70 | "lint": "eslint . --fix --cache --cache-location ./node_modules/.vite/vite-plugin-eslint && prettier . --write", |
72 | 71 | "preview": "vite preview --mode=docs", |
73 | 72 | "prepare": "husky install", |
|
93 | 92 | "@codemirror/lang-markdown": "^6.1.0", |
94 | 93 | "@codemirror/lang-vue": "^0.1.1", |
95 | 94 | "@types/lodash": "^4.14.191", |
96 | | - "@types/node": "^18.14.1", |
97 | | - "@typescript-eslint/eslint-plugin": "^5.53.0", |
98 | | - "@typescript-eslint/parser": "^5.53.0", |
| 95 | + "@types/node": "^18.15.0", |
| 96 | + "@typescript-eslint/eslint-plugin": "^5.54.1", |
| 97 | + "@typescript-eslint/parser": "^5.54.1", |
99 | 98 | "@vitejs/plugin-vue": "^4.0.0", |
100 | 99 | "@vue/eslint-config-prettier": "^7.1.0", |
101 | 100 | "@vue/tsconfig": "^0.1.3", |
102 | 101 | "@vueuse/core": "^9.13.0", |
103 | 102 | "eslint": "^8.35.0", |
104 | 103 | "eslint-config-google": "^0.14.0", |
105 | | - "eslint-config-prettier": "^8.6.0", |
| 104 | + "eslint-config-prettier": "^8.7.0", |
106 | 105 | "eslint-import-resolver-alias": "^1.1.2", |
107 | 106 | "eslint-import-resolver-typescript": "^3.5.3", |
108 | | - "eslint-linter-browserify": "^8.34.0", |
| 107 | + "eslint-linter-browserify": "^8.35.0", |
109 | 108 | "eslint-plugin-html": "^7.1.0", |
110 | 109 | "eslint-plugin-import": "^2.27.5", |
111 | | - "eslint-plugin-jsdoc": "^40.0.0", |
| 110 | + "eslint-plugin-jsdoc": "^40.0.1", |
112 | 111 | "eslint-plugin-prettier": "^4.2.1", |
113 | 112 | "eslint-plugin-tsdoc": "^0.2.17", |
114 | 113 | "eslint-plugin-vue": "^9.9.0", |
|
118 | 117 | "lint-staged": "^13.1.2", |
119 | 118 | "npm-run-all": "^4.1.5", |
120 | 119 | "prettier": "^2.8.4", |
121 | | - "rimraf": "^4.1.2", |
| 120 | + "rimraf": "^4.4.0", |
122 | 121 | "rollup-plugin-visualizer": "^5.9.0", |
123 | 122 | "sass": "^1.58.3", |
124 | | - "sass-loader": "^13.2.0", |
125 | 123 | "typescript": "^4.9.5", |
126 | 124 | "vite": "^4.1.4", |
127 | 125 | "vite-plugin-banner": "^0.7.0", |
128 | 126 | "vite-plugin-checker": "^0.5.6", |
129 | | - "vue": "3.2.47", |
| 127 | + "vite-plugin-dts": "^2.1.0", |
| 128 | + "vue": "^3.2.47", |
130 | 129 | "vue-eslint-parser": "^9.1.0", |
131 | | - "vue-markdown-wasm": "^0.3.2", |
| 130 | + "vue-markdown-wasm": "^0.3.6", |
132 | 131 | "vue-tsc": "^1.2.0" |
133 | 132 | }, |
134 | 133 | "husky": { |
|
0 commit comments