updates people updates!

This commit is contained in:
2023-07-28 21:55:02 +02:00
parent cc696978fb
commit 14210cf0cf
7 changed files with 7285 additions and 4688 deletions

View File

@@ -4,16 +4,17 @@
"plugins": [
"@typescript-eslint",
"prettier",
"import"
"import",
"mocha"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"prettier/@typescript-eslint",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript"
"plugin:import/typescript",
"plugin:mocha/recommended"
],
"env": {
"node": true

View File

@@ -14,7 +14,6 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"prettier/@typescript-eslint",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:import/typescript",

File diff suppressed because it is too large Load Diff

View File

@@ -9,54 +9,54 @@
},
"dependencies": {
"@blueprintjs/core": "^4.14.1",
"@parcel/config-default": "^2.8.2",
"@parcel/transformer-sass": "^2.8.2",
"@parcel/transformer-typescript-tsc": "^2.8.2",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@parcel/config-default": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@parcel/transformer-typescript-tsc": "^2.9.3",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0",
"class-validator": "^0.14.0",
"enzyme": "^3.11.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"flush-promises": "^1.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-junit": "^14.0.1",
"parcel": "^2.8.2",
"parcel": "^2.9.3",
"pluralize": "^8.0.0",
"prettier": "^2.8.2",
"prettier": "^3.0.0",
"prettier-eslint": "^15.0.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^8.0.5",
"react-redux": "^8.1.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-spring": "^8",
"redux": "^4.2.0",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.2",
"redux-saga": "^1.2.3",
"spark-md5": "^3.0.2",
"ts-jest": "^29.0.4",
"typescript": "^4.9.4"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/enzyme": "^3.10.12",
"@types/eslint": "^8.4.10",
"@types/enzyme": "^3.10.13",
"@types/eslint": "^8.44.1",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^29.2.5",
"@types/pluralize": "^0.0.29",
"@types/prettier": "^2.7.2",
"@types/jest": "^29.5.3",
"@types/pluralize": "^0.0.30",
"@types/prettier": "^2.7.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.25",

3142
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,14 +22,14 @@
},
"license": "MIT",
"dependencies": {
"@koa/cors": "^3.4.1",
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"bcrypt": "^5.1.0",
"class-validator": "^0.14.0",
"exifreader": "^4.9.1",
"exifreader": "^4.13.0",
"hasha": "^5.2.2",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.1",
"jsonwebtoken": "^9.0.1",
"koa": "^2.14.2",
"koa-body": "^5.0.0",
"koa-jwt": "^4.0.4",
"koa-logger": "^3.2.1",
@@ -38,22 +38,22 @@
"koa-static": "^5.0.0",
"mime-types": "^2.1.35",
"mysql": "^2.18.1",
"sharp": "^0.31.3",
"sharp": "^0.32.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"tsconfig-paths": "^4.2.0",
"typeorm": "^0.2.41",
"typescript": "^4.9.4"
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/concurrently": "^6.4.0",
"@types/deasync": "^0.1.2",
"@types/eslint": "^8.4.10",
"@types/eslint": "^8.44.1",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/koa": "^2.13.5",
"@types/koa__cors": "^3.3.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/koa": "^2.13.7",
"@types/koa__cors": "^4.0.0",
"@types/koa__router": "^12.0.0",
"@types/koa-logger": "^3.1.2",
"@types/koa-send": "^4.1.3",
@@ -62,25 +62,25 @@
"@types/mime-types": "^2.1.1",
"@types/mocha": "^10.0.1",
"@types/mysql": "^2.15.21",
"@types/prettier": "^2.7.2",
"@types/prettier": "^2.7.3",
"@types/sharp": "^0.31.1",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"chai": "^4.3.7",
"concurrently": "^7.6.0",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.4",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi-reporters": "^1.5.1",
"prettier": "^2.8.2",
"prettier": "^3.0.0",
"prettier-eslint": "^15.0.1",
"supertest": "^6.3.3",
"ts-node-dev": "^2"

View File

@@ -1,4 +0,0 @@
{
"plugins": ["mocha"],
"extends": ["plugin:mocha/recommended"]
}