chore: upgrade packages

This commit is contained in:
dec0dOS 2022-06-12 17:06:18 +03:00
parent d67a587db0
commit 4030e89bfa
4 changed files with 849 additions and 239 deletions

View file

@ -5,16 +5,16 @@
"start": "node ./bin/www" "start": "node ./bin/www"
}, },
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.27.2",
"compression": "^1.7.4", "compression": "^1.7.4",
"debug": "~4.3.1", "debug": "~4.3.4",
"dotenv": "^10.0.0", "dotenv": "^16.0.1",
"express": "~4.17.1", "express": "~4.18.1",
"express-bearer-token": "^2.4.0", "express-bearer-token": "^2.4.0",
"helmet": "^4.6.0", "helmet": "^5.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lowdb": "^1.0.0", "lowdb": "^1.0.0",
"morgan": "~1.10.0", "morgan": "~1.10.0",
"pbkdf2-wrapper": "^1.3.2" "pbkdf2-wrapper": "^1.3.4"
} }
} }

View file

@ -7,7 +7,7 @@
"@material-ui/icons": "^4.11.2", "@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4", "@material-ui/styles": "^4.11.4",
"@uiw/react-codemirror": "^3.1.0", "@uiw/react-codemirror": "^3.1.0",
"axios": "^0.21.1", "axios": "^0.27.2",
"codemirror": "^5.62.3", "codemirror": "^5.62.3",
"eslint-config-react-app": "^6.0.0", "eslint-config-react-app": "^6.0.0",
"history": "^5.0.1", "history": "^5.0.1",

View file

@ -17,18 +17,18 @@
"commit": "yarn git-cz" "commit": "yarn git-cz"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^15.0.0", "@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^15.0.0", "@commitlint/config-conventional": "^17.0.2",
"commitizen": "^4.2.4", "commitizen": "^4.2.4",
"concurrently": "^6.2.1", "concurrently": "^7.2.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4", "husky": "^8.0.1",
"lint-staged": "^12.1.3", "lint-staged": "^13.0.1",
"nodemon": "^2.0.15", "nodemon": "^2.0.16",
"prettier": "^2.5.1", "prettier": "^2.6.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"standard-version": "^9.3.1" "standard-version": "^9.5.0"
}, },
"prettier": { "prettier": {
"trailingComma": "es5", "trailingComma": "es5",

1058
yarn.lock

File diff suppressed because it is too large Load diff