Skip to content

Commit 5617cef

Browse files
committed
update sucrase
1 parent c63fbfe commit 5617cef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A production-focused playground for live editing React code",
55
"main": "dist/react-live.cjs.js",
66
"typings": "./typings/react-live.d.ts",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"prism-react-renderer": "^1.2.1",
23-
"sucrase": "^3.20.3",
23+
"sucrase": "^3.21.0",
2424
"use-editable": "^2.3.3"
2525
},
2626
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11016,10 +11016,10 @@ stylis@^3.5.0:
1101611016
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
1101711017
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
1101811018

11019-
sucrase@^3.20.3:
11020-
version "3.20.3"
11021-
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.20.3.tgz#424f1e75b77f955724b06060f1ae708f5f0935cf"
11022-
integrity sha512-azqwq0/Bs6RzLAdb4dXxsCgMtAaD2hzmUr4UhSfsxO46JFPAwMnnb441B/qsudZiS6Ylea3JXZe3Q497lsgXzQ==
11019+
sucrase@^3.21.0:
11020+
version "3.21.0"
11021+
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.21.0.tgz#6a5affdbe716b22e4dc99c57d366ad0d216444b9"
11022+
integrity sha512-FjAhMJjDcifARI7bZej0Bi1yekjWQHoEvWIXhLPwDhC6O4iZ5PtGb86WV56riW87hzpgB13wwBKO9vKAiWu5VQ==
1102311023
dependencies:
1102411024
commander "^4.0.0"
1102511025
glob "7.1.6"

0 commit comments

Comments
 (0)