Update packages, update link
This commit is contained in:
parent
e4f729b2b0
commit
b88ad597da
2 changed files with 2115 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@sudovanilla/electron-tabs",
|
||||
"version": "1.1.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Simple tabs for Electron applications",
|
||||
"main": "dist/electron-tabs.js",
|
||||
"types": "dist/electron-tabs.d.ts",
|
||||
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/brrd/electron-tabs"
|
||||
"url": "https://ark.sudovanilla.org/Korbs/electron-tabs"
|
||||
},
|
||||
"scripts": {
|
||||
"demo": "electron ./demo",
|
||||
|
@ -32,10 +32,10 @@
|
|||
"@parcel/transformer-inline-string": "^2.5.0",
|
||||
"@parcel/transformer-typescript-types": "^2.5.0",
|
||||
"@types/sortablejs": "^1.13.0",
|
||||
"electron": "^17.1.2",
|
||||
"electron": "^33.2.1",
|
||||
"parcel": "^2.5.0",
|
||||
"postcss": "^8.4.14",
|
||||
"sortablejs": "^1.15.0",
|
||||
"typescript": "^4.7.2"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue