Skip to content

Commit 1b4046f

Browse files
committed
chore: move to pnpm
1 parent 49981d8 commit 1b4046f

File tree

9 files changed

+3671
-8978
lines changed

9 files changed

+3671
-8978
lines changed

lerna.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "vue-virtual-scroller-monorepo",
33
"version": "0.0.0",
44
"private": true,
5-
"workspaces": [
6-
"packages/*"
7-
],
85
"scripts": {
96
"build": "lerna run build --ignore demo",
107
"release": "lerna publish",
@@ -21,7 +18,6 @@
2118
"eslint-plugin-node": "^11.0.0",
2219
"eslint-plugin-promise": "^5.1.0",
2320
"eslint-plugin-standard": "^5.0.0",
24-
"eslint-plugin-vue": "^7.9.0",
25-
"lerna": "^3.22.1"
21+
"eslint-plugin-vue": "^7.9.0"
2622
}
2723
}

packages/docs/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/docs/src/.vuepress/config.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/docs/src/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/vue-virtual-scroller/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@
3838
"vue-resize": "^2.0.0-alpha.1"
3939
},
4040
"peerDependencies": {
41-
"vue": "^3.0.11"
41+
"vue": "^3.2.0"
4242
},
4343
"devDependencies": {
44+
"@babel/core": "^7.19.3",
4445
"@rollup/plugin-babel": "^5.3.0",
4546
"@rollup/plugin-commonjs": "^18.0.0",
4647
"@rollup/plugin-node-resolve": "^11.2.1",
@@ -54,7 +55,8 @@
5455
"rollup-plugin-css-only": "^2.0.0",
5556
"rollup-plugin-css-porter": "^1.0.2",
5657
"rollup-plugin-terser": "^5.3.0",
57-
"rollup-plugin-vue": "^6.0.0"
58+
"rollup-plugin-vue": "^6.0.0",
59+
"vue": "^3.2.41"
5860
},
5961
"files": [
6062
"dist"

0 commit comments

Comments
 (0)