get sub-packages prettier deps in sync with canvas-lms

or you'll be in code-formatting wars

closes MAT-197
flag=none

test plan: n/a

Change-Id: I26e05aca06464b2190f27ec3449a639979a95e50
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/265316
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jackson Howe <jackson.howe@instructure.com>
QA-Review: Ed Schiebel <eschiebel@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
This commit is contained in:
Ed Schiebel 2021-05-19 16:51:57 -04:00
parent 7e2681b893
commit cbbde2822b
3 changed files with 9 additions and 12 deletions

View File

@ -169,7 +169,7 @@
"mocha-multi-reporters": "^1.1.7", "mocha-multi-reporters": "^1.1.7",
"moxios": "^0.4", "moxios": "^0.4",
"nyc": "^13", "nyc": "^13",
"prettier": "^1.12.1", "prettier": "^2.2.1",
"proxyquire": "1.7.4", "proxyquire": "1.7.4",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"sinon": "^7", "sinon": "^7",

View File

@ -1,7 +1,9 @@
{ {
"name": "@instructure/translations", "name": "@instructure/translations",
"version": "1.0.0", "version": "1.0.0",
"engines": {"node": ">= 10.10"}, "engines": {
"node": ">= 10.10"
},
"description": "Contains translations to be used by other packages", "description": "Contains translations to be used by other packages",
"directories": { "directories": {
"lib": "lib" "lib": "lib"
@ -13,6 +15,6 @@
}, },
"devDependencies": { "devDependencies": {
"jest": "^24", "jest": "^24",
"prettier": "^1" "prettier": "^2"
} }
} }

View File

@ -20929,15 +20929,10 @@ prettier-linter-helpers@^1.0.0:
dependencies: dependencies:
fast-diff "^1.1.2" fast-diff "^1.1.2"
prettier@>=1.10, prettier@^2.2.1: prettier@>=1.10, prettier@^2, prettier@^2.2.1:
version "2.2.1" version "2.3.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
prettier@^1, prettier@^1.12.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.0.5: prettier@~2.0.5:
version "2.0.5" version "2.0.5"