mirror of
https://ark.sudovanilla.org/Korbs/Penpot-Desktop.git
synced 2025-07-11 17:00:19 +00:00
Update JS registry, update packages
This commit is contained in:
parent
981316aa83
commit
63c7c89be4
2 changed files with 8 additions and 8 deletions
2
.yarnrc
Normal file → Executable file
2
.yarnrc
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
|||
# Penpot uses SudoVanilla's fork of Electron Tabs,
|
||||
# which is only available via SudoVanilla's registry.
|
||||
registry "https://npm.sudovanilla.org"
|
||||
registry "https://js.registry.sudovanilla.org"
|
14
package.json
Normal file → Executable file
14
package.json
Normal file → Executable file
|
@ -31,19 +31,19 @@
|
|||
"scss:app": "sass -q --watch src/base/styles/index.scss:src/base/styles/index.css --style=compressed --no-source-map"
|
||||
},
|
||||
"dependencies": {
|
||||
"@shoelace-style/shoelace": "^2.12.0",
|
||||
"@sudovanilla/electron-tabs": "^1.1.0",
|
||||
"concurrently": "^9.1.0",
|
||||
"@shoelace-style/shoelace": "^2.20.1",
|
||||
"@sudovanilla/electron-tabs": "^1.3.1",
|
||||
"concurrently": "^9.1.2",
|
||||
"electron-is-dev": "^3.0.1",
|
||||
"electron-re": "^1.3.0",
|
||||
"electron-updater": "^6.1.1",
|
||||
"electron-updater": "^6.6.2",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"run-electron": "^2.0.0",
|
||||
"sass": "^1.63.6"
|
||||
"sass": "^1.89.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^33.2.1",
|
||||
"electron-builder": "^25.1.8"
|
||||
"electron": "^36.4.0",
|
||||
"electron-builder": "^26.0.12"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22",
|
||||
"registry": "https://npm.sudovanilla.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue