Skip to content

Commit

Permalink
Update @codemirror/commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
logue committed Jan 8, 2025
1 parent ed546eb commit 283aa09
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 147 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "vue-codemirror6",
"version": "1.3.9",
"version": "1.3.10",
"license": "MIT",
"description": "CodeMirror6 Component for vue2 and vue3.",
"keywords": [
Expand Down Expand Up @@ -36,11 +36,13 @@
},
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"jsdelivr": "dist/index.iife.js",
"unpkg": "dist/index.iife.js",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
"types": "./dist/src/index.d.ts"
}
},
"files": [
Expand All @@ -54,7 +56,7 @@
"engines": {
"pnpm": ">=9.15.0"
},
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"sideEffects": false,
"scripts": {
"dev": "vite",
Expand All @@ -71,7 +73,7 @@
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
"@codemirror/commands": "^6.7.1",
"@codemirror/commands": "^6.8.0",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.0",
Expand All @@ -93,7 +95,7 @@
"@eslint/js": "^9.17.0",
"@tsconfig/node-lts": "^22.0.1",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/eslint-config-prettier": "^10.1.0",
Expand All @@ -114,18 +116,18 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.13.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.1",
"supports-color": "^10.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.4.0",
"vue": "^3.5.13",
"vue-eslint-parser": "^9.4.3",
"vue-markdown-wasm": "^0.4.0",
"vue-markdown-wasm": "^0.5.1",
"vue-tsc": "^2.2.0"
},
"husky": {
Expand Down
Loading

0 comments on commit 283aa09

Please sign in to comment.