Skip to content

Commit c77edb5

Browse files
committed
2.0.8
1 parent e66cd62 commit c77edb5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/eslint-config-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panates/eslint-config-ts",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "TypeScript rules for Panates ESLint config, following our styleguide",
55
"type": "module",
66
"module": "index.js",
@@ -9,10 +9,10 @@
99
"./package.json": "./package.json"
1010
},
1111
"dependencies": {
12-
"@panates/eslint-config": "^2.0.7"
12+
"@panates/eslint-config": "^2.0.8"
1313
},
1414
"peerDependencies": {
15-
"typescript":">=5.0.0",
15+
"typescript": ">=5.0.0",
1616
"typescript-eslint": ">=8.0.0"
1717
},
1818
"scripts": {
@@ -57,4 +57,4 @@
5757
"url": "https://github.com/erayhanoglu"
5858
}
5959
]
60-
}
60+
}

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panates/eslint-config",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Rules for Panates ESLint config, following our styleguide",
55
"type": "module",
66
"module": "./index.js",
@@ -62,4 +62,4 @@
6262
"url": "https://github.com/erayhanoglu"
6363
}
6464
]
65-
}
65+
}

packages/tsconfig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@panates/tsconfig",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "TypeScript config file, following our rules",
55
"main": "./node.json",
66
"exports": {
@@ -50,4 +50,4 @@
5050
"url": "https://github.com/erayhanoglu"
5151
}
5252
]
53-
}
53+
}

0 commit comments

Comments
 (0)