update version & deps

This commit is contained in:
SrGooglo 2024-04-02 10:10:20 +02:00
parent bcc889c6fa
commit 363ad1cd97
3 changed files with 9 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ragestudio/relic-cli",
"version": "0.16.0",
"version": "0.17.0",
"license": "MIT",
"author": "RageStudio",
"description": "RageStudio Relic, yet another package manager.",
@ -13,10 +13,7 @@
"build": "hermes build"
},
"dependencies": {
"commander": "^12.0.0",
"glob": "^10.3.12",
"lowdb": "^7.0.1",
"yargs": "^17.7.2"
"commander": "^12.0.0"
},
"devDependencies": {
"@ragestudio/hermes": "^0.1.1"

View File

@ -1,6 +1,6 @@
{
"name": "@ragestudio/relic-core",
"version": "0.16.0",
"version": "0.17.0",
"license": "MIT",
"author": "RageStudio",
"description": "RageStudio Relic, yet another package manager.",
@ -23,12 +23,10 @@
"extends-classes": "^1.0.5",
"googleapis": "^134.0.0",
"human-format": "^1.2.0",
"isolated-vm": "^4.7.2",
"merge-stream": "^2.0.0",
"module-alias": "^2.2.3",
"node-7z": "^3.0.0",
"open": "8.4.2",
"progress-stream": "^2.0.0",
"request": "^2.88.2",
"rimraf": "^5.0.5",
"unzipper": "^0.10.14",

View File

@ -1,6 +1,6 @@
{
"name": "@ragestudio/relic-gui",
"version": "0.15.0",
"version": "0.17.0",
"description": "RageStudio Relic, yet another package manager.",
"main": "./out/main/index.js",
"author": "RageStudio",
@ -23,9 +23,7 @@
"@getstation/electron-google-oauth2": "^14.0.0",
"@imjs/electron-differential-updater": "^5.1.7",
"@loadable/component": "^5.16.3",
"@ragestudio/hermes": "^0.1.1",
"antd": "^5.13.2",
"checksum": "^1.0.0",
"classnames": "^2.3.2",
"electron-build": "^0.0.3",
"electron-differential-updater": "^4.3.2",
@ -36,23 +34,21 @@
"human-format": "^1.2.0",
"less": "^4.2.0",
"lodash": "^4.17.21",
"protocol-registry": "^1.4.1",
"react-icons": "^4.11.0",
"react-motion": "0.5.2",
"react-router-dom": "6.6.2",
"react-spinners": "^0.13.8",
"react-spring": "^9.7.3",
"signal-exit": "^4.1.0",
"which": "^4.0.0",
"winreg": "^1.2.5"
"react-spring": "^9.7.3"
},
"devDependencies": {
"@ragestudio/hermes": "^0.1.1",
"protocol-registry": "^1.4.1",
"@vitejs/plugin-react": "^4.0.4",
"electron": "29.1.6",
"electron-builder": "24.6.3",
"electron-vite": "^2.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.4.9"
}
}