Skip to content

Commit

Permalink
Move CI deps from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 20, 2023
1 parent 95ebb2c commit a7dd306
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"lint": "eslint --cache \"**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/module-type-aliases": "2.4.1",
"@docusaurus/plugin-client-redirects": "^2.4.1",
Expand Down Expand Up @@ -49,14 +55,8 @@
"node": ">=18.17.1"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.12",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0"
"lint-staged": "^14.0.1"
},
"lint-staged": {
"**/*": ["prettier --write --ignore-unknown", "npm run lint"]
Expand Down

0 comments on commit a7dd306

Please sign in to comment.