Skip to content

Commit fd8ac9e

Browse files
chore: bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.19` | `22.19.21` | | [@waline/client](https://github.com/walinejs/waline/tree/HEAD/packages/client) | `3.13.0` | `3.15.2` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.1` | Updates `@types/node` from 22.19.19 to 22.19.21 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@waline/client` from 3.13.0 to 3.15.2 - [Changelog](https://github.com/walinejs/waline/blob/main/CHANGELOG.md) - [Commits](https://github.com/walinejs/waline/commits/HEAD/packages/client) Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.5.5...v5.5.6) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) Updates `sharp` from 0.34.5 to 0.35.1 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.5...v0.35.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.19.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@waline/client" dependency-version: 3.15.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-prettier dependency-version: 5.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sharp dependency-version: 0.35.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 186b3e3 commit fd8ac9e

2 files changed

Lines changed: 275 additions & 270 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@
103103
"@testing-library/jest-dom": "^6.9.1",
104104
"@testing-library/react": "^14.1.2",
105105
"@testing-library/user-event": "^14.5.1",
106-
"@types/node": "22.19.19",
106+
"@types/node": "22.19.21",
107107
"@types/react": "18.3.10",
108108
"@typescript-eslint/eslint-plugin": "^7.18.0",
109109
"@typescript-eslint/parser": "^7.18.0",
110-
"@waline/client": "^3.13.0",
110+
"@waline/client": "^3.15.2",
111111
"autoprefixer": "^10.5.0",
112112
"cross-env": "^7.0.3",
113113
"eslint": "^8.57.1",
114114
"eslint-config-next": "^13.5.11",
115115
"eslint-config-prettier": "^9.1.2",
116116
"eslint-plugin-import": "^2.32.0",
117117
"eslint-plugin-node": "^11.1.0",
118-
"eslint-plugin-prettier": "^5.5.5",
118+
"eslint-plugin-prettier": "^5.5.6",
119119
"eslint-plugin-react": "^7.37.5",
120120
"eslint-plugin-react-hooks": "^4.6.2",
121121
"jest": "^29.7.0",
@@ -124,8 +124,8 @@
124124
"next-sitemap": "^1.9.12",
125125
"patch-package": "^8.0.1",
126126
"postcss": "^8.5.15",
127-
"prettier": "^3.8.3",
128-
"sharp": "^0.34.5",
127+
"prettier": "^3.8.4",
128+
"sharp": "^0.35.1",
129129
"tailwindcss": "^3.4.19",
130130
"typescript": "5.9.3",
131131
"vitepress": "^1.6.3",

0 commit comments

Comments
 (0)