Skip to content

Commit

Permalink
Update vue.
Browse files Browse the repository at this point in the history
Fixed installed vite is old version.
Update dependencies.
  • Loading branch information
logue committed Dec 21, 2023
1 parent 3579523 commit 83fdb97
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 192 deletions.
31 changes: 16 additions & 15 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.32",
"version": "1.2.0",
"license": "MIT",
"description": "CodeMirror6 Component for vue2 and vue3.",
"keywords": [
Expand Down Expand Up @@ -83,23 +83,23 @@
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.3",
"@codemirror/lang-vue": "^0.1.2",
"@tsconfig/node-lts": "^18.12.5",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@tsconfig/node-lts": "^20.1.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.11",
"@vue/compiler-sfc": "^3.3.13",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/tsconfig": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.7.0",
"bootstrap": "^5.3.2",
"eslint": "^8.55.0",
"eslint-config-standard-with-typescript": "^42.0.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-linter-browserify": "^8.55.0",
"eslint-linter-browserify": "^8.56.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-vue": "latest",
Expand All @@ -111,13 +111,13 @@
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.11.0",
"sass": "~1.69.5",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite": "^5.0.10",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.4",
"vue": "^3.3.11",
"vue": "^3.3.13",
"vue-eslint-parser": "^9.3.2",
"vue-markdown-wasm": "^0.3.14",
"vue-tsc": "^1.8.25"
Expand All @@ -135,6 +135,7 @@
"json5": "^2.2.3",
"postcss": "^8.4.31",
"semver": "^7.5.3",
"yaml": "^2.3.2"
"yaml": "^2.3.2",
"vite": ">5.0.5"
}
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default defineConfig(({ mode, command }): UserConfig => {
},
// Minify option
target: 'esnext',
minify: mode === 'docs',
// minify: mode === 'docs',
},
};

Expand Down
Loading

0 comments on commit 83fdb97

Please sign in to comment.