Skip to content

Commit

Permalink
chore(deps): Update non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package             | from   | to     |
| ---------- | ------------------- | ------ | ------ |
| npm        | astro               | 2.7.0  | 2.7.2  |
| npm        | astro-compress      | 1.1.47 | 1.1.48 |
| npm        | eslint-plugin-astro | 0.27.1 | 0.27.2 |
| npm        | lint-staged         | 13.2.2 | 13.2.3 |
| npm        | pnpm                | 8.6.3  | 8.6.5  |
| npm        | rehype-pretty-code  | 0.9.11 | 0.10.0 |
| npm        | shiki               | 0.14.2 | 0.14.3 |
  • Loading branch information
renovate[bot] authored Jun 30, 2023
1 parent 43df5b0 commit 34fe242
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 83 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@commitlint/cli": "^17.6.6",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@typescript-eslint/parser": "^5.60.1",
"astro": "^2.7.0",
"astro-compress": "^1.1.47",
"astro": "^2.7.2",
"astro-compress": "^1.1.48",
"browserslist-to-esbuild": "^1.2.0",
"concurrently": "^8.2.0",
"czg": "1.6.1",
Expand All @@ -49,7 +49,7 @@
"eslint-formatter-pretty": "^5.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdownlint": "^0.4.1",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-sonarjs": "^0.19.0",
"gray-matter": "^4.0.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"mdast-util-to-string": "^3.2.0",
"postcss-html": "^1.5.0",
"postcss-preset-env": "^8.5.1",
Expand All @@ -68,12 +68,12 @@
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-pretty-code": "^0.9.11",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"remark-emoji": "^3.1.2",
"rimraf": "^5.0.1",
"sharp": "^0.32.1",
"shiki": "^0.14.2",
"shiki": "^0.14.3",
"stylelint": "^15.9.0",
"stylelint-config-clean-order": "^5.0.1",
"stylelint-config-standard": "^33.0.0",
Expand All @@ -84,5 +84,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.6.3"
"packageManager": "pnpm@8.6.5"
}
Loading

0 comments on commit 34fe242

Please sign in to comment.