Skip to content

Commit

Permalink
chore(deps): Use pnpm instead of yarn
Browse files Browse the repository at this point in the history
* Add pnpm-lock
* update deps
  • Loading branch information
bcakmakoglu committed Oct 20, 2021
1 parent 77eac0c commit 769378a
Show file tree
Hide file tree
Showing 4 changed files with 6,027 additions and 6,205 deletions.
61 changes: 30 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,53 +35,52 @@
"lint": "yarn lint:js"
},
"dependencies": {
"@braks/revue-draggable": "^0.2.5",
"@braks/revue-draggable": "^0.2.9",
"@types/d3": "^7.0.0",
"@vueuse/core": "^6.0.0",
"d3": "^7.0.0",
"@vueuse/core": "^6.5.3",
"d3": "^7.1.1",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"fast-deep-equal": "^3.1.3",
"pinia": "^2.0.0-beta.3"
"pinia": "^2.0.0-rc.13"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/core": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@vitejs/plugin-vue": "^1.2.5",
"@vitejs/plugin-vue-jsx": "^1.1.6",
"@vue/babel-plugin-jsx": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue-jsx": "^1.2.0",
"@vue/babel-plugin-jsx": "^1.1.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.2.6",
"babel-eslint": "latest",
"autoprefixer": "^10.3.7",
"esbuild-register": "^2.6.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.12.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.19.1",
"np": "^7.5.0",
"pascalcase": "^1.0.0",
"postcss": "^8.3.5",
"postcss-nested": "^5.0.5",
"prettier": "^2.2.1",
"rollup": "^2.52.2",
"pnpm": "^6.17.1",
"postcss": "^8.3.9",
"postcss-nested": "^5.0.6",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.3.0",
"typescript": "^4.3.5",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.4.12",
"vite": "^2.3.8",
"vite-svg-loader": "^2.1.0",
"vue": "^3.2.0-beta.8",
"vue-router": "4",
"vue-tsc": "^0.2.2"
"vite": "^2.6.7",
"vite-svg-loader": "^2.2.0",
"vue": "^3.2.20",
"vue-router": "^4.0.12",
"vue-tsc": "^0.2.3"
},
"peerDependencies": {
"vue": ">=3.0.5"
Expand Down

0 comments on commit 769378a

Please sign in to comment.