Skip to content

Commit 71eb9c3

Browse files
committed
chore: update dependencies and devDependencies
@typescript-eslint/eslint-plugin ^5.55.0 → ^5.59.11 @typescript-eslint/parser ^5.55.0 → ^5.59.11 eslint 8.36.0 → 8.43.0 eslint-config-prettier ^8.7.0 → ^8.8.0 eslint-plugin-unicorn ^46.0.0 → ^47.0.0 prettier ^2.8.4 → ^2.8.8
1 parent 04a9ebc commit 71eb9c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^5.55.0",
26-
"@typescript-eslint/parser": "^5.55.0",
27-
"eslint": "8.36.0",
28-
"eslint-config-prettier": "^8.7.0",
25+
"@typescript-eslint/eslint-plugin": "^5.59.11",
26+
"@typescript-eslint/parser": "^5.59.11",
27+
"eslint": "8.43.0",
28+
"eslint-config-prettier": "^8.8.0",
2929
"eslint-plugin-prettier": "^4.2.1",
3030
"eslint-plugin-react": "^7.32.2",
3131
"eslint-plugin-react-hooks": "^4.6.0",
32-
"eslint-plugin-unicorn": "^46.0.0",
32+
"eslint-plugin-unicorn": "^47.0.0",
3333
"lerna": "^6.5.1",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^2.8.4"
35+
"prettier": "^2.8.8"
3636
}
3737
}

0 commit comments

Comments
 (0)