|
33 | 33 | "vue:build": "yarn workspace @antv/s2-vue build", |
34 | 34 | "vue:test": "yarn workspace @antv/s2-vue test", |
35 | 35 | "vue:watch": " yarn workspace @antv/s2-vue watch", |
36 | | - "build": "lerna run build --include-dependencies --stream --concurrency 1", |
37 | | - "build:esm": "lerna run build:esm --include-dependencies --stream --concurrency 1", |
38 | | - "build:umd": "lerna run build:umd --include-dependencies --stream --concurrency 1", |
| 36 | + "build": "lerna run build --include-dependencies --stream", |
| 37 | + "build:esm": "lerna run build:esm --include-dependencies --stream", |
| 38 | + "build:umd": "lerna run build:umd --include-dependencies --stream", |
39 | 39 | "bundle:size": "lerna run bundle:size --stream", |
40 | 40 | "release": "lerna exec --concurrency 1 --ignore @antv/s2-vue -- npx --no-install semantic-release", |
41 | 41 | "prepublish:manual": "yarn build", |
|
91 | 91 | "@babel/core": "^7.17.9", |
92 | 92 | "@commitlint/cli": "^16.2.3", |
93 | 93 | "@commitlint/config-conventional": "^16.2.1", |
94 | | - "@originjs/vite-plugin-commonjs": "^1.0.1", |
95 | | - "@rollup/plugin-alias": "^3.1.5", |
96 | | - "@rollup/plugin-commonjs": "^21.0.0", |
97 | | - "@rollup/plugin-node-resolve": "^13.0.5", |
| 94 | + "@originjs/vite-plugin-commonjs": "^1.0.3", |
| 95 | + "@rollup/plugin-alias": "^3.1.9", |
| 96 | + "@rollup/plugin-commonjs": "^21.1.0", |
| 97 | + "@rollup/plugin-node-resolve": "^13.2.1", |
98 | 98 | "@rollup/plugin-replace": "^3.0.0", |
99 | 99 | "@rollup/plugin-typescript": "^8.2.5", |
100 | | - "@rushstack/eslint-patch": "^1.1.0", |
| 100 | + "@rushstack/eslint-patch": "^1.1.3", |
101 | 101 | "@semantic-release/changelog": "^6.0.1", |
102 | 102 | "@semantic-release/git": "^10.0.1", |
103 | | - "@swc/core": "^1.2.159", |
| 103 | + "@swc/core": "^1.2.171", |
104 | 104 | "@swc/jest": "^0.2.20", |
105 | | - "@types/jest": "^27.0.2", |
106 | | - "@types/lodash": "^4.14.175", |
107 | | - "@types/node": "^16.10.4", |
| 105 | + "@types/jest": "^27.4.1", |
| 106 | + "@types/lodash": "^4.14.182", |
| 107 | + "@types/node": "^17.0.26", |
108 | 108 | "@types/rollup-plugin-peer-deps-external": "^2.2.1", |
109 | 109 | "@typescript-eslint/eslint-plugin": "^5.0.0", |
110 | 110 | "@typescript-eslint/parser": "^5.0.0", |
111 | | - "@vitejs/plugin-react": "^1.0.6", |
112 | | - "@vitejs/plugin-vue": "^2.2.4", |
113 | | - "@vitejs/plugin-vue-jsx": "^1.3.8", |
| 111 | + "@vitejs/plugin-react": "^1.3.1", |
| 112 | + "@vitejs/plugin-vue": "^2.3.1", |
| 113 | + "@vitejs/plugin-vue-jsx": "^1.3.10", |
114 | 114 | "@vue/eslint-config-prettier": "^7.0.0", |
115 | 115 | "@vue/eslint-config-typescript": "^10.0.0", |
116 | 116 | "@vue/vue3-jest": "^27.0.0-alpha.4", |
|
120 | 120 | "bundlesize": "^0.18.1", |
121 | 121 | "case-police": "^0.5.3", |
122 | 122 | "concurrently": "^7.1.0", |
123 | | - "conventional-changelog-cli": "^2.1.1", |
| 123 | + "conventional-changelog-cli": "^2.2.2", |
124 | 124 | "cpx": "^1.5.0", |
125 | 125 | "cross-env": "^7.0.3", |
126 | 126 | "eslint": "^7.32.0", |
|
143 | 143 | "jest-url-loader": "^0.1.0", |
144 | 144 | "lerna": "^4.0.0", |
145 | 145 | "less": "^4.1.2", |
146 | | - "lint-staged": "^12.3.6", |
| 146 | + "lint-staged": "^12.4.0", |
147 | 147 | "lodash-es": "^4.17.21", |
148 | 148 | "markdownlint-cli": "^0.31.1", |
149 | 149 | "npm-run-all": "^4.1.5", |
150 | 150 | "ora": "^6.1.0", |
151 | | - "postcss": "^8.4.7", |
152 | | - "prettier": "2.6.0", |
| 151 | + "postcss": "^8.4.12", |
| 152 | + "prettier": "2.6.2", |
153 | 153 | "rimraf": "^3.0.2", |
154 | | - "rollup": "^2.58.0", |
| 154 | + "rollup": "^2.70.2", |
155 | 155 | "rollup-plugin-peer-deps-external": "^2.2.4", |
156 | | - "rollup-plugin-postcss": "^4.0.1", |
| 156 | + "rollup-plugin-postcss": "^4.0.2", |
157 | 157 | "rollup-plugin-terser": "^7.0.2", |
158 | | - "rollup-plugin-typescript2": "^0.30.0", |
159 | | - "rollup-plugin-visualizer": "^5.5.2", |
| 158 | + "rollup-plugin-typescript2": "^0.31.2", |
| 159 | + "rollup-plugin-visualizer": "^5.6.0", |
160 | 160 | "semantic-release": "^18.0.1", |
161 | 161 | "semantic-release-monorepo": "^7.0.5", |
162 | 162 | "stylelint": "^13.13.1", |
163 | 163 | "stylelint-config-standard": "^22.0.0", |
164 | 164 | "ts-jest": "^26.5.6", |
165 | | - "tslib": "^2.3.1", |
| 165 | + "tslib": "^2.4.0", |
166 | 166 | "ttypescript": "^1.5.13", |
167 | | - "typescript": "^4.6.2", |
168 | | - "vite": "^2.8.6", |
169 | | - "vite-plugin-imp": "^2.1.6", |
| 167 | + "typescript": "^4.6.3", |
| 168 | + "vite": "^2.9.5", |
| 169 | + "vite-plugin-imp": "^2.1.8", |
170 | 170 | "vue-jest": "^5.0.0-alpha.10" |
171 | 171 | }, |
172 | 172 | "license": "MIT" |
|
0 commit comments