Skip to content

Commit 04c665f

Browse files
committed
chore(package): Upgrade TS and Prettier.
1 parent 6463a0a commit 04c665f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"husky": "^4.0.0",
2727
"lint-staged": "^10.0.9",
2828
"mocha": "^8.0.0",
29-
"prettier": "~2.1.0",
29+
"prettier": "~2.2.0",
3030
"rimraf": "^3.0.0",
3131
"rxjs": "^6.0.0",
3232
"tslint": "^6.0.0",
3333
"tslint-etc": "^1.5.1",
34-
"typescript": "~4.0.2"
34+
"typescript": "~4.1.2"
3535
},
3636
"homepage": "https://github.com/cartant/rxjs-tslint-rules",
3737
"husky": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,10 +1180,10 @@ please-upgrade-node@^3.2.0:
11801180
dependencies:
11811181
semver-compare "^1.0.0"
11821182

1183-
prettier@~2.1.0:
1184-
version "2.1.2"
1185-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
1186-
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
1183+
prettier@~2.2.0:
1184+
version "2.2.1"
1185+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
1186+
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
11871187

11881188
prompts@~2.3.2:
11891189
version "2.3.2"
@@ -1538,10 +1538,10 @@ type-fest@^0.11.0:
15381538
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
15391539
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
15401540

1541-
typescript@~4.0.2:
1542-
version "4.0.5"
1543-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
1544-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
1541+
typescript@~4.1.2:
1542+
version "4.1.2"
1543+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
1544+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
15451545

15461546
which-module@^2.0.0:
15471547
version "2.0.0"

0 commit comments

Comments
 (0)