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: Remove unused dependencies #678

Merged
merged 3 commits into from
Jan 17, 2025
Merged
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
12 changes: 12 additions & 0 deletions examples/graphy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphscope/graphy-website

## 0.1.10

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/graphy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/graphy-website",
"version": "0.1.9",
"version": "0.1.10",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/studio-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphscope/studio-components

## 0.1.16

### Patch Changes

- update website

## 0.1.15

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-components",
"version": "0.1.15",
"version": "0.1.16",
"description": "A components for graphscope studio",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -27,7 +27,6 @@
"react-intl": "^6.6.1",
"react-resizable-panels": "^2.0.20",
"react-router-dom": "^6.26.1",
"sql-ddl-to-json-schema": "latest",
"typewriter-effect": "^2.21.0",
"uuid": "latest",
"uuidv4": "latest"
Expand Down
6 changes: 1 addition & 5 deletions packages/studio-components/src/ImportFiles/update-file.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import { Space, Tooltip, Upload, Button, message, notification } from 'antd';
import type { UploadProps } from 'antd';
import { InboxOutlined } from '@ant-design/icons';
import { parseCSV, parseJSON, parseSQL } from '../Utils';
import { parseCSV, parseJSON } from '../Utils';
import type { IImportFromFileProps } from './index';
import { ParsedFile } from '../Utils/parseCSV';
const { Dragger } = Upload;
Expand All @@ -27,10 +27,6 @@ const UploadFile = ({ onChange, accept, title, description, isSaveFiles }: IProp
const files = await parseCSV(file as File);
onChange && onChange([files], csvFiles as File[]);
}
if (type === '') {
const files = await parseSQL(file as File);
onChange && onChange(files);
}
} catch (error) {
console.error('解析文件失败:', error);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-components/src/Utils/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export {
} from './parseCSV';
export { inferredGraphFields } from './inferredGraphFields';
export { parseJSON } from './parseJSON';
export { parseSQL } from './parseSQL';

export { extractProperties } from './inferredSchema';
export { handleExpand, uniqueElementsBy } from './expand';
export { transSchema } from './transSchema';
Expand Down
56 changes: 0 additions & 56 deletions packages/studio-components/src/Utils/parseSQL.tsx

This file was deleted.

9 changes: 9 additions & 0 deletions packages/studio-draw-pattern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphscope/studio-draw-pattern

## 0.0.12

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]
- @graphscope/[email protected]

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-draw-pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-draw-pattern",
"version": "0.0.11",
"version": "0.0.12",
"description": "Experiment draw pattern code for GrapeScope",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/studio-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphscope/studio-driver

## 0.1.14

### Patch Changes

- update website

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-driver",
"version": "0.1.13",
"version": "0.1.14",
"description": "A library provides a unified interface for interacting with graph databases",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/studio-explore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphscope/studio-explore

## 0.1.14

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-explore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-explore",
"version": "0.1.13",
"version": "0.1.14",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/studio-graph-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphscope/studtio-graph-editor

## 0.1.10

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-graph-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-graph-editor",
"version": "0.1.9",
"version": "0.1.10",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/studio-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphscope/studio-graph

## 0.1.16

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]
- @graphscope/[email protected]

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-graph",
"version": "0.1.15",
"version": "0.1.16",
"description": "A React toolkit for graph analysis based on g6",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/studio-importor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphscope/studio-importor

## 0.1.16

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]

## 0.1.15

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/studio-importor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-importor",
"version": "0.1.15",
"version": "0.1.16",
"description": "A data modeling and import module in GraphStudio",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -35,7 +35,6 @@
"react-dom": "18.2.0",
"react-intl": "^6.6.1",
"reactflow": "latest",
"sql-ddl-to-json-schema": "latest",
"uuidv4": "^6.2.13"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Parser } from 'sql-ddl-to-json-schema';
const parser = new Parser('mysql');
import type { ParsedFile } from '@graphscope/studio-components';
import { ISchemaEdge, ISchemaNode } from '../../typing';
import { v4 as uuidv4 } from 'uuid';
Expand Down
12 changes: 12 additions & 0 deletions packages/studio-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphscope/studio-query

## 0.1.16

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-query",
"version": "0.1.15",
"version": "0.1.16",
"description": "A data querying module in GraphStudio, supporting Cypher and Gremlin statements",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/studio-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphscope/studio-server

## 1.0.13

### Patch Changes

- update website

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-server",
"version": "1.0.12",
"version": "1.0.13",
"description": "OpenAPI client for GraphScope Studio",
"author": "OpenAPI-Generator Contributors",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions packages/studio-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphscope/studio-site

## 0.1.16

### Patch Changes

- update website
- Updated dependencies
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]
- @graphscope/[email protected]

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/studio-site",
"version": "0.1.15",
"version": "0.1.16",
"author": "pomelo-nwu <[email protected]>",
"files": [
"es",
Expand Down
6 changes: 6 additions & 0 deletions packages/use-zustand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphscope/use-zustand

## 0.1.8

### Patch Changes

- update website

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-zustand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphscope/use-zustand",
"version": "0.1.7",
"version": "0.1.8",
"description": "A state management for React",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
Loading
Loading