Compare commits

...

2 commits

Author SHA1 Message Date
6602cfc421 chore(deps): update dependency prettier to v3
Some checks failed
ci/woodpecker/pr/checks Pipeline failed
2024-10-19 20:01:53 +00:00
505cb7468d chore(deps): update yarn to v4.5.1
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2024-10-18 17:01:45 +00:00
4 changed files with 373 additions and 364 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
nodeLinker: pnp nodeLinker: pnp
yarnPath: .yarn/releases/yarn-4.5.0.cjs yarnPath: .yarn/releases/yarn-4.5.1.cjs
enableGlobalCache: false enableGlobalCache: false

View file

@ -45,7 +45,7 @@
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.8.8", "prettier": "3.3.3",
"rimraf": "6.0.1", "rimraf": "6.0.1",
"rollup": "4.24.0", "rollup": "4.24.0",
"rollup-plugin-styles": "4.0.0", "rollup-plugin-styles": "4.0.0",
@ -54,5 +54,5 @@
"semver": "7.6.3", "semver": "7.6.3",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"packageManager": "yarn@4.5.0" "packageManager": "yarn@4.5.1"
} }

View file

@ -4393,12 +4393,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"prettier@npm:2.8.8": "prettier@npm:3.3.3":
version: 2.8.8 version: 3.3.3
resolution: "prettier@npm:2.8.8" resolution: "prettier@npm:3.3.3"
bin: bin:
prettier: bin-prettier.js prettier: bin/prettier.cjs
checksum: 10c0/463ea8f9a0946cd5b828d8cf27bd8b567345cf02f56562d5ecde198b91f47a76b7ac9eae0facd247ace70e927143af6135e8cf411986b8cb8478784a4d6d724a checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
languageName: node languageName: node
linkType: hard linkType: hard
@ -5248,7 +5248,7 @@ __metadata:
eslint-plugin-prettier: "npm:4.2.1" eslint-plugin-prettier: "npm:4.2.1"
fs-extra: "npm:11.2.0" fs-extra: "npm:11.2.0"
npm-run-all: "npm:4.1.5" npm-run-all: "npm:4.1.5"
prettier: "npm:2.8.8" prettier: "npm:3.3.3"
rimraf: "npm:6.0.1" rimraf: "npm:6.0.1"
rollup: "npm:4.24.0" rollup: "npm:4.24.0"
rollup-plugin-styles: "npm:4.0.0" rollup-plugin-styles: "npm:4.0.0"