Skip to content

Commit 283aa09

Browse files
committed
Update @codemirror/commands.
1 parent ed546eb commit 283aa09

File tree

2 files changed

+149
-147
lines changed

2 files changed

+149
-147
lines changed

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "vue-codemirror6",
4-
"version": "1.3.9",
4+
"version": "1.3.10",
55
"license": "MIT",
66
"description": "CodeMirror6 Component for vue2 and vue3.",
77
"keywords": [
@@ -36,11 +36,13 @@
3636
},
3737
"main": "dist/index.umd.js",
3838
"module": "dist/index.es.js",
39+
"jsdelivr": "dist/index.iife.js",
40+
"unpkg": "dist/index.iife.js",
3941
"types": "dist/src/index.d.ts",
4042
"exports": {
4143
".": {
4244
"import": "./dist/index.es.js",
43-
"require": "./dist/index.umd.js"
45+
"types": "./dist/src/index.d.ts"
4446
}
4547
},
4648
"files": [
@@ -54,7 +56,7 @@
5456
"engines": {
5557
"pnpm": ">=9.15.0"
5658
},
57-
"packageManager": "pnpm@9.15.2",
59+
"packageManager": "pnpm@9.15.3",
5860
"sideEffects": false,
5961
"scripts": {
6062
"dev": "vite",
@@ -71,7 +73,7 @@
7173
"version": "auto-changelog -p && git add CHANGELOG.md"
7274
},
7375
"dependencies": {
74-
"@codemirror/commands": "^6.7.1",
76+
"@codemirror/commands": "^6.8.0",
7577
"@codemirror/language": "^6.10.8",
7678
"@codemirror/lint": "^6.8.4",
7779
"@codemirror/state": "^6.5.0",
@@ -93,7 +95,7 @@
9395
"@eslint/js": "^9.17.0",
9496
"@tsconfig/node-lts": "^22.0.1",
9597
"@types/node": "^22.10.5",
96-
"@typescript-eslint/eslint-plugin": "^8.19.0",
98+
"@typescript-eslint/eslint-plugin": "^8.19.1",
9799
"@vitejs/plugin-vue": "^5.2.1",
98100
"@vue/compiler-sfc": "^3.5.13",
99101
"@vue/eslint-config-prettier": "^10.1.0",
@@ -114,18 +116,18 @@
114116
"npm-run-all": "^4.1.5",
115117
"prettier": "^3.4.2",
116118
"rimraf": "^6.0.1",
117-
"rollup-plugin-visualizer": "^5.13.1",
119+
"rollup-plugin-visualizer": "^5.14.0",
118120
"sass": "^1.83.1",
119121
"supports-color": "^10.0.0",
120-
"typescript": "^5.7.2",
121-
"typescript-eslint": "^8.19.0",
122+
"typescript": "^5.7.3",
123+
"typescript-eslint": "^8.19.1",
122124
"vite": "^6.0.7",
123125
"vite-plugin-banner": "^0.8.0",
124126
"vite-plugin-checker": "^0.8.0",
125127
"vite-plugin-dts": "^4.4.0",
126128
"vue": "^3.5.13",
127129
"vue-eslint-parser": "^9.4.3",
128-
"vue-markdown-wasm": "^0.4.0",
130+
"vue-markdown-wasm": "^0.5.1",
129131
"vue-tsc": "^2.2.0"
130132
},
131133
"husky": {

0 commit comments

Comments
 (0)