Skip to content

Commit f03007c

Browse files
committed
chore: update dependencies in pnpm-lock.yaml and pnpm-workspace.yaml, and adjust eslint configuration
1 parent 2f5b76c commit f03007c

File tree

4 files changed

+280
-107
lines changed

4 files changed

+280
-107
lines changed

app/eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export default createConfig(
6767
'sonarjs/no-nested-functions': 'off',
6868

6969
'eslint-comments/no-unlimited-disable': 'off',
70+
71+
'pnpm/json-enforce-catalog': 'off',
7072
},
7173
},
7274
)

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"vuedraggable": "^4.1.0"
6262
},
6363
"devDependencies": {
64-
"@antfu/eslint-config": "^6.2.0",
64+
"@antfu/eslint-config": "^6.5.1",
6565
"@iconify-json/fa": "1.2.2",
6666
"@iconify-json/tabler": "^1.2.23",
6767
"@iconify/tools": "^5.0.0",

0 commit comments

Comments
 (0)