We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810b39d commit d0aba02Copy full SHA for d0aba02
packages/base/package.json
@@ -52,6 +52,6 @@
52
"eslint-plugin-promise": "^6.0.0",
53
"eslint-plugin-simple-import-sort": "^10.0.0",
54
"eslint-plugin-sonarjs": "^0.19.0",
55
- "eslint-plugin-unicorn": "^47.0.0"
+ "eslint-plugin-unicorn": "^49.0.0"
56
}
57
packages/typescript/package.json
@@ -45,8 +45,8 @@
45
"node": "^16 || >=18"
46
},
47
"dependencies": {
48
- "@typescript-eslint/eslint-plugin": "^5.59.5",
49
- "@typescript-eslint/parser": "^5.59.5",
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
+ "@typescript-eslint/parser": "^6.0.0",
50
"eslint-config-airbnb-typescript": "^17.0.0",
51
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.26.0"
0 commit comments