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