Skip to content

Commit

Permalink
Fixed an error that Codemirror cannot be found in vscode.
Browse files Browse the repository at this point in the history
Downgrade TypeScript.

TODO: d.ts is not output correctly
  • Loading branch information
logue committed Oct 1, 2024
1 parent 00f2212 commit c12967c
Show file tree
Hide file tree
Showing 3 changed files with 866 additions and 825 deletions.
56 changes: 31 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"./sfc": "./src/components/CodeMirror.ts"
},
"engines": {
"pnpm": ">=9.7.0"
"pnpm": ">=9.11.0"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.11.0",
"sideEffects": false,
"scripts": {
"dev": "vite",
Expand All @@ -72,7 +72,13 @@
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
"@codemirror/commands": "^6.6.2",
"@codemirror/language": "^6.10.3",
"@codemirror/lint": "^6.8.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"codemirror": "^6.0.1",
"style-mod": "^4.1.2",
"vue-demi": "latest"
},
"peerDependencies": {
Expand All @@ -81,44 +87,44 @@
"devDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/lang-vue": "0.1.2",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.11.1",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.37",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.10",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.1.0",
"bootstrap": "^5.3.3",
"eslint": "^9.9.0",
"eslint": "^9.11.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-linter-browserify": "^9.9.0",
"eslint-plugin-import": "^2.29.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-linter-browserify": "^9.11.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"eslint-plugin-yaml": "^1.0.3",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-dts": "^4.0.2",
"vue": "^3.4.37",
"sass": "^1.79.4",
"typescript": "5.4.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-dts": "^4.2.3",
"vue": "^3.5.10",
"vue-eslint-parser": "^9.4.3",
"vue-markdown-wasm": "^0.4.0",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.6"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit c12967c

Please sign in to comment.