saleor-apps-redis_apl/packages/eslint-config-saleor/package.json
Lukasz Ostrowski ec68ed53a3
Sentry improvements (#652)
* Update Sentry in CMS

update turbo

Add test logs for cms

test sentry

Update sentry config and next config

* resolve conflict

* Add changesets

* Remove test code
2023-06-20 10:06:18 +02:00

18 lines
399 B
JSON

{
"name": "eslint-config-saleor",
"version": "0.4.1",
"devDependencies": {
"eslint": "8.42.0",
"eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "1.10.3",
"eslint-plugin-react": "7.32.2",
"next": "13.3.0",
"typescript": "5.1.3"
},
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
}
}