mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-09 23:51:22 +00:00
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:
@@ -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
|
||||
@@ -27,5 +27,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"concurrently": "^7.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "2.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user