mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together. Updates `eslint` from 8.55.0 to 8.56.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.55.0...v8.56.0) Updates `@types/eslint` from 8.44.8 to 8.56.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "erettsegi-browser",
|
|
"version": "6.9",
|
|
"private": true,
|
|
"author": "albert|skidoodle@gh",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/react": "^2.2.9",
|
|
"@vercel/analytics": "^1.1.1",
|
|
"eslint-config-next": "14.0.4",
|
|
"framer-motion": "^10.16.16",
|
|
"million": "^2.6.4",
|
|
"next": "14.0.4",
|
|
"next-themes": "^0.2.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.0.4",
|
|
"@types/eslint": "^8.56.1",
|
|
"@types/node": "20.10.4",
|
|
"@types/react": "18.2.43",
|
|
"@types/react-dom": "18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"autoprefixer": "10.4.16",
|
|
"eslint": "8.56.0",
|
|
"postcss": "8.4.32",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.9",
|
|
"tailwindcss": "3.3.6",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|