mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Fix support messaging
This commit is contained in:
+7
-6
@@ -16,6 +16,7 @@
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"formik": "^2.2.9",
|
||||
"graphql": "^16.6.0",
|
||||
"graphql-ws": "^5.13.1",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"localforage": "^1.10.0",
|
||||
"match-sorter": "^6.3.1",
|
||||
@@ -27,7 +28,6 @@
|
||||
"reactflow": "^11.7.0",
|
||||
"sort-by": "^1.2.0",
|
||||
"styled-components": "^5.3.10",
|
||||
"subscriptions-transport-ws": "^0.9.19",
|
||||
"typescript": "^5.0.2",
|
||||
"vite-plugin-svgr": "^2.4.0",
|
||||
"web-vitals": "^3.3.0",
|
||||
@@ -36,10 +36,10 @@
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"build": "vite build",
|
||||
"generate-main": "graphql-codegen --config codegen-main.yml",
|
||||
"generate-support": "graphql-codegen --config codegen-support.yml",
|
||||
"generate:main": "graphql-codegen --config codegen-main.yml",
|
||||
"lint": "yarn run eslint src --ext .ts,.tsx",
|
||||
"fix": "yarn lint --fix"
|
||||
"fix": "yarn lint --fix",
|
||||
"generate:support": "graphql-codegen --config codegen-support.ts"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
@@ -54,8 +54,9 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^3.2.2",
|
||||
"@graphql-codegen/introspection": "^3.0.1",
|
||||
"@graphql-codegen/cli": "3.3.1",
|
||||
"@graphql-codegen/client-preset": "3.0.1",
|
||||
"@graphql-codegen/introspection": "3.0.1",
|
||||
"@graphql-codegen/typescript": "^3.0.2",
|
||||
"@graphql-codegen/typescript-operations": "^3.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
||||
|
||||
Reference in New Issue
Block a user