Skip to content

Commit 473c61b

Browse files
committed
chore: upgrade deps
1 parent bdf406f commit 473c61b

File tree

6 files changed

+7082
-16460
lines changed

6 files changed

+7082
-16460
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

-363
This file was deleted.

.yarn/releases/yarn-3.3.1.cjs

-823
This file was deleted.

.yarn/releases/yarn-4.0.0-rc.53.cjs

+893
Large diffs are not rendered by default.

.yarnrc.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
logFilters:
2-
- code: YN0013
3-
level: discard
1+
compressionLevel: mixed
42

5-
nodeLinker: node-modules
3+
enableGlobalCache: false
64

7-
plugins:
8-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9-
spec: "@yarnpkg/plugin-interactive-tools"
5+
nodeLinker: node-modules
106

11-
yarnPath: .yarn/releases/yarn-3.3.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.0.0-rc.53.cjs

package.json

+17-15
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,30 @@
77
],
88
"scripts": {
99
"postinstall": "husky install",
10-
"upgradeDeps": "yarn upgrade-interactive",
11-
"upgradeYarn": "yarn set version latest",
12-
"cleanDeps": "cd frontend && rimraf node_modules && cd ../backend && rimraf node_modules && cd .. && rimraf node_modules",
13-
"lint": "yarn prettier --write .",
10+
"upgrade:deps": "yarn upgrade-interactive",
11+
"upgrade:yarn": "yarn set version latest",
12+
"clean:deps": "cd frontend && rimraf node_modules && cd ../backend && rimraf node_modules && cd .. && rimraf node_modules",
13+
"format": "yarn prettier",
14+
"format:fix": "yarn prettier --write .",
15+
"lint": "yarn workspaces foreach --all --parallel run lint",
1416
"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\"",
15-
"build": "cd frontend && cross-env INLINE_RUNTIME_CHUNK=false GENERATE_SOURCEMAP=false yarn build",
17+
"build": "cd frontend && cross-env GENERATE_SOURCEMAP=false yarn build",
1618
"prod": "cd backend && cross-env NODE_ENV=production ZU_SECURE_HEADERS=false yarn start",
1719
"release": "standard-version && git push --follow-tags origin main && git add CHANGELOG.md",
1820
"commit": "yarn git-cz"
1921
},
2022
"devDependencies": {
21-
"@commitlint/cli": "^17.0.3",
22-
"@commitlint/config-conventional": "^17.0.3",
23-
"commitizen": "^4.2.5",
24-
"concurrently": "^7.3.0",
23+
"@commitlint/cli": "^17.7.2",
24+
"@commitlint/config-conventional": "^17.7.0",
25+
"commitizen": "^4.3.0",
26+
"concurrently": "^8.2.1",
2527
"cross-env": "^7.0.3",
2628
"cz-conventional-changelog": "^3.3.0",
27-
"husky": "^8.0.1",
28-
"lint-staged": "^13.0.3",
29-
"nodemon": "^2.0.19",
30-
"prettier": "^2.7.1",
31-
"rimraf": "^3.0.2",
29+
"husky": "^8.0.3",
30+
"lint-staged": "^14.0.1",
31+
"nodemon": "^3.0.1",
32+
"prettier": "^3.0.3",
33+
"rimraf": "^5.0.5",
3234
"standard-version": "^9.5.0"
3335
},
3436
"prettier": {
@@ -52,5 +54,5 @@
5254
"yarn prettier --write"
5355
]
5456
},
55-
"packageManager": "yarn@3.3.1"
57+
"packageManager": "yarn@4.0.0-rc.53"
5658
}

0 commit comments

Comments
 (0)