Skip to content

Commit 96651f5

Browse files
committed
chore: update dependencies and devDependencies
@typescript-eslint/eslint-plugin ^6.10.0 → ^6.11.0 @typescript-eslint/parser ^6.10.0 → ^6.11.0 prettier ^3.0.3 → ^3.1.0
1 parent 08326e6 commit 96651f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^6.10.0",
26-
"@typescript-eslint/parser": "^6.10.0",
25+
"@typescript-eslint/eslint-plugin": "^6.11.0",
26+
"@typescript-eslint/parser": "^6.11.0",
2727
"eslint": "8.53.0",
2828
"eslint-config-prettier": "^9.0.0",
2929
"eslint-plugin-prettier": "^5.0.1",
@@ -32,7 +32,7 @@
3232
"eslint-plugin-unicorn": "^49.0.0",
3333
"lerna": "^7.4.2",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.0.3"
35+
"prettier": "^3.1.0"
3636
},
3737
"overrides": {
3838
"gatsby-remark-external-links": {

0 commit comments

Comments
 (0)