Skip to content

Commit

Permalink
Dependency updates. Fix for mdat error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Sep 28, 2024
1 parent 99364d8 commit efbdb99
Show file tree
Hide file tree
Showing 7 changed files with 664 additions and 395 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
Expand Down Expand Up @@ -57,11 +57,11 @@
"@pinojs/json-colorizer": "^4.0.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "18.0.0",
"bumpp": "^9.5.2",
"bumpp": "^9.6.0",
"chalk": "^5.3.0",
"cosmiconfig": "^9.0.0",
"deepmerge": "^4.3.1",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"json-stringify-pretty-compact": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"sort-dictionaries": "find ./dictionaries -name '*.txt' -execdir sort -f -o {} {} \\;"
},
"peerDependencies": {
"cspell": "^8.8.4"
"cspell": "^8.14.4"
},
"dependencies": {
"@pinojs/json-colorizer": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {
"eslint": "^8.57.0"
"eslint": "^8.57.1"
},
"dependencies": {
"@html-eslint/eslint-plugin": "^0.26.0",
Expand All @@ -52,12 +52,12 @@
"eslint-config-xo": "^0.45.0",
"eslint-config-xo-typescript": "^5.0.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-svelte": "^2.44.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-perfectionist": "^3.7.0",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-unicorn": "^55.0.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mdat-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {
"mdat": "^0.7.1"
"mdat": "^0.7.6"
},
"dependencies": {
"@pinojs/json-colorizer": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {
"prettier": "^3.3.1"
"prettier": "^3.3.3"
},
"dependencies": {
"@pinojs/json-colorizer": "^4.0.0",
Expand All @@ -53,8 +53,8 @@
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sql": "^0.18.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-toml": "^2.0.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {
"stylelint": "^16.6.1"
"stylelint": "^16.9.0"
},
"dependencies": {
"@pinojs/json-colorizer": "^4.0.0",
Expand Down
Loading

0 comments on commit efbdb99

Please sign in to comment.