@antv/s2-vue 2.0.0-next.2 → 2.0.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@antv/s2-vue",
4
- "version": "2.0.0-next.2",
4
+ "version": "2.0.0-next.4",
5
5
  "main": "lib/index.js",
6
6
  "unpkg": "dist/index.min.js",
7
7
  "module": "esm/index.js",
@@ -49,12 +49,11 @@
49
49
  "dts:extract": "cross-env LIB=s2-vue node ../../scripts/dts.js",
50
50
  "bundle:size": "bundlesize",
51
51
  "test": "jest --passWithNoTests",
52
- "test:coverage": "yarn test --coverage",
53
- "test:ci": "yarn test --maxWorkers=3",
54
- "test:ci-coverage": "yarn test:coverage --maxWorkers=3",
55
- "test:watch": "yarn test --watch",
56
- "tsc": "vue-tsc --noEmit",
57
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
52
+ "test:coverage": "pnpm test -- --coverage",
53
+ "test:ci": "pnpm test -- --maxWorkers=3",
54
+ "test:ci-coverage": "pnpm test:coverage --maxWorkers=3",
55
+ "test:watch": "pnpm test -- --watch",
56
+ "tsc": "vue-tsc --noEmit"
58
57
  },
59
58
  "peerDependencies": {
60
59
  "@antv/s2": ">=1.0.0",
@@ -66,14 +65,15 @@
66
65
  "lodash": "^4.17.21"
67
66
  },
68
67
  "devDependencies": {
69
- "@antv/s2": "^2.0.0-next.1",
70
- "@antv/s2-shared": "*",
68
+ "@antv/s2": "workspace:*",
69
+ "@antv/s2-shared": "workspace:*",
71
70
  "@testing-library/vue": "^6.6.1",
71
+ "@vue/shared": "^3.2.45",
72
72
  "@vue/tsconfig": "^0.1.3",
73
73
  "ant-design-vue": "^3.2.15",
74
74
  "vite-svg-loader": "^3.6.0",
75
- "vue": "^3.2.44",
76
- "vue-tsc": "^1.0.9"
75
+ "vue": "^3.2.45",
76
+ "vue-tsc": "^1.0.13"
77
77
  },
78
78
  "bundlesize": [
79
79
  {