Skip to content

Commit 68b9cb8

Browse files
authored
Upgrade packages (#91)
1 parent 71a4aba commit 68b9cb8

File tree

5 files changed

+605
-2418
lines changed

5 files changed

+605
-2418
lines changed

BaseEslintConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
...tseslint.configs.recommended,
1414
...tseslint.configs.recommendedTypeChecked,
1515
pluginSonarJS.configs.recommended,
16-
pluginUnicorn.configs["flat/recommended"],
16+
pluginUnicorn.default.configs["flat/recommended"],
1717
],
1818
plugins: {
1919
pluginOnlyError,

SQLSchemaCompare.UI/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"lint-vs": "yarn lint --quiet --format visualstudio"
99
},
1010
"devDependencies": {
11-
"@eslint/js": "^9.32.0",
12-
"@tsconfig/recommended": "^1.0.10",
13-
"@tsconfig/strictest": "^2.0.5",
14-
"eslint": "^9.32.0",
15-
"eslint-formatter-visualstudio": "^8.40.0",
11+
"@eslint/js": "^9.39.2",
12+
"@tsconfig/recommended": "^1.0.13",
13+
"@tsconfig/strictest": "^2.0.8",
14+
"eslint": "^9.39.2",
15+
"eslint-formatter-visualstudio": "^9.0.1",
1616
"eslint-plugin-only-error": "^1.0.2",
17-
"eslint-plugin-sonarjs": "^3.0.4",
18-
"eslint-plugin-unicorn": "^56.0.1",
19-
"typescript": "^5.9.2",
20-
"typescript-eslint": "^8.39.0"
17+
"eslint-plugin-sonarjs": "^3.0.5",
18+
"eslint-plugin-unicorn": "^62.0.0",
19+
"typescript": "^5.9.3",
20+
"typescript-eslint": "^8.50.0"
2121
}
2222
}

0 commit comments

Comments
 (0)