mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
ci: Use the same version of prettier across the repo (no-changelog) (#5269)
This commit is contained in:
parent
b03e358a12
commit
92ae9885ce
|
@ -68,6 +68,7 @@
|
|||
"ejs": "^3.1.8",
|
||||
"fork-ts-checker-webpack-plugin": "^6.0.4",
|
||||
"jsonwebtoken": "9.0.0",
|
||||
"prettier": "^2.8.3",
|
||||
"cpy@8>globby": "^11.1.0",
|
||||
"qqjs>globby": "^11.1.0"
|
||||
},
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"n8n-workflow": "~0.133.2",
|
||||
"normalize-wheel": "^1.0.1",
|
||||
"pinia": "^2.0.22",
|
||||
"prettier": "^2.8.2",
|
||||
"prettier": "^2.8.3",
|
||||
"prismjs": "^1.17.1",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"timeago.js": "^4.0.2",
|
||||
|
|
|
@ -9,6 +9,7 @@ overrides:
|
|||
ejs: ^3.1.8
|
||||
fork-ts-checker-webpack-plugin: ^6.0.4
|
||||
jsonwebtoken: 9.0.0
|
||||
prettier: ^2.8.3
|
||||
cpy@8>globby: ^11.1.0
|
||||
qqjs>globby: ^11.1.0
|
||||
|
||||
|
@ -573,7 +574,7 @@ importers:
|
|||
n8n-workflow: ~0.133.2
|
||||
normalize-wheel: ^1.0.1
|
||||
pinia: ^2.0.22
|
||||
prettier: ^2.8.2
|
||||
prettier: ^2.8.3
|
||||
prismjs: ^1.17.1
|
||||
sass: ^1.55.0
|
||||
sass-loader: ^10.1.1
|
||||
|
@ -637,7 +638,7 @@ importers:
|
|||
n8n-workflow: link:../workflow
|
||||
normalize-wheel: 1.0.1
|
||||
pinia: 2.0.23_vj744rb3neneiaeb3oalctaenu
|
||||
prettier: 2.8.2
|
||||
prettier: 2.8.3
|
||||
prismjs: 1.29.0
|
||||
stream-browserify: 3.0.0
|
||||
timeago.js: 4.0.2
|
||||
|
@ -5401,7 +5402,7 @@ packages:
|
|||
js-string-escape: 1.0.1
|
||||
loader-utils: 2.0.4
|
||||
lodash: 4.17.21
|
||||
prettier: 2.3.0
|
||||
prettier: 2.8.3
|
||||
ts-dedent: 2.2.0
|
||||
transitivePeerDependencies:
|
||||
- '@babel/core'
|
||||
|
@ -5529,7 +5530,7 @@ packages:
|
|||
global: 4.4.0
|
||||
loader-utils: 2.0.4
|
||||
lodash: 4.17.21
|
||||
prettier: 2.3.0
|
||||
prettier: 2.8.3
|
||||
react: 17.0.2
|
||||
react-dom: 18.2.0_react@17.0.2
|
||||
regenerator-runtime: 0.13.11
|
||||
|
@ -11450,7 +11451,7 @@ packages:
|
|||
indefinite: 2.4.1
|
||||
pascal-case: 3.1.2
|
||||
pluralize: 8.0.0
|
||||
prettier: 2.7.1
|
||||
prettier: 2.8.3
|
||||
sentence-case: 3.0.4
|
||||
title-case: 3.0.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -18020,29 +18021,10 @@ packages:
|
|||
fast-diff: 1.2.0
|
||||
dev: true
|
||||
|
||||
/prettier/2.3.0:
|
||||
resolution: {integrity: sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/prettier/2.7.1:
|
||||
resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/prettier/2.8.2:
|
||||
resolution: {integrity: sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/prettier/2.8.3:
|
||||
resolution: {integrity: sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/pretty-bytes/5.6.0:
|
||||
resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}
|
||||
|
|
Loading…
Reference in a new issue