Skip to content

Commit

Permalink
Merge pull request #269 from dwightjack/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies (minor)
  • Loading branch information
dwightjack authored Sep 2, 2024
2 parents d78fdc6 + 6fe8d74 commit c7b98cf
Show file tree
Hide file tree
Showing 6 changed files with 860 additions and 735 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
20.17.0
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "Marco Solazzi"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=18.15.0",
"pnpm": "^9.0.0"
Expand All @@ -30,41 +30,41 @@
"lint:check": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.8.0",
"@astrojs/check": "^0.9.0",
"@fontsource-variable/open-sans": "^5.0.29",
"@fontsource/bree-serif": "^5.0.13",
"@iconify-json/logos": "1.1.44",
"@iconify-json/mdi": "1.1.68",
"astro": "4.11.6",
"@iconify-json/logos": "1.2.0",
"@iconify-json/mdi": "1.2.0",
"astro": "4.15.1",
"astro-icon": "1.1.1",
"modern-normalize": "2.0.0",
"nanostores": "0.10.3"
"nanostores": "0.11.3"
},
"devDependencies": {
"@csstools/postcss-global-data": "2.1.1",
"@eslint/js": "^9.6.0",
"@percy/cli": "1.28.9",
"@percy/cli": "1.29.3",
"@percy/playwright": "1.0.6",
"@playwright/test": "^1.42.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "8.0.1",
"eslint": "9.6.0",
"@typescript-eslint/parser": "8.3.0",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"lefthook": "1.7.14",
"postcss": "8.4.42",
"postcss-html": "1.7.0",
"postcss-preset-env": "9.6.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"sharp": "0.33.5",
"stylelint": "16.6.1",
"stylelint": "16.9.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-property-sort-order-smacss": "10.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-use-logical": "2.1.2",
"typescript": "5.5.4",
"typescript-eslint": "8.0.1"
"typescript-eslint": "8.3.0"
}
}
Loading

0 comments on commit c7b98cf

Please sign in to comment.