updated some dev deps

This commit is contained in:
Rick van Lieshout 2025-07-10 11:10:43 +02:00
parent 03cb14e31e
commit bf7cd70f20
2 changed files with 7 additions and 6 deletions

View File

@ -65,14 +65,14 @@
"copyfiles": "^2.4.1",
"electron": "github:castlabs/electron-releases#v37.2.0+wvcus",
"electron-builder": "~26.0.12",
"eslint": "^9.0.0",
"eslint": "^9.30.1",
"js-yaml": "^4.1.0",
"markdown-toc": "^1.2.0",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"stylelint": "^16.18.0",
"nodemon": "^3.1.10",
"prettier": "^3.6.2",
"stylelint": "^16.21.1",
"stylelint-config-standard": "^38.0.0",
"stylelint-config-standard-scss": "^15.0.0",
"stylelint-config-standard-scss": "^15.0.1",
"stylelint-prettier": "^5.0.3",
"swagger-jsdoc": "^6.2.8",
"ts-node": "^10.9.2",

View File

@ -1,3 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignoreDeps": ["@types/node", "electron-store", "@xhayper/discord-rpc"]
}