Merge branch 'main' into renovate/eslint-9.x

This commit is contained in:
Mark Eaton
2026-01-15 15:38:29 +00:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^10.0.0",
"prettier": "3.7.4"
"prettier": "3.8.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -2418,9 +2418,9 @@
}
},
"node_modules/prettier": {
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
"integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz",
"integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==",
"dev": true,
"license": "MIT",
"bin": {
+1 -1
View File
@@ -14,6 +14,6 @@
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^10.0.0",
"prettier": "3.7.4"
"prettier": "3.8.0"
}
}