Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix build error #594

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"umi": "3.x"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@changesets/cli": "^2.26.1",
"@types/react": "17.x",
"@types/react-dom": "17.x",
Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-advance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-advance

## 2.5.22

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.5.21

### Patch Changes

- Updated dependencies
- @antv/[email protected]
- @antv/[email protected]

## 2.5.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-advance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-advance",
"version": "2.5.20",
"version": "2.5.22",
"description": "G6VP 高级资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,12 @@ const TableMode: React.FC<IProps> = props => {

const nodeDataCfg: S2DataConfig = {
fields: fields_NODES,
// @ts-ignore
data: NODES_DATA,
}; //useNodeDataCfg();
const edgeDataCfg: S2DataConfig = {
fields: fields_EDGES,
// @ts-ignore
data: EDGES_DATA,
}; //useEdgeDataCfg();

Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-algorithm

## 2.3.19

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.3.18

### Patch Changes

- Updated dependencies
- @antv/[email protected]
- @antv/[email protected]

## 2.3.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-algorithm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-algorithm",
"version": "2.3.17",
"version": "2.3.19",
"description": "G6VP 图分析算法资产库",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { ReloadOutlined } from '@ant-design/icons';
import { nodesCosineSimilarity } from '@antv/algorithm';
import { NodeSelectionWrap } from '@antv/gi-common-components';
Expand Down Expand Up @@ -276,6 +277,7 @@ const CommunityDiscovery: React.FC<CommunityDiscoveryProps> = props => {
<div>
<Form form={form} layout={'vertical'}>
<NodeSelectionWrap
// @ts-ignore
graph={graph}
form={form}
items={[
Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-basic

## 2.4.40

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.4.39

### Patch Changes

- Updated dependencies
- @antv/[email protected]
- @antv/[email protected]

## 2.4.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-basic",
"version": "2.4.38",
"version": "2.4.40",
"description": "G6VP 基础资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ const PathAnalysis: React.FC<IPathAnalysisProps> = props => {
</div>
<Form form={form}>
<NodeSelectionWrap
// @ts-ignore
graph={graph}
form={form}
items={items}
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-galaxybase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-galaxybase

## 1.2.15

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 1.2.14

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 1.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-galaxybase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-galaxybase",
"version": "1.2.13",
"version": "1.2.15",
"description": "Galaxybase 团队的图分析资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-graphscope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-graphscope

## 2.1.15

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.1.14

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-graphscope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-graphscope",
"version": "2.1.13",
"version": "2.1.15",
"description": "GraphScope 单机版资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-hugegraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-hugegraph

## 1.1.15

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 1.1.14

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 1.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-hugegraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-hugegraph",
"version": "1.1.13",
"version": "1.1.15",
"description": "HugeGraph 资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-janusgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-janusgraph

## 1.1.15

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 1.1.14

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 1.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-janusgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-janusgraph",
"version": "1.1.13",
"version": "1.1.15",
"description": "JanusGraph 资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-neo4j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-neo4j

## 2.1.15

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.1.14

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-neo4j/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-neo4j",
"version": "2.1.13",
"version": "2.1.15",
"description": "Neo4j 资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-scene/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-scene

## 2.2.21

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.2.20

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.2.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-scene",
"version": "2.2.19",
"version": "2.2.21",
"description": "G6VP 基础模版包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-testing/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = (env, argv) => {
loader: 'babel-loader',
options: {
presets: ['@babel/env', '@babel/preset-react'],
plugins: [['@babel/plugin-proposal-class-properties', { loose: true }], ['react-hot-loader/babel']],
plugins: [['@babel/plugin-transform-class-properties', { loose: true }], ['react-hot-loader/babel']],
},
},
{
Expand Down
15 changes: 15 additions & 0 deletions packages/gi-assets-tugraph-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @antv/gi-assets-tugraph-analytics

## 0.2.15

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 0.2.14

### Patch Changes

- Updated dependencies
- @antv/[email protected]
- @antv/[email protected]

## 0.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-tugraph-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-tugraph-analytics",
"version": "0.2.13",
"version": "0.2.15",
"description": "Tugraph Analytics Assets",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/gi-assets-tugraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @antv/gi-assets-tugraph

## 2.1.15

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.1.14

### Patch Changes

- Updated dependencies
- @antv/[email protected]

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-assets-tugraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-assets-tugraph",
"version": "2.1.13",
"version": "2.1.15",
"description": "TuGraph 团队的图分析资产包",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/gi-cli/templates/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ module.exports = (env, argv) => {
options: {
presets: ['@babel/env', '@babel/preset-react'],
plugins: [
['@babel/plugin-proposal-class-properties', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-transform-class-properties', { loose: true }],
['@babel/plugin-transform-private-methods', { loose: true }],
['@babel/plugin-transform-private-property-in-object', { loose: true }],
['react-hot-loader/babel'],
],
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gi-common-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @antv/gi-common-components

## 1.3.16

### Patch Changes

- GISDK supports passing in extra props

## 1.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gi-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/gi-common-components",
"version": "1.3.15",
"version": "1.3.16",
"description": "G6VP 通用UI组件",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Loading
Loading