Skip to content

Commit 8fe559d

Browse files
committed
chore: update dependencies and devDependencies
@typescript-eslint/eslint-plugin ^6.9.0 → ^6.9.1 @typescript-eslint/parser ^6.9.0 → ^6.9.1 eslint-plugin-unicorn ^48.0.1 → ^49.0.0
1 parent 6a6f8e4 commit 8fe559d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 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": "^6.9.0",
26-
"@typescript-eslint/parser": "^6.9.0",
25+
"@typescript-eslint/eslint-plugin": "^6.9.1",
26+
"@typescript-eslint/parser": "^6.9.1",
2727
"@vue/eslint-config-prettier": "^8.0.0",
2828
"@vue/eslint-config-typescript": "^12.0.0",
2929
"@vue/vue3-jest": "29.2.6",
3030
"eslint": "8.52.0",
3131
"eslint-plugin-prettier": "^5.0.1",
3232
"eslint-plugin-vue": "^9.18.1",
3333
"eslint-config-prettier": "^9.0.0",
34-
"eslint-plugin-unicorn": "^48.0.1",
34+
"eslint-plugin-unicorn": "^49.0.0",
3535
"lerna": "^7.4.2",
3636
"npm-run-all": "^4.1.5",
3737
"prettier": "^3.0.3"

0 commit comments

Comments
 (0)