Skip to content

Commit

Permalink
chore(deps): update lint packages (#375)
Browse files Browse the repository at this point in the history
* chore(deps): update lint packages

* fix: prettier lint issue

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonson Petard <[email protected]>
  • Loading branch information
renovate[bot] and greenhat616 authored Feb 7, 2024
1 parent 98bb347 commit 7ded812
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 74 deletions.
23 changes: 17 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,18 @@
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"tabWidth": 2
"tabWidth": 2,
"overrides": [
{
"files": [
"tsconfig.json",
"jsconfig.json"
],
"options": {
"parser": "jsonc"
}
}
]
},
"dependencies": {
"@dnd-kit/core": "6.1.0",
Expand Down Expand Up @@ -86,8 +97,8 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-transition-group": "4.4.10",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"adm-zip": "0.5.10",
"autoprefixer": "10.4.17",
Expand All @@ -109,21 +120,21 @@
"fs-extra": "11.2.0",
"https-proxy-agent": "7.0.2",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"lint-staged": "15.2.2",
"node-fetch": "3.3.2",
"npm-run-all2": "6.1.2",
"picocolors": "1.0.0",
"postcss": "8.4.34",
"postcss-html": "1.6.0",
"postcss-import": "16.0.0",
"postcss-scss": "4.0.9",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-toml": "2.0.1",
"sass": "1.70.0",
"shikiji": "0.10.2",
"stylelint": "16.2.1",
"stylelint-config-html": "1.1.0",
"stylelint-config-recess-order": "4.4.0",
"stylelint-config-recess-order": "4.5.0",
"stylelint-config-standard": "36.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.8.0",
"stylelint-order": "6.0.4",
Expand Down
Loading

0 comments on commit 7ded812

Please sign in to comment.