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 fa90ece commit 948b5a7Copy full SHA for 948b5a7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ddts",
3
- "version": "3.2.0",
+ "version": "3.3.0",
4
"main": ".eslintrc.json",
5
"scripts": {
6
"postinstall": "./install-hooks"
@@ -11,13 +11,13 @@
11
"dependencies": {
12
"@typescript-eslint/eslint-plugin": "5.62.0",
13
"@typescript-eslint/parser": "5.62.0",
14
- "eslint": "8.55.0",
+ "eslint": "8.57.0",
15
"eslint-config-prettier": "9.1.0",
16
"eslint-plugin-ban": "1.6.0",
17
- "eslint-plugin-import": "~2.26.0",
+ "eslint-plugin-import": "2.29.1",
18
"eslint-plugin-prefer-arrow": "1.2.3",
19
- "lint-staged": "15.2.0",
+ "lint-staged": "15.2.7",
20
"prettier": "3.1.1",
21
- "typescript": ">=3.3.x <=4.9.x "
+ "typescript": ">=3.3.x <=5.1.x "
22
}
23
0 commit comments