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",
|
"name": "@sudovanilla/electron-tabs",
|
||||||
"version": "1.1.0",
|
"version": "1.3.0",
|
||||||
"description": "Simple tabs for Electron applications",
|
"description": "Simple tabs for Electron applications",
|
||||||
"main": "dist/electron-tabs.js",
|
"main": "dist/electron-tabs.js",
|
||||||
"types": "dist/electron-tabs.d.ts",
|
"types": "dist/electron-tabs.d.ts",
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/brrd/electron-tabs"
|
"url": "https://ark.sudovanilla.org/Korbs/electron-tabs"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"demo": "electron ./demo",
|
"demo": "electron ./demo",
|
||||||
|
@ -32,10 +32,10 @@
|
||||||
"@parcel/transformer-inline-string": "^2.5.0",
|
"@parcel/transformer-inline-string": "^2.5.0",
|
||||||
"@parcel/transformer-typescript-types": "^2.5.0",
|
"@parcel/transformer-typescript-types": "^2.5.0",
|
||||||
"@types/sortablejs": "^1.13.0",
|
"@types/sortablejs": "^1.13.0",
|
||||||
"electron": "^17.1.2",
|
"electron": "^33.2.1",
|
||||||
"parcel": "^2.5.0",
|
"parcel": "^2.5.0",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"sortablejs": "^1.15.0",
|
"sortablejs": "^1.15.0",
|
||||||
"typescript": "^4.7.2"
|
"typescript": "^5.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue