Skip to content

Commit 6b66774

Browse files
Bump the app group with 5 updates
Bumps the app group with 5 updates: | Package | From | To | | --- | --- | --- | | [@contentful/live-preview](https://github.com/contentful/live-preview) | `4.6.20` | `4.6.21` | | [contentful](https://github.com/contentful/contentful.js) | `11.5.24` | `11.7.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.29` | `22.15.30` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.12.0` | `28.13.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.0` | `8.33.1` | Updates `@contentful/live-preview` from 4.6.20 to 4.6.21 - [Release notes](https://github.com/contentful/live-preview/releases) - [Commits](https://github.com/contentful/live-preview/compare/@contentful/[email protected]...@contentful/[email protected]) Updates `contentful` from 11.5.24 to 11.7.0 - [Release notes](https://github.com/contentful/contentful.js/releases) - [Commits](contentful/contentful.js@v11.5.24...v11.7.0) Updates `@types/node` from 22.15.29 to 22.15.30 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jest` from 28.12.0 to 28.13.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v28.12.0...v28.13.0) Updates `typescript-eslint` from 8.33.0 to 8.33.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@contentful/live-preview" dependency-version: 4.6.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: app - dependency-name: contentful dependency-version: 11.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: app - dependency-name: "@types/node" dependency-version: 22.15.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: app - dependency-name: eslint-plugin-jest dependency-version: 28.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: app - dependency-name: typescript-eslint dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: app ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a518f20 commit 6b66774

File tree

2 files changed

+88
-85
lines changed

2 files changed

+88
-85
lines changed

package-lock.json

Lines changed: 83 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"test:jest:watch": "npm run test:jest -- --watchAll"
1313
},
1414
"dependencies": {
15-
"@contentful/live-preview": "^4.6.20",
15+
"@contentful/live-preview": "^4.6.21",
1616
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
1717
"@contentful/rich-text-react-renderer": "^16.0.1",
18-
"contentful": "^11.5.24",
18+
"contentful": "^11.7.0",
1919
"dayjs": "^1.11.13",
2020
"joi": "^17.13.3",
2121
"next": "^15.3.3",
@@ -32,13 +32,13 @@
3232
"@testing-library/react": "^16.3.0",
3333
"@types/jest": "^29.5.14",
3434
"@types/jest-axe": "^3.5.9",
35-
"@types/node": "^22.15.29",
35+
"@types/node": "^22.15.30",
3636
"@types/nodemailer": "^6.4.17",
3737
"@types/react": "^19.1.6",
3838
"babel-jest": "^29.7.0",
3939
"eslint": "^9.28.0",
4040
"eslint-config-prettier": "^10.1.5",
41-
"eslint-plugin-jest": "^28.12.0",
41+
"eslint-plugin-jest": "^28.13.0",
4242
"eslint-plugin-prettier": "^5.4.1",
4343
"eslint-plugin-react": "^7.37.5",
4444
"eslint-plugin-react-hooks": "^5.2.0",
@@ -57,6 +57,6 @@
5757
"stylelint-scss": "^6.11.1",
5858
"ts-node": "^10.9.2",
5959
"typescript": "^5.8.3",
60-
"typescript-eslint": "^8.33.0"
60+
"typescript-eslint": "^8.33.1"
6161
}
6262
}

0 commit comments

Comments
 (0)