Skip to content

Commit

Permalink
refactor: peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Oct 12, 2024
1 parent cbb6e96 commit e10bae9
Show file tree
Hide file tree
Showing 6 changed files with 582 additions and 460 deletions.
46 changes: 20 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garou",
"version": "0.8.0",
"version": "0.8.1",
"description": "Do thing what heroes didn't do",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -53,32 +53,33 @@
"test": "ava --fail-fast"
},
"dependencies": {
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/parser": "^8.8.1",
"@yarnpkg/lockfile": "^1.1.0",
"eslint-module-utils": "^2.11.1",
"eslint-module-utils": "^2.12.0",
"flat-cache": "^3.2.0",
"vue-eslint-parser": "^9.4.3",
"write-file-atomic": "^5.0.1"
"write-file-atomic": "^6.0.0"
},
"devDependencies": {
"@bring-it/cli": "^0.9.9",
"@bring-it/npm": "^0.5.9",
"@nice-move/all-in-base": "^0.2.0",
"@nice-move/all-in-base": "^0.2.4",
"@nice-move/eslint-plugin-html": "0.0.0-beta.4",
"@stylistic/stylelint-plugin": "^3.1.0",
"@vue/compiler-sfc": "^3.5.9",
"@nice-move/prettier-config": "0.14.7",
"@stylistic/stylelint-plugin": "^3.1.1",
"@vue/compiler-sfc": "^3.5.12",
"@yarnpkg/lockfile": "^1.1.0",
"ava": "^6.1.3",
"best-shot": "^0.7.4",
"best-shot": "^0.7.6",
"cheetor": "^0.13.0",
"eslint": "^8.57.1",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-class-members": "^1.20.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue": "^9.29.0",
"espree": "^9.6.1",
"fs-chain": "^8.2.3",
"globby": "^14.0.2",
Expand All @@ -90,35 +91,29 @@
"postcss-markdown": "^1.2.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"rehype": "^13.0.1",
"rehype-sort-attributes": "^5.0.0",
"rehype": "^13.0.2",
"rehype-sort-attributes": "^5.0.1",
"settingz": "^0.2.0",
"slash": "^5.1.0",
"sort-keys": "^5.1.0",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"stylelint-scss": "^6.7.0",
"typescript": "~5.6.2",
"typescript": "~5.6.3",
"yaml": "^2.5.1",
"yarn-deduplicate": "^6.0.2"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0",
"stylelint": "^16.9.0",
"eslint": "^8.57.0 || ^9.5.0",
"typescript": "^5.5.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"pnpm": {
"overrides": {
"@nice-move/prettier-config": "^0.13.3"
}
},
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"engines": {
"node": "^18.12.0 || ^20.0.0 || ^22.0.0"
"node": ">=20.5.0 || ^18.17.0 || ^22.0.0"
},
"publishConfig": {
"access": "public",
Expand All @@ -145,8 +140,7 @@
"eslint": [
"test/helper/temp/**"
]
},
"import-groups": "nice-move-preset"
}
},
"prettier": "@nice-move/prettier-config",
"stylelint": {
Expand Down
Loading

0 comments on commit e10bae9

Please sign in to comment.