Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
92145945
Commit
92145945
authored
Jun 24, 2019
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use babel 7
parent
9002951f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
package.json
remix-simulator/package.json
+10
-6
package.json
remix-tests/package.json
+2
-2
No files found.
remix-simulator/package.json
View file @
92145945
{
"name"
:
"remix-simulator"
,
"version"
:
"0.1.8-alpha"
,
"version"
:
"0.1.8-alpha
.1
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
@@ -30,10 +30,14 @@
"web3"
:
"1.0.0-beta.27"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.4.5"
,
"babel-eslint"
:
"^7.1.1"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-preset-es2017"
:
"^6.24.1"
,
"babelify"
:
"^7.3.0"
,
"@babel/plugin-transform-object-assign"
:
"^7.2.0"
,
"@babel/preset-env"
:
"^7.4.5"
,
"@babel/preset-es2015"
:
"latest"
,
"@babel/preset-es2017"
:
"latest"
,
"@babel/preset-stage-0"
:
"^7.0.0"
,
"babelify"
:
"^10.0.0"
,
"mocha"
:
"^5.2.0"
,
"standard"
:
"^10.0.3"
},
...
...
@@ -78,7 +82,7 @@
}
}
],
"transform-object-assign"
"
module:@babel/plugin-
transform-object-assign"
]
}
],
...
...
@@ -86,7 +90,7 @@
"babelify"
,
{
"presets"
:
[
"
es2017
"
"
@babel/preset-env
"
]
}
]
...
...
remix-tests/package.json
View file @
92145945
{
"name"
:
"remix-tests"
,
"version"
:
"0.1.1
0
"
,
"version"
:
"0.1.1
1
"
,
"description"
:
"Tests for the Ethereum tool suite Remix"
,
"main"
:
"./dist/index.js"
,
"types"
:
"./dist/index.d.ts"
,
...
...
@@ -43,7 +43,7 @@
"colors"
:
"^1.1.2"
,
"commander"
:
"^2.13.0"
,
"remix-lib"
:
"0.4.7"
,
"remix-simulator"
:
"0.1.8-alpha"
,
"remix-simulator"
:
"0.1.8-alpha
.1
"
,
"remix-solidity"
:
"0.3.8"
,
"signale"
:
"^1.2.1"
,
"web3"
:
"1.0.0-beta.36"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment