🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@antv/g6-extension-react

Package Overview
Dependencies
Maintainers
68
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g6-extension-react - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+11
-11
package.json
{
"name": "@antv/g6-extension-react",
"version": "0.2.2",
"version": "0.2.3",
"description": "Using React Component to Define Your G6 Graph Node",

@@ -26,15 +26,15 @@ "keywords": [

"dependencies": {
"@antv/g": "^6.1.14",
"@antv/g-svg": "^2.0.27"
"@antv/g": "^6.1.24",
"@antv/g-svg": "^2.0.38"
},
"devDependencies": {
"@ant-design/icons": "^5.5.2",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"antd": "^5.22.5",
"@ant-design/icons": "^5.6.1",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"antd": "^5.25.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^6.28.0",
"styled-components": "^6.1.13",
"@antv/g6": "5.0.46"
"react-router-dom": "^6.30.0",
"styled-components": "^6.1.18",
"@antv/g6": "5.0.47"
},

@@ -44,3 +44,3 @@ "peerDependencies": {

"react-dom": ">=16.8",
"@antv/g6": "^5.0.46"
"@antv/g6": "^5.0.47"
},

@@ -47,0 +47,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display