Compare commits
2 commits
02269d47b9
...
6602cfc421
Author | SHA1 | Date | |
---|---|---|---|
6602cfc421 | |||
505cb7468d |
4 changed files with 373 additions and 364 deletions
File diff suppressed because one or more lines are too long
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue