chore: update dev deps

This commit is contained in:
dec0dOS 2021-08-24 15:59:22 +03:00
parent 81911315b1
commit 95bdf334c5
4 changed files with 647 additions and 431 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,7 @@
yarnPath: ".yarn/releases/yarn-berry.cjs"
nodeLinker: node-modules nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-berry.cjs

View file

@ -8,7 +8,7 @@
"scripts": { "scripts": {
"postinstall": "husky install", "postinstall": "husky install",
"installDeps": "cd frontend && yarn install && cd ../backend && yarn install", "installDeps": "cd frontend && yarn install && cd ../backend && yarn install",
"upgradeDeps": "npx npm-check-updates --upgrade && yarn install && yarn upgrade && cd frontend && npx npm-check-updates --upgrade && yarn install && yarn upgrade && cd ../backend && npx npm-check-updates --upgrade && yarn install && yarn upgrade", "upgradeDeps": "npx yarn-upgrade-all && cd frontend && npx yarn-upgrade-all && cd ../backend && npx yarn-upgrade-all",
"cleanDeps": "cd frontend && rimraf node_modules && cd ../backend && rimraf node_modules && cd .. && rimraf node_modules", "cleanDeps": "cd frontend && rimraf node_modules && cd ../backend && rimraf node_modules && cd .. && rimraf node_modules",
"dev": "concurrently \"cd frontend && cross-env FAST_REFRESH=true yarn start\" \"cd backend && cross-env NODE_ENV=development ZU_DEFAULT_USERNAME=admin ZU_DEFAULT_PASSWORD=zero-ui nodemon ./bin/www --ignore data/db.json\"", "dev": "concurrently \"cd frontend && cross-env FAST_REFRESH=true yarn start\" \"cd backend && cross-env NODE_ENV=development ZU_DEFAULT_USERNAME=admin ZU_DEFAULT_PASSWORD=zero-ui nodemon ./bin/www --ignore data/db.json\"",
"build": "cd frontend && cross-env INLINE_RUNTIME_CHUNK=false GENERATE_SOURCEMAP=false yarn build", "build": "cd frontend && cross-env INLINE_RUNTIME_CHUNK=false GENERATE_SOURCEMAP=false yarn build",
@ -17,18 +17,18 @@
"commit": "yarn git-cz" "commit": "yarn git-cz"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^12.1.4", "@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^12.1.4", "@commitlint/config-conventional": "^13.1.0",
"commitizen": "^4.2.4", "commitizen": "^4.2.4",
"concurrently": "^6.1.0", "concurrently": "^6.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": "^6.0.0", "husky": "^7.0.1",
"lint-staged": "^11.0.0", "lint-staged": "^11.1.2",
"nodemon": "^2.0.7", "nodemon": "^2.0.12",
"prettier": "^2.3.0", "prettier": "^2.3.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"standard-version": "^9.3.0" "standard-version": "^9.3.1"
}, },
"prettier": { "prettier": {
"trailingComma": "es5", "trailingComma": "es5",

690
yarn.lock

File diff suppressed because it is too large Load diff