Skip to content

Commit

Permalink
chore: drop prettier 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Oct 18, 2024
1 parent d8852d5 commit 125f8c2
Show file tree
Hide file tree
Showing 8 changed files with 3,347 additions and 2,839 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
enable-pre-post-scripts = true
shamefully-hoist = true
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-ssh-config",
"version": "0.2.3",
"version": "0.3.0",
"description": "A `prettier` plugin for ssh config",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,25 +35,25 @@
"test": "ava --fail-fast"
},
"dependencies": {
"ssh-config": "^4.4.4"
"ssh-config": "^5.0.0"
},
"devDependencies": {
"@bring-it/npm": "^0.5.4",
"@nice-move/cli": "^0.11.12",
"@nice-move/eslint-config-base": "^0.11.8",
"@nice-move/prettier-config": "^0.12.3",
"@bring-it/npm": "^0.5.9",
"@nice-move/all-in-base": "^0.2.4",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-ava": "^14.0.0",
"garou": "^0.7.5",
"prettier": "^3.2.5"
"garou": "^0.8.1",
"prettier": "^3.3.3",
"typescript": "~5.5.4"
},
"peerDependencies": {
"prettier": "^2.8.8 || ^3.2.5"
"prettier": "^3.3.3"
},
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=18.12.0 || ^16.15.0"
"node": ">=18.12.0",
"pnpm": "^9.12.0"
},
"publishConfig": {
"access": "public",
Expand All @@ -62,8 +62,5 @@
"eslintConfig": {
"extends": "@nice-move/eslint-config-base"
},
"nice-move": {
"import-groups": "nice-move-preset"
},
"prettier": "@nice-move/prettier-config"
}
Loading

0 comments on commit 125f8c2

Please sign in to comment.