Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meshviewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
meshviewer
Commits
fd9eab72
Unverified
Commit
fd9eab72
authored
6 years ago
by
Xaver Maierhofer
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Libary updates gulp4, eslint, d3js, leaflet
parent
8bf34987
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
app.js
+11
-11
11 additions, 11 deletions
app.js
package.json
+15
-15
15 additions, 15 deletions
package.json
yarn.lock
+411
-444
411 additions, 444 deletions
yarn.lock
with
437 additions
and
470 deletions
app.js
+
11
−
11
View file @
fd9eab72
...
...
@@ -9,21 +9,21 @@ require.config({
'
moment
'
:
'
../node_modules/moment/moment
'
,
// d3 modules indirect dependencies
// by d3-zoom: d3-drag
'
d3-ease
'
:
'
../node_modules/d3-ease/
build
/d3-ease
'
,
'
d3-transition
'
:
'
../node_modules/d3-transition/
build
/d3-transition
'
,
'
d3-color
'
:
'
../node_modules/d3-color/
build
/d3-color
'
,
'
d3-interpolate
'
:
'
../node_modules/d3-interpolate/
build
/d3-interpolate
'
,
'
d3-ease
'
:
'
../node_modules/d3-ease/
dist
/d3-ease
'
,
'
d3-transition
'
:
'
../node_modules/d3-transition/
dist
/d3-transition
'
,
'
d3-color
'
:
'
../node_modules/d3-color/
dist
/d3-color
'
,
'
d3-interpolate
'
:
'
../node_modules/d3-interpolate/
dist
/d3-interpolate
'
,
// by d3-force
'
d3-collection
'
:
'
../node_modules/d3-collection/
build
/d3-collection
'
,
'
d3-dispatch
'
:
'
../node_modules/d3-dispatch/
build
/d3-dispatch
'
,
'
d3-quadtree
'
:
'
../node_modules/d3-quadtree/
build
/d3-quadtree
'
,
'
d3-timer
'
:
'
../node_modules/d3-timer/
build
/d3-timer
'
,
'
d3-collection
'
:
'
../node_modules/d3-collection/
dist
/d3-collection
'
,
'
d3-dispatch
'
:
'
../node_modules/d3-dispatch/
dist
/d3-dispatch
'
,
'
d3-quadtree
'
:
'
../node_modules/d3-quadtree/
dist
/d3-quadtree
'
,
'
d3-timer
'
:
'
../node_modules/d3-timer/
dist
/d3-timer
'
,
// by d3-drag: d3-selection
// d3 modules dependencies
'
d3-selection
'
:
'
../node_modules/d3-selection/dist/d3-selection
'
,
'
d3-force
'
:
'
../node_modules/d3-force/
build
/d3-force
'
,
'
d3-zoom
'
:
'
../node_modules/d3-zoom/
build
/d3-zoom
'
,
'
d3-drag
'
:
'
../node_modules/d3-drag/
build
/d3-drag
'
,
'
d3-force
'
:
'
../node_modules/d3-force/
dist
/d3-force
'
,
'
d3-zoom
'
:
'
../node_modules/d3-zoom/
dist
/d3-zoom
'
,
'
d3-drag
'
:
'
../node_modules/d3-drag/
dist
/d3-drag
'
,
'
snabbdom
'
:
'
../node_modules/snabbdom/dist/snabbdom-patch
'
,
'
rbush
'
:
'
../node_modules/rbush/rbush
'
,
'
helper
'
:
'
utils/helper
'
...
...
This diff is collapsed.
Click to expand it.
package.json
+
15
−
15
View file @
fd9eab72
...
...
@@ -10,15 +10,15 @@
"url"
:
"
https://github.com/ffrgb/meshviewer/issues
"
},
"devDependencies"
:
{
"
babel-eslint
"
:
"
^
8.2.6
"
,
"
browser-sync
"
:
"
^2.24.
5
"
,
"
eslint
"
:
"
^5.
1
.0
"
,
"
babel-eslint
"
:
"
^
9.0.0
"
,
"
browser-sync
"
:
"
^2.24.
7
"
,
"
eslint
"
:
"
^5.
4
.0
"
,
"
eslint-config-airbnb-es5
"
:
"
^1.2.0
"
,
"
eslint-config-defaults
"
:
"
^9.0.0
"
,
"
eslint-plugin-react
"
:
"
^7.1
0.0
"
,
"
gulp
"
:
"
github:gulpjs/gulp#4
.0
"
,
"
gulp-autoprefixer
"
:
"
^
5
.0.0
"
,
"
gulp-cache-bust
"
:
"
^1.
3
.0
"
,
"
eslint-plugin-react
"
:
"
^7.1
1.1
"
,
"
gulp
"
:
"
^4.0
.0
"
,
"
gulp-autoprefixer
"
:
"
^
6
.0.0
"
,
"
gulp-cache-bust
"
:
"
^1.
4
.0
"
,
"
gulp-cli
"
:
"
^2.0.1
"
,
"
gulp-environments
"
:
"
^0.1.2
"
,
"
gulp-eslint
"
:
"
^5.0.0
"
,
...
...
@@ -32,7 +32,7 @@
"
gulp-sass
"
:
"
^4.0.1
"
,
"
gulp-sass-lint
"
:
"
^1.4.0
"
,
"
gulp-sourcemaps
"
:
"
^2.6.4
"
,
"
gulp-uglify
"
:
"
^3.0.
0
"
"
gulp-uglify
"
:
"
^3.0.
1
"
},
"eslintConfig"
:
{
"env"
:
{
...
...
@@ -44,17 +44,17 @@
},
"dependencies"
:
{
"
almond
"
:
"
^0.3.3
"
,
"
d3-drag
"
:
"
^1.2.
1
"
,
"
d3-force
"
:
"
^1.1.
0
"
,
"
d3-selection
"
:
"
^1.3.
0
"
,
"
d3-zoom
"
:
"
^1.7.
1
"
,
"
leaflet
"
:
"
^1.3.
3
"
,
"
d3-drag
"
:
"
^1.2.
3
"
,
"
d3-force
"
:
"
^1.1.
2
"
,
"
d3-selection
"
:
"
^1.3.
2
"
,
"
d3-zoom
"
:
"
^1.7.
3
"
,
"
leaflet
"
:
"
^1.3.
4
"
,
"
moment
"
:
"
^2.22.2
"
,
"
navigo
"
:
"
^7.1.2
"
,
"
node-polyglot
"
:
"
2.2.2
"
,
"
promise-polyfill
"
:
"
^8.
0
.0
"
,
"
promise-polyfill
"
:
"
^8.
1
.0
"
,
"
rbush
"
:
"
^2.0.2
"
,
"
requirejs
"
:
"
^2.3.
5
"
,
"
requirejs
"
:
"
^2.3.
6
"
,
"
snabbdom
"
:
"
^0.7.1
"
},
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
411
−
444
View file @
fd9eab72
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment