aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-21 19:40:09 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-21 19:41:17 +0100
commit47c0e463d37e60104b9d7ab6b51d70cefe3dfcb9 (patch)
tree43a11e2e023e5804a71944dc4eac35e569f877dd /package.json
parentchore: yarn tsserver sdk support (diff)
downloadrefinery-47c0e463d37e60104b9d7ab6b51d70cefe3dfcb9.tar.gz
refinery-47c0e463d37e60104b9d7ab6b51d70cefe3dfcb9.tar.zst
refinery-47c0e463d37e60104b9d7ab6b51d70cefe3dfcb9.zip
chore: bump typescript to 4.5
Also requires yarn 3.2.0-rc.5 due to https://github.com/yarnpkg/berry/issues/3722
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ef9320d5..a1ce9857 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,8 @@
7 ], 7 ],
8 "devDependencies": { 8 "devDependencies": {
9 "eslint": "^8.3.0", 9 "eslint": "^8.3.0",
10 "typescript": "~4.4.4", 10 "stylelint": "^14.1.0",
11 "stylelint": "^14.1.0" 11 "typescript": "~4.5.2"
12 }, 12 },
13 "packageManager": "yarn@3.1.0" 13 "packageManager": "yarn@3.2.0-rc.5"
14} 14}