mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
chore: upgrade packages
This commit is contained in:
parent
d67a587db0
commit
4030e89bfa
4 changed files with 849 additions and 239 deletions
|
@ -5,16 +5,16 @@
|
|||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"axios": "^0.27.2",
|
||||
"compression": "^1.7.4",
|
||||
"debug": "~4.3.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "~4.17.1",
|
||||
"debug": "~4.3.4",
|
||||
"dotenv": "^16.0.1",
|
||||
"express": "~4.18.1",
|
||||
"express-bearer-token": "^2.4.0",
|
||||
"helmet": "^4.6.0",
|
||||
"helmet": "^5.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lowdb": "^1.0.0",
|
||||
"morgan": "~1.10.0",
|
||||
"pbkdf2-wrapper": "^1.3.2"
|
||||
"pbkdf2-wrapper": "^1.3.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"@material-ui/icons": "^4.11.2",
|
||||
"@material-ui/styles": "^4.11.4",
|
||||
"@uiw/react-codemirror": "^3.1.0",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "^0.27.2",
|
||||
"codemirror": "^5.62.3",
|
||||
"eslint-config-react-app": "^6.0.0",
|
||||
"history": "^5.0.1",
|
||||
|
|
16
package.json
16
package.json
|
@ -17,18 +17,18 @@
|
|||
"commit": "yarn git-cz"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^15.0.0",
|
||||
"@commitlint/config-conventional": "^15.0.0",
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"commitizen": "^4.2.4",
|
||||
"concurrently": "^6.2.1",
|
||||
"concurrently": "^7.2.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.1.3",
|
||||
"nodemon": "^2.0.15",
|
||||
"prettier": "^2.5.1",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.1",
|
||||
"nodemon": "^2.0.16",
|
||||
"prettier": "^2.6.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"standard-version": "^9.3.1"
|
||||
"standard-version": "^9.5.0"
|
||||
},
|
||||
"prettier": {
|
||||
"trailingComma": "es5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue