Skip to content

Commit

Permalink
chore: 更改依赖版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgogogo committed Oct 23, 2023
2 parents d1568d2 + edc26db commit 8bf7c2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/s2-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react-beautiful-dnd": "^13.1.0"
},
"devDependencies": {
"@antv/s2": "1.51.0",
"@antv/s2": "*",
"@antv/s2-shared": "*",
"@ant-design/icons": "^4.7.0",
"@testing-library/react": "^12.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/s2-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:ci-coverage": "yarn test:coverage --maxWorkers=3"
},
"devDependencies": {
"@antv/s2": "1.51.0-alpha.1",
"@antv/s2": "*",
"lodash": "^4.17.21"
}
}
2 changes: 1 addition & 1 deletion packages/s2-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@antv/s2": "1.51.0",
"@antv/s2": "*",
"@antv/s2-shared": "*",
"@testing-library/vue": "^6.5.1",
"@vue/tsconfig": "^0.1.3",
Expand Down

0 comments on commit 8bf7c2d

Please sign in to comment.