Update dependency prettier to v2 (#1916)

* Update dependency prettier to v2

* feat: attempt to use prettier top level

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: guilhermer <guilherme.ribeiro@adyen.com>
This commit is contained in:
renovate[bot]
2023-01-19 12:58:07 +01:00
committed by GitHub
parent 268930f0bd
commit 8c6343acb9
7 changed files with 35 additions and 8 deletions

View File

@@ -1,2 +1,30 @@
node_modules
dist
coverage
*.log*
.env
.env*
stats.json
stats.html
.DS_Store
/*.tgz
# IntelliJ
.idea
*.iml
# Sublime Text
*.sublime-project
*.sublime-workspace
# VSCode
.vscode
# VIM
*.swp
*.swo
# Vagrant
Vagrantfile
.vagrant

View File

@@ -27,5 +27,8 @@
},
"dependencies": {
"concurrently": "^7.6.0"
},
"devDependencies": {
"prettier": "2.8.3"
}
}

View File

@@ -30,7 +30,6 @@
"dotenv": "^16.0.3",
"html-webpack-plugin": "^4.5.2",
"node-sass": "^6.0.1",
"prettier": "^1.19.1",
"sass-loader": "^10.2.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",

View File

@@ -89,7 +89,6 @@
"node-sass": "^6.0.1",
"postcss": "^8.4.7",
"postcss-reporter": "^7.0.5",
"prettier": "^1.19.1",
"rollup": "^2.79.1",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-postcss": "^4.0.2",

View File

@@ -31,7 +31,6 @@
"node-sass": "^6.0.1",
"postcss": "^8.4.7",
"postcss-loader": "^4.3.0",
"prettier": "^1.19.1",
"sass-loader": "^10.2.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",

View File

@@ -21,7 +21,6 @@
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"prettier": "^1.19.1",
"request": "^2.81.0"
},
"dependencies": {}

View File

@@ -10212,10 +10212,10 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
prettier@^1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
prettier@2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632"
integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==
pretty-error@^2.1.1:
version "2.1.2"