Skip to content

Commit 112e3fc

Browse files
authored
fix: update eslint deps (#7)
1 parent 4e47776 commit 112e3fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spscommerce/eslint-config-typescript",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "SPS official linter configuration for TypeScript.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -32,10 +32,10 @@
3232
"homepage": "https://github.com/SPSCommerce/typescript/tree/main/typescript#readme",
3333
"peerDependencies": {
3434
"@stylistic/eslint-plugin": "^3.1.0",
35-
"@typescript-eslint/eslint-plugin": "^8.24.0",
36-
"@typescript-eslint/parser": "^8.24.0",
37-
"eslint": "^8.56.0",
38-
"eslint-import-resolver-typescript": "^3.7.0",
35+
"@typescript-eslint/eslint-plugin": "^8.24.1",
36+
"@typescript-eslint/parser": "^8.24.1",
37+
"eslint": "^8.57.1",
38+
"eslint-import-resolver-typescript": "^3.8.2",
3939
"eslint-plugin-import": "^2.31.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)