![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.2 to 6.7.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
63 lines
2 KiB
JSON
63 lines
2 KiB
JSON
{
|
|
"name": "saleor-app-slack",
|
|
"version": "1.8.6",
|
|
"scripts": {
|
|
"build": "pnpm generate && next build",
|
|
"dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",
|
|
"fetch-schema": "curl https://raw.githubusercontent.com/saleor/saleor/${npm_package_saleor_schemaVersion}/saleor/graphql/schema.graphql > graphql/schema.graphql",
|
|
"generate": "graphql-codegen",
|
|
"lint": "next lint",
|
|
"lint:fix": "eslint --fix .",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
"@saleor/app-sdk": "0.43.1",
|
|
"@saleor/apps-shared": "workspace:*",
|
|
"@saleor/apps-ui": "workspace:*",
|
|
"@saleor/macaw-ui": "0.8.0-pre.127",
|
|
"@saleor/react-hook-form-macaw": "workspace:*",
|
|
"@sentry/nextjs": "7.67.0",
|
|
"@urql/exchange-auth": "^2.1.4",
|
|
"eslint": "8.46.0",
|
|
"graphql": "16.7.1",
|
|
"graphql-tag": "^2.12.6",
|
|
"jose": "^4.11.2",
|
|
"next": "13.4.8",
|
|
"pino": "^8.14.1",
|
|
"pino-pretty": "^10.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"urql": "^4.0.4",
|
|
"usehooks-ts": "^2.9.1",
|
|
"vite": "4.4.8",
|
|
"vitest": "0.34.1"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "4.0.1",
|
|
"@graphql-codegen/introspection": "4.0.0",
|
|
"@graphql-codegen/schema-ast": "4.0.0",
|
|
"@graphql-codegen/typed-document-node": "5.0.1",
|
|
"@graphql-codegen/typescript": "4.0.1",
|
|
"@graphql-codegen/typescript-operations": "4.0.1",
|
|
"@graphql-codegen/typescript-urql": "3.7.3",
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
"@types/react": "18.2.5",
|
|
"@types/react-dom": "18.2.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.36.2",
|
|
"@typescript-eslint/parser": "^6.7.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"clean-publish": "^4.0.1",
|
|
"eslint-config-saleor": "workspace:*",
|
|
"postcss": "^8.4.14",
|
|
"pretty-quick": "^3.1.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"private": true,
|
|
"saleor": {
|
|
"schemaVersion": "3.10"
|
|
}
|
|
}
|