Skip to content

Commit

Permalink
install peerDependencies as --save-peer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Nov 3, 2023
1 parent 46b5bd9 commit afbf4d0
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 183 deletions.
1 change: 1 addition & 0 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
'**/*.js',
'**/*.cjs',
'**/*.mjs',
'**/*.jsx',
],
rules: {
'no-undef': ['error', { typeof: false }],
Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,23 @@
"inquirer": "^9.2.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"prettier": "^3.0.3",
"release-it": "^16.1.5"
"release-it": "^16.1.5",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down
Loading

0 comments on commit afbf4d0

Please sign in to comment.