Skip to content

Commit

Permalink
chore: add pnpm rules
Browse files Browse the repository at this point in the history
bubkoo committed Nov 4, 2022
1 parent c9559f2 commit 3287738
Showing 15 changed files with 148 additions and 124 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -41,6 +41,22 @@
"@commitlint/config-conventional"
]
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"rollup": "3"
},
"allowAny": [
"@antv/x6-*"
]
},
"allowedDeprecatedVersions": {
"request": "*",
"querystring": "0.2.x",
"uuid": "3.4.x",
"source-map-resolve": "0.5.x"
}
},
"dependencies": {
"@antv/x6-build-tools": "workspace:*",
"@babel/core": "^7.19.6",
2 changes: 1 addition & 1 deletion packages/x6-plugin-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"@antv/x6": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
6 changes: 3 additions & 3 deletions packages/x6-plugin-dnd/package.json
Original file line number Diff line number Diff line change
@@ -43,9 +43,9 @@
"@antv/x6-geometry": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6-geometry": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@antv/x6-geometry": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
4 changes: 2 additions & 2 deletions packages/x6-plugin-history/package.json
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@
"@antv/x6-common": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
4 changes: 2 additions & 2 deletions packages/x6-plugin-keyboard/package.json
Original file line number Diff line number Diff line change
@@ -44,8 +44,8 @@
"@antv/x6-common": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@types/mousetrap": "^1.6.5"
},
"author": {
4 changes: 2 additions & 2 deletions packages/x6-plugin-minimap/package.json
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@
"@antv/x6-common": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
6 changes: 3 additions & 3 deletions packages/x6-plugin-scroller/package.json
Original file line number Diff line number Diff line change
@@ -42,9 +42,9 @@
"@antv/x6-geometry": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6-geometry": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@antv/x6-geometry": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
6 changes: 3 additions & 3 deletions packages/x6-plugin-selection/package.json
Original file line number Diff line number Diff line change
@@ -42,9 +42,9 @@
"@antv/x6-geometry": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6-geometry": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@antv/x6-geometry": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
6 changes: 3 additions & 3 deletions packages/x6-plugin-snapline/package.json
Original file line number Diff line number Diff line change
@@ -42,9 +42,9 @@
"@antv/x6-geometry": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6-geometry": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@antv/x6-geometry": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
8 changes: 4 additions & 4 deletions packages/x6-plugin-stencil/package.json
Original file line number Diff line number Diff line change
@@ -43,10 +43,10 @@
"@antv/x6-plugin-dnd": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6-geometry": "^2.0.x",
"@antv/x6-plugin-dnd": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@antv/x6-geometry": "^2.0.6-beta.1",
"@antv/x6-plugin-dnd": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
6 changes: 3 additions & 3 deletions packages/x6-plugin-transform/package.json
Original file line number Diff line number Diff line change
@@ -42,9 +42,9 @@
"@antv/x6-geometry": "^2.x"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6-geometry": "^2.0.x"
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@antv/x6-geometry": "^2.0.6-beta.1"
},
"author": {
"name": "bubkoo",
4 changes: 2 additions & 2 deletions packages/x6-react-shape/package.json
Original file line number Diff line number Diff line change
@@ -44,8 +44,8 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
4 changes: 2 additions & 2 deletions packages/x6-vue-shape/package.json
Original file line number Diff line number Diff line change
@@ -52,8 +52,8 @@
}
},
"devDependencies": {
"@antv/x6": "^2.0.x",
"@antv/x6-common": "^2.0.x",
"@antv/x6": "^2.0.6-beta.1",
"@antv/x6-common": "^2.0.6-beta.1",
"@vue/composition-api": "^1.0.0-rc.6",
"vue": "^2.6.12"
},
4 changes: 2 additions & 2 deletions packages/x6/package.json
Original file line number Diff line number Diff line change
@@ -44,8 +44,8 @@
"pretest": "rss"
},
"dependencies": {
"@antv/x6-common": "^2.0.x",
"@antv/x6-geometry": "^2.0.x",
"@antv/x6-common": "^2.0.6-beta.1",
"@antv/x6-geometry": "^2.0.6-beta.1",
"utility-types": "^3.10.0"
},
"author": {
192 changes: 100 additions & 92 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 3287738

Please sign in to comment.