1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bauke 0a72ce2a44
Version 0.1.4! 2023-07-17 00:31:28 +02:00
Bauke de2c4138b9
Update dependencies. 2023-07-17 00:30:36 +02:00
5 changed files with 557 additions and 615 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@bauke/eslint-config",
"description": "Shareable ESLint configuration.",
"version": "0.1.3",
"version": "0.1.4",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",
@ -10,15 +10,15 @@
"access": "public"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-mdx": "^2.1.0"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-plugin-astro": "^0.27.1",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-mdx": "^2.1.0"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@bauke/prettier-config",
"description": "Shareable Prettier configuration.",
"version": "0.1.3",
"version": "0.1.4",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",
@ -10,9 +10,9 @@
"access": "public"
},
"devDependencies": {
"prettier-plugin-astro": "^0.10.0"
"prettier-plugin-astro": "^0.11.0"
},
"peerDependencies": {
"prettier-plugin-astro": "^0.10.0"
"prettier-plugin-astro": "^0.11.0"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@bauke/stylelint-config",
"description": "Shareable Stylelint configuration.",
"version": "0.1.3",
"version": "0.1.4",
"license": "Unlicense",
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
"type": "module",
@ -10,11 +10,11 @@
"access": "public"
},
"devDependencies": {
"stylelint": "^15.9.0",
"stylelint": "^15.10.1",
"stylelint-config-standard-scss": "^10.0.0"
},
"peerDependencies": {
"stylelint": "^15.7.0",
"stylelint-config-standard-scss": "^9.0.0"
"stylelint": "^15.10.1",
"stylelint-config-standard-scss": "^10.0.0"
}
}

View File

@ -9,8 +9,8 @@
"@bauke/eslint-config": "workspace:*",
"@bauke/prettier-config": "workspace:*",
"@bauke/stylelint-config": "workspace:*",
"stylelint": "^15.7.0",
"xo": "^0.54.2"
"stylelint": "^15.10.1",
"xo": "^0.55.0"
},
"prettier": "@bauke/prettier-config",
"stylelint": {

File diff suppressed because it is too large Load Diff