Skip to content

Commit

Permalink
fix: @changesets/cli and @types/eslint should be devDependencies (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Oct 14, 2023
1 parent 696254f commit b66a73a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-kiwis-teach.md
@@ -0,0 +1,5 @@
---
"prettier-eslint": patch
---

fix: @changesets/cli and @types/eslint should be devDependencies
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -20,7 +20,7 @@ const config = {
],
'import/no-import-module-exports': 'off',
'arrow-parens': ['error', 'as-needed'],
quotes: ['error', 'single']
quotes: ['error', 'single', { avoidEscape: true }],
}
};

Expand Down
11 changes: 5 additions & 6 deletions package.json
Expand Up @@ -16,12 +16,11 @@
"keywords": [],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"maintainers": [
"Simon Fridlund <simon@fridlund.email>"
"Simon Fridlund <simon@fridlund.email>",
"JounQin (https://www.1stG.me) <admin@1stg.me>"
],
"license": "MIT",
"dependencies": {
"@changesets/cli": "^2.26.2",
"@types/eslint": "^8.4.2",
"@typescript-eslint/parser": "^6.7.5",
"common-tags": "^1.4.0",
"dlv": "^1.1.0",
Expand All @@ -37,16 +36,16 @@
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.22.9",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/eslint": "^8.4.2",
"all-contributors-cli": "^6.7.0",
"babel-jest": "^29.6.2",
"eslint-config-kentcdodds": "^20.5.0",
"eslint-plugin-node-dependencies": "^0.11.0",
"husky": "^8.0.1",
"jest": "^29.6.2",
"jest-cli": "^29.6.2",
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"prettier-eslint-cli": "^8.0.0",
Expand Down

0 comments on commit b66a73a

Please sign in to comment.