build(deps): update latest
This commit is contained in:
		
							
								
								
									
										50
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										50
									
								
								package.json
									
									
									
									
									
								
							| @@ -2,7 +2,7 @@ | ||||
|   "name": "@walidoux/eslint-config", | ||||
|   "version": "1.0.3", | ||||
|   "description": "Walidoux's Eslint config.", | ||||
|   "author": "Walid Korchi", | ||||
|   "author": "Walidoux", | ||||
|   "license": "MIT", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
| @@ -10,7 +10,6 @@ | ||||
|   }, | ||||
|   "homepage": "https://github.com/walidoux/eslint-config/#readme", | ||||
|   "bugs": { | ||||
|     "email": "contact@walidkorchi.com", | ||||
|     "url": "https://github.com/Walidoux/eslint-config/issues" | ||||
|   }, | ||||
|   "keywords": [ | ||||
| @@ -23,50 +22,31 @@ | ||||
|   ], | ||||
|   "main": "index.js", | ||||
|   "prettier": "@walidoux/prettier-config", | ||||
|   "husky": { | ||||
|     "hooks": { | ||||
|       "pre-commit": "nano-staged" | ||||
|     } | ||||
|   }, | ||||
|   "nano-staged": { | ||||
|     "**/*.js": [ | ||||
|       "eslint --fix", | ||||
|       "prettier --ignore-path .eslintignore --write" | ||||
|     ], | ||||
|     "**/*.{json,md,yml}": [ | ||||
|       "prettier --ignore-path .eslintignore --write" | ||||
|     ] | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "lint:eslint": "eslint '**/*.js' --fix", | ||||
|     "lint:prettier": "prettier '**/*.{js,json,md,yml}' --ignore-path .eslintignore --write --loglevel silent", | ||||
|     "lint-all": "npm-run-all lint:*", | ||||
|     "release": "npm login && npm publish" | ||||
|     "release": "npm publish" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@typescript-eslint/eslint-plugin": "^5.52.0", | ||||
|     "@typescript-eslint/parser": "^5.52.0", | ||||
|     "eslint-config-conventions": "^7.0.0", | ||||
|     "eslint-config-prettier": "^8.6.0", | ||||
|     "eslint-import-resolver-typescript": "^3.5.3", | ||||
|     "@typescript-eslint/eslint-plugin": "^6.2.0", | ||||
|     "@typescript-eslint/parser": "^6.2.0", | ||||
|     "eslint-config-conventions": "^11.0.1", | ||||
|     "eslint-config-prettier": "^8.8.0", | ||||
|     "eslint-import-resolver-typescript": "^3.5.5", | ||||
|     "eslint-plugin-import": "^2.27.5", | ||||
|     "eslint-plugin-prettier": "^4.2.1", | ||||
|     "eslint-plugin-prettier": "^5.0.0", | ||||
|     "eslint-plugin-promise": "^6.1.1", | ||||
|     "eslint-plugin-unicorn": "^45.0.2" | ||||
|     "eslint-plugin-unicorn": "^48.0.1" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@walidoux/prettier-config": "^1.0.2", | ||||
|     "eslint": "^8.34.0", | ||||
|     "husky": "8.0.3", | ||||
|     "nano-staged": "^0.8.0", | ||||
|     "np": "^7.6.3", | ||||
|     "npm-run-all": "^4.1.5", | ||||
|     "prettier": "^2.8.4", | ||||
|     "typescript": "^4.9.5" | ||||
|     "@walidoux/prettier-config": "^1.0.4", | ||||
|     "eslint": "^8.45.0", | ||||
|     "prettier": "^2.8.8", | ||||
|     "typescript": "^5.1.6" | ||||
|   }, | ||||
|   "peerDependencies": { | ||||
|     "eslint": ">=8.34.0", | ||||
|     "prettier": ">=2.8.4" | ||||
|     "eslint": ">=8.45.0", | ||||
|     "prettier": ">=2.8.8" | ||||
|   }, | ||||
|   "publishConfig": { | ||||
|     "access": "public" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user