Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
eb1e3688
Commit
eb1e3688
authored
Sep 19, 2018
by
Jaden DIEFENBAUGH
Browse files
upgrade all deps, move to babel 7 packages & clean babel setup
parent
351fe25b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
conda/js/.babelrc
View file @
eb1e3688
{
"plugins": [
"syntax-object-rest-spread",
"transform-object-rest-spread",
"transform-class-properties",
"syntax-dynamic-import"
"@babel/plugin-syntax-flow",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties"
],
"presets": [
"react",
"
@babel/preset-
react",
[
"env",
"
@babel/preset-
env",
{
"modules": false,
"debug": true,
...
...
@@ -19,12 +18,12 @@
]
}
}
]
],
"@babel/preset-flow"
],
"env": {
"test": {
"plugins": [
"istanbul"
]
}
},
...
...
conda/js/package-lock.json
View file @
eb1e3688
This diff is collapsed.
Click to expand it.
conda/js/package.json
View file @
eb1e3688
...
...
@@ -22,84 +22,82 @@
"author"
:
""
,
"license"
:
"MIT"
,
"devDependencies"
:
{
"babel-core"
:
"^6.26.3"
,
"babel-eslint"
:
"^8.2.6"
,
"babel-loader"
:
"^7.1.5"
,
"babel-plugin-dynamic-import-webpack"
:
"^1.0.2"
,
"babel-plugin-istanbul"
:
"^4.1.6"
,
"babel-plugin-syntax-dynamic-import"
:
"^6.18.0"
,
"babel-plugin-syntax-object-rest-spread"
:
"^6.13.0"
,
"babel-plugin-transform-class-properties"
:
"^6.24.1"
,
"babel-plugin-transform-object-rest-spread"
:
"^6.26.0"
,
"babel-preset-env"
:
"^1.7.0"
,
"babel-preset-react"
:
"^6.24.1"
,
"@babel/core"
:
"^7.1.0"
,
"@babel/plugin-proposal-class-properties"
:
"^7.1.0"
,
"@babel/plugin-proposal-object-rest-spread"
:
"^7.0.0"
,
"@babel/plugin-syntax-flow"
:
"^7.0.0"
,
"@babel/preset-env"
:
"^7.1.0"
,
"@babel/preset-flow"
:
"^7.0.0"
,
"@babel/preset-react"
:
"^7.0.0"
,
"babel-eslint"
:
"^9.0.0"
,
"babel-loader"
:
"^8.0.2"
,
"chai"
:
"^4.1.2"
,
"chai-enzyme"
:
"^1.0.0-beta.1"
,
"cross-env"
:
"^5.2.0"
,
"css-loader"
:
"^1.0.0"
,
"deep-equal-in-any-order"
:
"^1.0.10"
,
"enzyme"
:
"^3.
3
.0"
,
"enzyme-adapter-react-16"
:
"^1.
1.1
"
,
"eslint"
:
"^5.
2
.0"
,
"enzyme"
:
"^3.
6
.0"
,
"enzyme-adapter-react-16"
:
"^1.
5.0
"
,
"eslint"
:
"^5.
6
.0"
,
"eslint-plugin-compat"
:
"^2.5.1"
,
"eslint-plugin-flowtype"
:
"^2.50.
0
"
,
"eslint-plugin-import"
:
"^2.1
3
.0"
,
"eslint-plugin-react"
:
"^7.1
0.0
"
,
"flow-bin"
:
"^0.
77
.0"
,
"eslint-plugin-flowtype"
:
"^2.50.
1
"
,
"eslint-plugin-import"
:
"^2.1
4
.0"
,
"eslint-plugin-react"
:
"^7.1
1.1
"
,
"flow-bin"
:
"^0.
81
.0"
,
"html-webpack-plugin"
:
"^3.2.0"
,
"husky"
:
"^0.14.3"
,
"karma"
:
"^
2
.0.
4
"
,
"karma"
:
"^
3
.0.
0
"
,
"karma-chrome-launcher"
:
"^2.2.0"
,
"karma-coverage"
:
"^1.1.2"
,
"karma-firefox-launcher"
:
"^1.1.0"
,
"karma-mocha"
:
"^1.3.0"
,
"karma-mocha-reporter"
:
"^2.2.5"
,
"karma-sourcemap-loader"
:
"^0.3.7"
,
"karma-webpack"
:
"^3.0.
0
"
,
"karma-webpack"
:
"^3.0.
5
"
,
"mocha"
:
"^5.2.0"
,
"postcss"
:
"^
6
.0.2
3
"
,
"postcss-cli"
:
"^
5
.0.
1
"
,
"postcss"
:
"^
7
.0.2"
,
"postcss-cli"
:
"^
6
.0.
0
"
,
"postcss-cssnext"
:
"^3.1.0"
,
"postcss-loader"
:
"^
2.1.6
"
,
"postcss-loader"
:
"^
3.0.0
"
,
"postcss-smart-import"
:
"^0.7.6"
,
"react-hot-loader"
:
"^4.3.
3
"
,
"react-popper"
:
"^
0.
10.
4
"
,
"react-test-renderer"
:
"^16.
4.1
"
,
"react-hot-loader"
:
"^4.3.
8
"
,
"react-popper"
:
"^1
.
0.
2
"
,
"react-test-renderer"
:
"^16.
5.2
"
,
"redux-devtools"
:
"^3.4.1"
,
"rimraf"
:
"^2.6.2"
,
"selenium-webdriver"
:
"^4.0.0-alpha.1"
,
"sinon"
:
"^6.
1
.4"
,
"style-loader"
:
"^0.2
1
.0"
,
"stylelint"
:
"^9.
3
.0"
,
"sinon"
:
"^6.
3
.4"
,
"style-loader"
:
"^0.2
3
.0"
,
"stylelint"
:
"^9.
5
.0"
,
"stylelint-config-standard"
:
"^18.2.0"
,
"svg-inline-loader"
:
"^0.8.0"
,
"tern-jsx"
:
"^1.0.3"
,
"
uglifyjs
-webpack-plugin"
:
"^1.
2.7
"
,
"webpack"
:
"^4.1
6.2
"
,
"
terser
-webpack-plugin"
:
"^1.
1.0
"
,
"webpack"
:
"^4.1
9.1
"
,
"webpack-cli"
:
"^3.1.0"
,
"webpack-dev-server"
:
"^3.1.
5
"
,
"webpack-dev-server"
:
"^3.1.
8
"
,
"webpack-visualizer-plugin"
:
"^0.1.11"
,
"worker-loader"
:
"^2.0.0"
},
"dependencies"
:
{
"ajv"
:
"^6.5.
2
"
,
"ajv"
:
"^6.5.
3
"
,
"bootstrap"
:
"^4.1.3"
,
"classnames"
:
"^2.2.6"
,
"d3"
:
"^5.
5
.0"
,
"d3"
:
"^5.
7
.0"
,
"fast-copy"
:
"^1.2.2"
,
"fast-levenshtein"
:
"^2.0.6"
,
"fuse.js"
:
"^3.2.1"
,
"prop-types"
:
"^15.6.2"
,
"react"
:
"^16.
4.1
"
,
"react-contextmenu"
:
"^2.9.
2
"
,
"react-dom"
:
"^16.
4.1
"
,
"react"
:
"^16.
5.2
"
,
"react-contextmenu"
:
"^2.9.
3
"
,
"react-dom"
:
"^16.
5.2
"
,
"react-redux"
:
"^5.0.7"
,
"react-router-dom"
:
"^4.3.1"
,
"react-transition-group"
:
"^2.4.0"
,
"reactstrap"
:
"^6.
3
.0"
,
"reactstrap"
:
"^6.
4
.0"
,
"redux"
:
"^4.0.0"
,
"redux-thunk"
:
"^2.3.0"
,
"reselect"
:
"^3.0.1"
,
"throttle-debounce"
:
"^2.0.
0
"
"throttle-debounce"
:
"^2.0.
1
"
}
}
conda/js/src/components/toolchain/ToolchainEditor.spec.jsx
View file @
eb1e3688
...
...
@@ -639,7 +639,7 @@ describe('<ToolchainEditor />', function() {
});
});
describe
.
only
(
'
Insert Object Modal
'
,
()
=>
{
describe
(
'
Insert Object Modal
'
,
()
=>
{
const
timeout
=
(
ms
)
=>
{
return
new
Promise
(
resolve
=>
setTimeout
(
resolve
,
ms
));
}
...
...
conda/js/webpack.config.js
View file @
eb1e3688
...
...
@@ -3,7 +3,7 @@ const { resolve } = require('path');
var
webpack
=
require
(
'
webpack
'
)
const
VisualizerPlugin
=
require
(
'
webpack-visualizer-plugin
'
);
const
HtmlWebpackPlugin
=
require
(
'
html-webpack-plugin
'
);
const
UglifyJs
Plugin
=
require
(
'
uglifyjs
-webpack-plugin
'
)
const
Terser
Plugin
=
require
(
'
terser
-webpack-plugin
'
)
const
dist
=
resolve
(
__dirname
,
'
../../beat/editor/js
'
);
...
...
@@ -153,4 +153,7 @@ if (process.env.NODE_ENV === 'production') {
}
}),
].
concat
(
module
.
exports
.
plugins
);
module
.
exports
.
optimization
=
{
minimizer
:
[
new
TerserPlugin
()]
};
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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