Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot
a4af40f580 chore(deps): update stylelint-config-standard to 39.0.1 2025-10-06 12:47:21 +02:00
2ecacff0e1 Merge pull request #708 from Mastermindzh/renovate/typescript-5.x-lockfile
chore(deps): update typescript to 5.9.3
2025-10-06 10:18:24 +02:00
Renovate Bot
b426f0857e chore(deps): update typescript to 5.9.3 2025-10-01 04:40:53 +02:00
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"copyfiles": "^2.4.1",
"electron": "github:castlabs/electron-releases#v38.2.0+wvcus",
"electron": "github:castlabs/electron-releases#v37.2.5+wvcus",
"electron-builder": "~26.0.12",
"eslint": "^9.30.1",
"js-yaml": "^4.1.0",
@@ -4399,8 +4399,8 @@
}
},
"node_modules/electron": {
"version": "38.0.0+wvcus",
"resolved": "git+ssh://git@github.com/castlabs/electron-releases.git#209c2de2f39757f36720937eb6e10aa375ad1b8c",
"version": "35.7.2+wvcus",
"resolved": "git+ssh://git@github.com/castlabs/electron-releases.git#fc7ae5166495414c9ebeed02c53e7d03df44a083",
"hasInstallScript": true,
"license": "MIT",
"peer": true,
@@ -9757,9 +9757,9 @@
}
},
"node_modules/stylelint-config-standard": {
"version": "39.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.0.tgz",
"integrity": "sha512-JabShWORb8Bmc1A47ZyJstran60P3yUdI1zWMpGYPeFiC6xzHXJMkpKAd8EjIhq3HPUplIWWMDJ/xu0AiPd+kA==",
"version": "39.0.1",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz",
"integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==",
"dev": true,
"funding": [
{
@@ -10560,9 +10560,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"peer": true,

View File

@@ -63,7 +63,7 @@
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"copyfiles": "^2.4.1",
"electron": "github:castlabs/electron-releases#v38.2.0+wvcus",
"electron": "github:castlabs/electron-releases#v37.2.5+wvcus",
"electron-builder": "~26.0.12",
"eslint": "^9.30.1",
"js-yaml": "^4.1.0",