mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
bump deps
This commit is contained in:
parent
da7a21a4ab
commit
48bd4a3b69
@ -11,7 +11,8 @@
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"release": "node ./scripts/release.js",
|
||||
"postinstall": "./scripts/postinstall.sh"
|
||||
"postinstall": "./scripts/postinstall.sh",
|
||||
"eslint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^5.4.0",
|
||||
@ -33,7 +34,7 @@
|
||||
"axios": "^1.7.7",
|
||||
"bear-react-carousel": "^4.0.10-alpha.0",
|
||||
"classnames": "2.3.1",
|
||||
"comty.js": "^0.65.5",
|
||||
"comty.js": "^0.66.0",
|
||||
"d3": "^7.9.0",
|
||||
"dashjs": "^5.0.0",
|
||||
"dompurify": "^3.0.0",
|
||||
@ -79,9 +80,13 @@
|
||||
"vite": "^6.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.26.0",
|
||||
"@octokit/rest": "^21.1.1",
|
||||
"7zip-min": "1.4.3",
|
||||
"dotenv": "16.0.3",
|
||||
"form-data": "^4.0.0"
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"form-data": "^4.0.0",
|
||||
"globals": "^16.1.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user