mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-27 17:40:59 -05:00
Bumps the npm-landing group in /landing with 6 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.15` | `20.11.24` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.51` | `18.2.61` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.19` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [next](https://github.com/vercel/next.js) | `14.1.0` | `14.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.35` | Updates `@types/node` from 20.11.15 to 20.11.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.2.51 to 18.2.61 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.18 to 18.2.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `next` from 14.1.0 to 14.1.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1) Updates `postcss` from 8.4.33 to 8.4.35 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.33...8.4.35) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-landing - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-landing - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-landing - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-landing - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-landing - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-landing ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "landing",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.18",
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "^18.2.61",
|
|
"@types/react-dom": "^18.2.19",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.1.0",
|
|
"next": "^14.1.1",
|
|
"postcss": "^8.4.35",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|