summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-30 18:41:33 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-30 16:26:53 -0800
commitb7178e170466dc550e23e9b08dce9d07d9b4974c (patch)
tree4c47d00cd3ea709fed5d4c768168868ddc96186b /package.json
parent38463848885bee38c2d509bbcd2ed453702d9f9f (diff)
Upgrade Prettier to support BigInt syntax in TS
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ef21b5427..df6ae9cfa 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,13 @@
"devDependencies": {
"@types/base64-js": "^1.2.5",
"@types/flatbuffers": "^1.9.0",
- "@types/prettier": "^1.13.2",
+ "@types/prettier": "=1.15.3",
"@types/source-map-support": "^0.4.1",
"@types/text-encoding": "0.0.33",
"base64-js": "^1.3.0",
"flatbuffers": "^1.9.0",
"magic-string": "^0.22.5",
- "prettier": "^1.14.0",
+ "prettier": "=1.15.3",
"rollup": "0.67.0",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-analyzer": "^2.1.0",