chore(deps): loosen constraints, upgrade packages

This commit is contained in:
2024-08-28 10:35:37 +03:00
parent fe6d36c906
commit 085c3cedbe
8 changed files with 211 additions and 211 deletions

View File

@@ -43,8 +43,8 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.5",
"browserslist": "4.23.3"
"@ivuorinen/config-checker": "^1",
"browserslist": "^4"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -42,9 +42,9 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@ivuorinen/config-checker": "^1.1.5"
"@commitlint/cli": "^19",
"@commitlint/config-conventional": "^19",
"@ivuorinen/config-checker": "^1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -51,8 +51,8 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@eslint/js": "^9.9.0",
"@ivuorinen/config-checker": "^1.1.5",
"@eslint/js": "^9",
"@ivuorinen/config-checker": "^1",
"eslint": "^9",
"eslint-config-prettier": "^9",
"eslint-config-standard": "^17",
@@ -60,8 +60,8 @@
"eslint-plugin-jest": "^28",
"eslint-plugin-n": "^17",
"eslint-plugin-promise": "^7",
"eslint-plugin-sonarjs": "^2.0.0",
"globals": "^15.9.0"
"eslint-plugin-sonarjs": "^2",
"globals": "^15"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -37,8 +37,8 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.5",
"markdownlint-cli": "0.41.0"
"@ivuorinen/config-checker": "^1",
"markdownlint-cli": "^0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -42,8 +42,8 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.5",
"prettier": "3.3.3"
"@ivuorinen/config-checker": "^1",
"prettier": "^3"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -42,10 +42,10 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.5",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "24.1.0"
"@ivuorinen/config-checker": "^1",
"@semantic-release/changelog": "^6",
"@semantic-release/git": "^10",
"semantic-release": "^24"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -53,13 +53,13 @@
"postinstall": "node scripts/postinstall.cjs"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.5",
"postcss": "^8.4.2",
"stylelint": "16.8.2",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.5.0"
"@ivuorinen/config-checker": "^1",
"postcss": "^8",
"stylelint": "^16",
"stylelint-config-recommended-scss": "^14",
"stylelint-config-standard": "^36",
"stylelint-order": "^6",
"stylelint-scss": "^6"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}