mirror of
https://github.com/Manavarya09/design-extract.git
synced 2026-09-19 02:41:14 +08:00
675cc6aa31
Bumps the npm_and_yarn group with 1 update in the /vscode-extension directory: [js-yaml](https://github.com/nodeca/js-yaml). Bumps the npm_and_yarn group with 2 updates in the /website directory: [next](https://github.com/vercel/next.js) and [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping). Updates `js-yaml` from 4.3.1 to 4.3.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.1...4.3.2) Updates `next` from 16.3.2 to 16.3.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.3.2...v16.3.4) Updates `baseline-browser-mapping` from 2.10.19 to 2.11.22 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.10.19...v2.11.22) Updates `sharp` from 0.35.3 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.35.3...v0.35.4) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 16.3.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: baseline-browser-mapping dependency-version: 2.11.22 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: sharp dependency-version: 0.35.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --webpack",
|
|
"build": "next build --webpack",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@sparticuz/chromium": "^147.0.0",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"@vercel/blob": "^2.3.3",
|
|
"@vercel/speed-insights": "^2.0.0",
|
|
"jszip": "^3.10.1",
|
|
"motion": "^12.38.0",
|
|
"next": "16.3.4",
|
|
"ogl": "^1.0.11",
|
|
"playwright-core": "^1.59.1",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4"
|
|
},
|
|
"overrides": {
|
|
"postcss": ">=8.5.26"
|
|
}
|
|
}
|