Update prettier in package.json
CI Pipeline / test (20) (pull_request) Successful in 2m37s
CI Pipeline / test (18) (pull_request) Successful in 3m19s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m30s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m48s
CI Pipeline / e2e (chromium) (pull_request) Successful in 10m39s
CI Pipeline / visual-regression (pull_request) Successful in 6m10s
CI Pipeline / performance (pull_request) Successful in 3m58s
CI Pipeline / lint (pull_request) Successful in 1m7s
CI Pipeline / storybook (pull_request) Successful in 1m40s
CI Pipeline / build (pull_request) Successful in 1m43s
CI Pipeline / test (20) (pull_request) Successful in 2m37s
CI Pipeline / test (18) (pull_request) Successful in 3m19s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m30s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m48s
CI Pipeline / e2e (chromium) (pull_request) Successful in 10m39s
CI Pipeline / visual-regression (pull_request) Successful in 6m10s
CI Pipeline / performance (pull_request) Successful in 3m58s
CI Pipeline / lint (pull_request) Successful in 1m7s
CI Pipeline / storybook (pull_request) Successful in 1m40s
CI Pipeline / build (pull_request) Successful in 1m43s
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
0 verbose cli /Users/Vinod/.nvm/versions/node/v18.20.8/bin/node /Users/Vinod/.nvm/versions/node/v18.20.8/lib/node_modules/npm/bin/npm-cli.js
|
||||
1 info using npm@10.8.2
|
||||
2 info using node@v18.20.8
|
||||
3 silly config load:file:/Users/Vinod/.nvm/versions/node/v18.20.8/lib/node_modules/npm/npmrc
|
||||
4 silly config load:file:/Users/Vinod/Documents/GitHub/community-rule/.npmrc
|
||||
5 silly config load:file:/Users/Vinod/.npmrc
|
||||
6 silly config load:file:/Users/Vinod/.nvm/versions/node/v18.20.8/etc/npmrc
|
||||
7 verbose title npm exec prettier --write .
|
||||
8 verbose argv "exec" "--" "prettier" "--write" "."
|
||||
9 verbose logfile logs-max:10 dir:/Users/Vinod/Documents/GitHub/community-rule/.npm-cache/_logs/2025-12-11T17_35_22_890Z-
|
||||
10 verbose logfile /Users/Vinod/Documents/GitHub/community-rule/.npm-cache/_logs/2025-12-11T17_35_22_890Z-debug-0.log
|
||||
11 silly logfile done cleaning log files
|
||||
12 verbose cwd /Users/Vinod/Documents/GitHub/community-rule
|
||||
13 verbose os Darwin 24.6.0
|
||||
14 verbose node v18.20.8
|
||||
15 verbose npm v10.8.2
|
||||
16 verbose exit 0
|
||||
17 info ok
|
||||
Generated
+17
@@ -52,6 +52,7 @@
|
||||
"msw": "^2.10.5",
|
||||
"playwright": "^1.54.2",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.7.4",
|
||||
"start-server-and-test": "^2.0.13",
|
||||
"storybook": "^8.3.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
@@ -23041,6 +23042,22 @@
|
||||
"node": ">= 0.8.0"
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.7.4",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
|
||||
"integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/pretty-error": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user