Skip to content

Commit 7277023

Browse files
chore(deps): bump the website group across 1 directory with 5 updates
Bumps the website group with 5 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@docsearch/react](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-react) | `4.2.0` | `4.4.0` | | [@excalidraw/excalidraw](https://github.com/excalidraw/excalidraw) | `0.17.6` | `0.18.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.23.24` | `12.23.26` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.280.0` | `1.310.1` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` | Updates `@docsearch/react` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/algolia/docsearch/releases) - [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md) - [Commits](https://github.com/algolia/docsearch/commits/v4.4.0/packages/docsearch-react) Updates `@excalidraw/excalidraw` from 0.17.6 to 0.18.0 - [Release notes](https://github.com/excalidraw/excalidraw/releases) - [Commits](excalidraw/excalidraw@v0.17.6...v0.18.0) Updates `framer-motion` from 12.23.24 to 12.23.26 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.23.24...v12.23.26) Updates `posthog-js` from 1.280.0 to 1.310.1 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.280.0...posthog-js@1.310.1) Updates `prettier` from 3.6.2 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.4) --- updated-dependencies: - dependency-name: "@docsearch/react" dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website - dependency-name: "@excalidraw/excalidraw" dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website - dependency-name: framer-motion dependency-version: 12.23.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website - dependency-name: posthog-js dependency-version: 1.310.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: website ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5d0f3b commit 7277023

File tree

2 files changed

+1612
-242
lines changed

2 files changed

+1612
-242
lines changed

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"build:site": "npm run build"
1818
},
1919
"dependencies": {
20-
"@docsearch/react": "^4.2.0",
20+
"@docsearch/react": "^4.4.0",
2121
"@docusaurus/core": "^3.9.2",
2222
"@docusaurus/plugin-client-redirects": "^3.9.2",
2323
"@docusaurus/plugin-content-blog": "^3.9.2",
2424
"@docusaurus/plugin-google-tag-manager": "^3.9.2",
2525
"@docusaurus/preset-classic": "^3.9.2",
2626
"@docusaurus/theme-common": "^3.9.2",
2727
"@docusaurus/theme-mermaid": "^3.9.2",
28-
"@excalidraw/excalidraw": "^0.17.6",
28+
"@excalidraw/excalidraw": "^0.18.0",
2929
"@fortawesome/fontawesome-svg-core": "^6.7.2",
3030
"@fortawesome/free-brands-svg-icons": "^6.7.2",
3131
"@fortawesome/free-regular-svg-icons": "^6.7.2",
@@ -37,13 +37,13 @@
3737
"docusaurus-plugin-image-zoom": "^2.0.0",
3838
"docusaurus-plugin-llms": "^0.2.2",
3939
"docusaurus-plugin-sentry": "^2.0.0",
40-
"framer-motion": "^12.23.24",
40+
"framer-motion": "^12.23.26",
4141
"gray-matter": "^4.0.3",
4242
"html-loader": "^5.1.0",
4343
"marked": "^15.0.4",
4444
"node-fetch": "^3.3.2",
4545
"posthog-docusaurus": "^2.0.2",
46-
"posthog-js": "^1.203.2",
46+
"posthog-js": "^1.313.0",
4747
"prism-react-renderer": "^2.4.1",
4848
"raw-loader": "^4.0.2",
4949
"react": "^18.3.1",
@@ -62,7 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@docusaurus/module-type-aliases": "^3.9.2",
65-
"prettier": "^3.4.2"
65+
"prettier": "^3.7.4"
6666
},
6767
"browserslist": {
6868
"production": [

0 commit comments

Comments
 (0)