v7.0.0-beta.48

This commit is contained in:
Henry Zhu
2018-05-24 15:20:31 -04:00
parent 86aacad2bc
commit e6d198eef5
145 changed files with 872 additions and 872 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-json-strings",
"version": "7.0.0-beta.47",
"version": "7.0.0-beta.48",
"description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings",
"license": "MIT",
@@ -9,12 +9,12 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.47"
"@babel/helper-plugin-utils": "7.0.0-beta.48"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.47"
"@babel/core": "7.0.0-beta.48"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47"
"@babel/core": "7.0.0-beta.48"
}
}