Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
logue committed Jan 27, 2023
1 parent bbfa8ad commit 5b8444a
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 84 deletions.
16 changes: 8 additions & 8 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.1.7",
"version": "1.1.9",
"license": "MIT",
"description": "CodeMirror6 Component for vue2 and vue3.",
"keywords": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"./sfc": "./src/components/CodeMirror.ts"
},
"engines": {
"node": ">=18.12.1",
"node": ">=18.13.0",
"yarn": ">=1.22.10"
},
"packageManager": "[email protected]",
Expand Down Expand Up @@ -93,8 +93,8 @@
"@codemirror/lang-markdown": "^6.0.5",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/tsconfig": "^0.1.3",
Expand All @@ -107,7 +107,7 @@
"eslint-linter-browserify": "^8.32.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.6.7",
"eslint-plugin-jsdoc": "^39.6.9",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-vue": "^9.9.0",
Expand All @@ -117,15 +117,15 @@
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
"rimraf": "^4.1.1",
"rimraf": "^4.1.2",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-checker": "^0.5.4",
"vite-plugin-checker": "^0.5.5",
"vue": "^3.2.45",
"vue-eslint-parser": "^9.1.0",
"vue-markdown-wasm": "^0.2.0",
"vue-markdown-wasm": "^0.3.1",
"vue-tsc": "^1.0.24"
},
"husky": {
Expand Down
Loading

0 comments on commit 5b8444a

Please sign in to comment.