update deps

This commit is contained in:
2023-01-12 21:13:48 +01:00
parent 202ef8f583
commit e2274b2800
5 changed files with 4685 additions and 3974 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,58 +8,58 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@blueprintjs/core": "^4.10.1", "@blueprintjs/core": "^4.14.1",
"@parcel/config-default": "^2.7.0", "@parcel/config-default": "^2.8.2",
"@parcel/transformer-sass": "^2.7.0", "@parcel/transformer-sass": "^2.8.2",
"@parcel/transformer-typescript-tsc": "^2.7.0", "@parcel/transformer-typescript-tsc": "^2.8.2",
"@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.37.0", "@typescript-eslint/parser": "^5.48.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0", "@wojtekmaj/enzyme-adapter-react-17": "^0",
"enzyme": "^3.11.0", "enzyme": "^3.11.0",
"eslint": "^8.23.1", "eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.1", "eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.27.4",
"eslint-plugin-jest": "^27.0.4", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8", "eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"flush-promises": "^1.0.2", "flush-promises": "^1.0.2",
"jest": "^29.0.3", "jest": "^29.3.1",
"jest-environment-jsdom": "^29.0.3", "jest-environment-jsdom": "^29.3.1",
"jest-junit": "^14.0.1", "jest-junit": "^14.0.1",
"parcel": "^2.7.0", "parcel": "^2.8.2",
"pluralize": "^8.0.0", "pluralize": "^8.0.0",
"prettier": "^2.7.1", "prettier": "^2.8.2",
"prettier-eslint": "^15.0.1", "prettier-eslint": "^15.0.1",
"process": "^0.11.10", "process": "^0.11.10",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-redux": "^8.0.2", "react-redux": "^8.0.5",
"react-router": "^5.2.0", "react-router": "^5.2.0",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-spring": "^8", "react-spring": "^8",
"redux": "^4.2.0", "redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9", "redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-saga": "^1.2.1", "redux-saga": "^1.2.2",
"spark-md5": "^3.0.2", "spark-md5": "^3.0.2",
"ts-jest": "^29.0.1", "ts-jest": "^29.0.4",
"typescript": "^4.8.3" "typescript": "^4.9.4"
}, },
"devDependencies": { "devDependencies": {
"@types/enzyme": "^3.10.12", "@types/enzyme": "^3.10.12",
"@types/eslint": "^8.4.6", "@types/eslint": "^8.4.10",
"@types/eslint-plugin-prettier": "^3.1.0", "@types/eslint-plugin-prettier": "^3.1.0",
"@types/jest": "^29.0.3", "@types/jest": "^29.2.5",
"@types/pluralize": "^0.0.29", "@types/pluralize": "^0.0.29",
"@types/prettier": "^2.7.0", "@types/prettier": "^2.7.2",
"@types/react": "^17.0.39", "@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.24", "@types/react-redux": "^7.1.25",
"@types/react-router": "^5.1.18", "@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/spark-md5": "^3.0.2" "@types/spark-md5": "^3.0.2"
} }

View File

@@ -1 +1 @@
module.exports = {}; export { };

2129
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,50 +24,50 @@
"dependencies": { "dependencies": {
"@koa/cors": "^3.4.1", "@koa/cors": "^3.4.1",
"@koa/router": "^12.0.0", "@koa/router": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.37.0", "@typescript-eslint/parser": "^5.48.1",
"bcrypt": "^5.0.1", "bcrypt": "^5.1.0",
"chai": "^4.3.6", "chai": "^4.3.7",
"class-validator": "^0.13.2", "class-validator": "^0.14.0",
"concurrently": "^7.4.0", "concurrently": "^7.6.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"deasync": "^0.1.28", "deasync": "^0.1.28",
"eslint": "^8.23.1", "eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.1", "eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.27.4",
"eslint-plugin-mocha": "^10.1.0", "eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"exifreader": "^4.5.1", "exifreader": "^4.9.1",
"hasha": "^5.2.2", "hasha": "^5.2.2",
"husky": "^8.0.1", "husky": "^8.0.3",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^9.0.0",
"koa": "^2.13.4", "koa": "^2.14.1",
"koa-body": "^5.0.0", "koa-body": "^5.0.0",
"koa-jwt": "^4.0.3", "koa-jwt": "^4.0.4",
"koa-logger": "^3.2.1", "koa-logger": "^3.2.1",
"koa-send": "^5.0.1", "koa-send": "^5.0.1",
"koa-sslify": "^5.0.0", "koa-sslify": "^5.0.1",
"koa-static": "^5.0.0", "koa-static": "^5.0.0",
"mime-types": "^2.1.35", "mime-types": "^2.1.35",
"mocha": "^10.0.0", "mocha": "^10.2.0",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"prettier": "^2.7.1", "prettier": "^2.8.2",
"prettier-eslint": "^15.0.1", "prettier-eslint": "^15.0.1",
"sharp": "^0.31.0", "sharp": "^0.31.3",
"supertest": "^6.2.4", "supertest": "^6.3.3",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"ts-node-dev": "^2", "ts-node-dev": "^2",
"tsconfig-paths": "^4.1.0", "tsconfig-paths": "^4.1.2",
"typeorm": "^0.2.41", "typeorm": "^0.2.41",
"typescript": "^4.8.3" "typescript": "^4.9.4"
}, },
"devDependencies": { "devDependencies": {
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "^5.0.0",
"@types/chai": "^4.3.3", "@types/chai": "^4.3.4",
"@types/concurrently": "^6.4.0", "@types/concurrently": "^6.4.0",
"@types/deasync": "^0.1.2", "@types/deasync": "^0.1.2",
"@types/eslint": "^8.4.6", "@types/eslint": "^8.4.10",
"@types/eslint-plugin-prettier": "^3.1.0", "@types/eslint-plugin-prettier": "^3.1.0",
"@types/jsonwebtoken": "^8.5.9", "@types/jsonwebtoken": "^8.5.9",
"@types/koa": "^2.13.5", "@types/koa": "^2.13.5",
@@ -78,12 +78,12 @@
"@types/koa-sslify": "^4.0.3", "@types/koa-sslify": "^4.0.3",
"@types/koa-static": "^4.0.2", "@types/koa-static": "^4.0.2",
"@types/mime-types": "^2.1.1", "@types/mime-types": "^2.1.1",
"@types/mocha": "^9.1.1", "@types/mocha": "^10.0.1",
"@types/mysql": "^2.15.21", "@types/mysql": "^2.15.21",
"@types/prettier": "^2.7.0", "@types/prettier": "^2.7.2",
"@types/sharp": "^0.31.0", "@types/sharp": "^0.31.1",
"@types/supertest": "^2.0.12", "@types/supertest": "^2.0.12",
"mocha-junit-reporter": "^2.1.0" "mocha-junit-reporter": "^2.2.0"
}, },
"husky": { "husky": {
"hooks": { "hooks": {