Compare commits
2 Commits
7a29bba1fc
...
b33d456dd4
Author | SHA1 | Date |
---|---|---|
Bauke | b33d456dd4 | |
Bauke | 9309dad020 |
|
@ -10,6 +10,6 @@
|
||||||
"lint": "turbo run lint"
|
"lint": "turbo run lint"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"turbo": "^1.10.1"
|
"turbo": "^1.10.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@bauke/eslint-config",
|
"name": "@bauke/eslint-config",
|
||||||
"description": "Shareable ESLint configuration.",
|
"description": "Shareable ESLint configuration.",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -10,9 +10,9 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/parser": "^5.59.9",
|
"@typescript-eslint/parser": "^5.61.0",
|
||||||
"eslint": "^8.42.0",
|
"eslint": "^8.44.0",
|
||||||
"eslint-plugin-astro": "^0.27.1",
|
"eslint-plugin-astro": "^0.27.2",
|
||||||
"eslint-plugin-mdx": "^2.1.0"
|
"eslint-plugin-mdx": "^2.1.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@bauke/prettier-config",
|
"name": "@bauke/prettier-config",
|
||||||
"description": "Shareable Prettier configuration.",
|
"description": "Shareable Prettier configuration.",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@bauke/stylelint-config",
|
"name": "@bauke/stylelint-config",
|
||||||
"description": "Shareable Stylelint configuration.",
|
"description": "Shareable Stylelint configuration.",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
"repository": "https://git.bauke.xyz/Bauke/shareable-configs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -10,8 +10,8 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"stylelint": "^15.7.0",
|
"stylelint": "^15.9.0",
|
||||||
"stylelint-config-standard-scss": "^9.0.0"
|
"stylelint-config-standard-scss": "^10.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"stylelint": "^15.7.0",
|
"stylelint": "^15.7.0",
|
||||||
|
|
725
pnpm-lock.yaml
725
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue