Skip to content

Commit

Permalink
fix dependencies and binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud11PL committed Sep 27, 2024
1 parent 66ee2c1 commit 8662490
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
29 changes: 24 additions & 5 deletions .knip.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"rules": {
"unlisted": "off",
"binaries": "off"
"types": "off",
"enumMembers": "off",
"files": "off",
"exports": "off",
"duplicates": "off",
"classMembers": "error",
"nsTypes": "error",
"unresolved": "error",
"nsExports": "error",
"unlisted": "error",
"binaries": "error",
"optionalPeerDependencies": "error",
"dependencies": "error",
"devDependencies": "error"
},
"ignore": [
"src/graphql/types.generated.ts",
Expand Down Expand Up @@ -37,7 +49,6 @@
"@graphql-codegen/add",
"@graphql-codegen/fragment-matcher",
"@graphql-codegen/import-types-preset",
"@graphql-codegen/introspection",
"@graphql-codegen/typescript",
"@material-ui/styles",
"keycode",
Expand All @@ -46,6 +57,14 @@
"@types/lodash-es",
"@types/webappsec-credential-management",
"core-js",
"identity-obj-proxy"
]
"identity-obj-proxy",
"moment",
"history",
"react-transition-group",
"@radix-ui/react-radio-group",
"@react-editor-js/core",
"@radix-ui/react-portal",
"@graphql-codegen/schema-ast"
],
"ignoreBinaries": ["testmo", "saleor", "lockfile-lint", "prettier", "husky", "jest"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"qa:artifact-move-videos": "find cypress/reports/*/mochareports/videos -type f -name \"*.js.mp4\" -exec mv {} cypress/reports/mochareports/videos \\;",
"qa:pw-e2e": "npx playwright test --grep @e2e",
"qa:pw-ui": "npx playwright test --ui",
"knip": "knip",
"knip": "knip --reporter markdown",
"knip:fix": "knip --fix",
"knip:fix-remove": "knip --fix --allow-remove-files"
},
Expand Down

0 comments on commit 8662490

Please sign in to comment.