Skip to content

Commit 5b8444a

Browse files
committed
Update dependencies.
1 parent bbfa8ad commit 5b8444a

File tree

2 files changed

+116
-84
lines changed

2 files changed

+116
-84
lines changed

package.json

Lines changed: 8 additions & 8 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.1.7",
4+
"version": "1.1.9",
55
"license": "MIT",
66
"description": "CodeMirror6 Component for vue2 and vue3.",
77
"keywords": [
@@ -53,7 +53,7 @@
5353
"./sfc": "./src/components/CodeMirror.ts"
5454
},
5555
"engines": {
56-
"node": ">=18.12.1",
56+
"node": ">=18.13.0",
5757
"yarn": ">=1.22.10"
5858
},
5959
"packageManager": "[email protected]",
@@ -93,8 +93,8 @@
9393
"@codemirror/lang-markdown": "^6.0.5",
9494
"@types/lodash": "^4.14.191",
9595
"@types/node": "^18.11.18",
96-
"@typescript-eslint/eslint-plugin": "^5.48.2",
97-
"@typescript-eslint/parser": "^5.48.2",
96+
"@typescript-eslint/eslint-plugin": "^5.49.0",
97+
"@typescript-eslint/parser": "^5.49.0",
9898
"@vitejs/plugin-vue": "^4.0.0",
9999
"@vue/eslint-config-prettier": "^7.0.0",
100100
"@vue/tsconfig": "^0.1.3",
@@ -107,7 +107,7 @@
107107
"eslint-linter-browserify": "^8.32.0",
108108
"eslint-plugin-html": "^7.1.0",
109109
"eslint-plugin-import": "^2.27.5",
110-
"eslint-plugin-jsdoc": "^39.6.7",
110+
"eslint-plugin-jsdoc": "^39.6.9",
111111
"eslint-plugin-prettier": "^4.2.1",
112112
"eslint-plugin-tsdoc": "^0.2.17",
113113
"eslint-plugin-vue": "^9.9.0",
@@ -117,15 +117,15 @@
117117
"lint-staged": "^13.1.0",
118118
"npm-run-all": "^4.1.5",
119119
"prettier": "^2.8.3",
120-
"rimraf": "^4.1.1",
120+
"rimraf": "^4.1.2",
121121
"rollup-plugin-visualizer": "^5.9.0",
122122
"typescript": "^4.9.4",
123123
"vite": "^4.0.4",
124124
"vite-plugin-banner": "^0.7.0",
125-
"vite-plugin-checker": "^0.5.4",
125+
"vite-plugin-checker": "^0.5.5",
126126
"vue": "^3.2.45",
127127
"vue-eslint-parser": "^9.1.0",
128-
"vue-markdown-wasm": "^0.2.0",
128+
"vue-markdown-wasm": "^0.3.1",
129129
"vue-tsc": "^1.0.24"
130130
},
131131
"husky": {

0 commit comments

Comments
 (0)