Skip to content

Commit

Permalink
Migrate to pnpm.
Browse files Browse the repository at this point in the history
Update vue, vite.
  • Loading branch information
logue committed Aug 10, 2024
1 parent c1465a2 commit 6d83aec
Show file tree
Hide file tree
Showing 4 changed files with 5,086 additions and 7,890 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

48 changes: 24 additions & 24 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.4",
"version": "1.3.5",
"license": "MIT",
"description": "CodeMirror6 Component for vue2 and vue3.",
"keywords": [
Expand Down Expand Up @@ -53,9 +53,9 @@
"./sfc": "./src/components/CodeMirror.ts"
},
"engines": {
"yarn": ">=1.22.19"
"pnpm": ">=9.7.0"
},
"packageManager": "yarn@4.3.1",
"packageManager": "pnpm@9.7.0",
"sideEffects": false,
"scripts": {
"dev": "vite",
Expand All @@ -68,7 +68,7 @@
"preview": "vite preview --mode=docs",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"prepare": "husky install",
"prepare": "husky",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
Expand All @@ -83,42 +83,42 @@
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-vue": "0.1.2",
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.9.0",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"@types/node": "^22.2.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.37",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^10.11.1",
"bootstrap": "^5.3.3",
"eslint": "^9.6.0",
"eslint": "^9.9.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-linter-browserify": "^9.6.0",
"eslint-linter-browserify": "^9.9.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-vuejs-accessibility": "^2.3.1",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"eslint-plugin-yaml": "^1.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.7",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"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.1",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.4.31",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-dts": "^4.0.2",
"vue": "^3.4.37",
"vue-eslint-parser": "^9.4.3",
"vue-markdown-wasm": "^0.4.0",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.29"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 6d83aec

Please sign in to comment.