mirror of
				https://github.com/theoludwig/markdownlint-rule-relative-links.git
				synced 2025-11-01 00:49:07 +01:00 
			
		
		
		
	build(deps): update latest
This commit is contained in:
		
							
								
								
									
										32
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								package.json
									
									
									
									
									
								
							@@ -29,7 +29,7 @@
 | 
			
		||||
    "lint:commit": "commitlint",
 | 
			
		||||
    "lint:editorconfig": "editorconfig-checker",
 | 
			
		||||
    "lint:markdown": "markdownlint-cli2",
 | 
			
		||||
    "lint:eslint": "eslint \"**/*.{js,jsx,ts,tsx}\" --ignore-path \".gitignore\"",
 | 
			
		||||
    "lint:eslint": "eslint \".\" --ignore-path \".gitignore\"",
 | 
			
		||||
    "lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
 | 
			
		||||
    "lint:staged": "lint-staged",
 | 
			
		||||
    "test": "tap",
 | 
			
		||||
@@ -39,24 +39,24 @@
 | 
			
		||||
    "postpublish": "pinst --enable"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@commitlint/cli": "17.3.0",
 | 
			
		||||
    "@commitlint/config-conventional": "17.3.0",
 | 
			
		||||
    "@types/tap": "15.0.7",
 | 
			
		||||
    "editorconfig-checker": "4.0.2",
 | 
			
		||||
    "eslint": "8.31.0",
 | 
			
		||||
    "eslint-config-conventions": "6.0.0",
 | 
			
		||||
    "eslint-config-prettier": "8.5.0",
 | 
			
		||||
    "eslint-plugin-import": "2.26.0",
 | 
			
		||||
    "@commitlint/cli": "17.5.1",
 | 
			
		||||
    "@commitlint/config-conventional": "17.4.4",
 | 
			
		||||
    "@types/tap": "15.0.8",
 | 
			
		||||
    "editorconfig-checker": "5.0.1",
 | 
			
		||||
    "eslint": "8.37.0",
 | 
			
		||||
    "eslint-config-conventions": "8.0.0",
 | 
			
		||||
    "eslint-config-prettier": "8.8.0",
 | 
			
		||||
    "eslint-plugin-import": "2.27.5",
 | 
			
		||||
    "eslint-plugin-prettier": "4.2.1",
 | 
			
		||||
    "eslint-plugin-promise": "6.1.1",
 | 
			
		||||
    "eslint-plugin-unicorn": "45.0.2",
 | 
			
		||||
    "husky": "8.0.2",
 | 
			
		||||
    "lint-staged": "13.1.0",
 | 
			
		||||
    "markdownlint": "0.27.0",
 | 
			
		||||
    "eslint-plugin-unicorn": "46.0.0",
 | 
			
		||||
    "husky": "8.0.3",
 | 
			
		||||
    "lint-staged": "13.2.0",
 | 
			
		||||
    "markdownlint": "0.28.0",
 | 
			
		||||
    "markdownlint-cli2": "0.6.0",
 | 
			
		||||
    "pinst": "3.0.0",
 | 
			
		||||
    "prettier": "2.8.1",
 | 
			
		||||
    "semantic-release": "19.0.5",
 | 
			
		||||
    "tap": "16.3.2"
 | 
			
		||||
    "prettier": "2.8.7",
 | 
			
		||||
    "semantic-release": "21.0.1",
 | 
			
		||||
    "tap": "16.3.4"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user