Update api + server packages and prettier
parent
19c1b256b1
commit
fa40aa8f0f
15
.prettierrc
15
.prettierrc
|
@ -2,10 +2,15 @@
|
|||
"bracketSpacing": true,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"importOrder": ["<THIRD_PARTY_MODULES>", "^@/(.*)", "^\\.(.*)"],
|
||||
"importOrderSortSpecifiers": true,
|
||||
"importOrderSeparation": true,
|
||||
"importOrder": [
|
||||
"<BUILTIN_MODULES>",
|
||||
"",
|
||||
"<THIRD_PARTY_MODULES>",
|
||||
"",
|
||||
"^@/(.*)",
|
||||
"",
|
||||
"^\\.(.*)"
|
||||
],
|
||||
"importOrderParserPlugins": ["typescript", "jsx", "importAssertions"],
|
||||
"importOrderMergeDuplicateImports": true,
|
||||
"importOrderCombineTypeAndValueImports": true
|
||||
"importOrderTypeScriptVersion": "^4.5.0"
|
||||
}
|
||||
|
|
|
@ -29,34 +29,34 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@apidevtools/swagger-cli": "^4.0.4",
|
||||
"@koa/cors": "^3.0.0",
|
||||
"@koa/router": "^10.0.0",
|
||||
"@publicodes/api": "^1.0.0-beta.69",
|
||||
"@sentry/node": "^7.22.0",
|
||||
"@sentry/tracing": "^7.22.0",
|
||||
"got": "^12.5.3",
|
||||
"ioredis": "^5.2.4",
|
||||
"koa": "^2.13.4",
|
||||
"koa-body": "^5.0.0",
|
||||
"@koa/cors": "^4.0.0",
|
||||
"@koa/router": "^12.0.0",
|
||||
"@publicodes/api": "^1.0.0-beta.70",
|
||||
"@sentry/node": "^7.55.2",
|
||||
"@sentry/tracing": "^7.55.2",
|
||||
"got": "^13.0.0",
|
||||
"ioredis": "^5.3.2",
|
||||
"koa": "^2.14.2",
|
||||
"koa-body": "^6.0.1",
|
||||
"koa-static": "^5.0.0",
|
||||
"modele-social": "workspace:^",
|
||||
"nodemon": "^2.0.20",
|
||||
"publicodes": "^1.0.0-beta.69",
|
||||
"nodemon": "^2.0.22",
|
||||
"publicodes": "^1.0.0-beta.70",
|
||||
"rate-limiter-flexible": "^2.4.1",
|
||||
"swagger-ui-dist": "^4.15.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.13.5",
|
||||
"@types/koa": "^2.13.6",
|
||||
"@types/koa-static": "^4.0.2",
|
||||
"@types/koa__cors": "^3.3.0",
|
||||
"@types/koa__cors": "^4.0.0",
|
||||
"@types/koa__router": "^12.0.0",
|
||||
"@types/node": "^18.11.10",
|
||||
"@types/swagger-ui-dist": "^3.30.1",
|
||||
"chai-http": "^4.3.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"chai-http": "^4.4.0",
|
||||
"rimraf": "^5.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.5",
|
||||
"vitest": "^0.28.5",
|
||||
"wait-on": "^6.0.1"
|
||||
"typescript": "^5.1.3",
|
||||
"vitest": "^0.32.0",
|
||||
"wait-on": "^7.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,12 +38,12 @@
|
|||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
|
||||
"@types/got": "^9.6.12",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
|
@ -53,11 +53,12 @@
|
|||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-react": "^7.31.11",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"prettier": "^2.8.3",
|
||||
"prettier": "^2.8.8",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"rollup": "^3.10.0"
|
||||
"rollup": "^3.10.0",
|
||||
"@types/koa": "^2.13.6"
|
||||
},
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"engines": {
|
||||
|
|
|
@ -21,23 +21,23 @@
|
|||
"@koa/router": "^12.0.0",
|
||||
"bree": "^9.1.3",
|
||||
"crisp-api": "=6.4.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"got": "^12.5.3",
|
||||
"koa": "^2.13.4",
|
||||
"dotenv": "^16.1.4",
|
||||
"got": "^13.0.0",
|
||||
"koa": "^2.14.2",
|
||||
"koa-body": "^6.0.1",
|
||||
"mongodb": "^4.12.1",
|
||||
"nodemon": "^2.0.20"
|
||||
"mongodb": "^5.6.0",
|
||||
"nodemon": "^2.0.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.13.5",
|
||||
"@types/koa__cors": "^3.3.0",
|
||||
"@types/koa": "^2.13.6",
|
||||
"@types/koa__cors": "^4.0.0",
|
||||
"@types/koa__router": "^12.0.0",
|
||||
"@types/node": "^18.11.10",
|
||||
"@types/safe-timers": "^1.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.5"
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16"
|
||||
"node": "^18"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue