Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
4f1164af
Commit
4f1164af
authored
Feb 25, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update webpack webpack-dev-server and other webpack dependencies
parent
b8a84830
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1047 additions
and
229 deletions
+1047
-229
package.json
package.json
+9
-8
yarn.lock
yarn.lock
+1038
-221
No files found.
package.json
View file @
4f1164af
...
...
@@ -20,7 +20,7 @@
"
autosize
"
:
"
^4.0.0
"
,
"
axios
"
:
"
^0.17.1
"
,
"
babel-core
"
:
"
^6.26.0
"
,
"
babel-loader
"
:
"
^7.1.
2
"
,
"
babel-loader
"
:
"
^7.1.
3
"
,
"
babel-plugin-transform-define
"
:
"
^1.3.0
"
,
"
babel-preset-latest
"
:
"
^6.24.1
"
,
"
babel-preset-stage-2
"
:
"
^6.24.1
"
,
...
...
@@ -30,11 +30,11 @@
"
chart.js
"
:
"
1.0.2
"
,
"
classlist-polyfill
"
:
"
^1.2.0
"
,
"
clipboard
"
:
"
^1.7.1
"
,
"
compression-webpack-plugin
"
:
"
^1.1.
7
"
,
"
compression-webpack-plugin
"
:
"
^1.1.
9
"
,
"
copy-webpack-plugin
"
:
"
^4.4.1
"
,
"
core-js
"
:
"
^2.4.1
"
,
"
cropper
"
:
"
^2.3.0
"
,
"
css-loader
"
:
"
^0.28.
9
"
,
"
css-loader
"
:
"
^0.28.
10
"
,
"
d3-array
"
:
"
^1.2.1
"
,
"
d3-axis
"
:
"
^1.0.8
"
,
"
d3-brush
"
:
"
^1.0.4
"
,
...
...
@@ -49,7 +49,7 @@
"
dropzone
"
:
"
^4.2.0
"
,
"
emoji-unicode-version
"
:
"
^0.2.1
"
,
"
exports-loader
"
:
"
^0.7.0
"
,
"
file-loader
"
:
"
^1.1.
8
"
,
"
file-loader
"
:
"
^1.1.
10
"
,
"
fuzzaldrin-plus
"
:
"
^0.5.0
"
,
"
glob
"
:
"
^7.1.2
"
,
"
imports-loader
"
:
"
^0.8.0
"
,
...
...
@@ -90,10 +90,11 @@
"
vue-template-compiler
"
:
"
^2.5.16
"
,
"
vue-virtual-scroll-list
"
:
"
^1.2.5
"
,
"
vuex
"
:
"
^3.0.1
"
,
"
webpack
"
:
"
^3.11.0
"
,
"
webpack-bundle-analyzer
"
:
"
^2.10.0
"
,
"
webpack
"
:
"
^4.6.0
"
,
"
webpack-bundle-analyzer
"
:
"
^2.11.0
"
,
"
webpack-cli
"
:
"
^2.0.14
"
,
"
webpack-stats-plugin
"
:
"
^0.1.5
"
,
"
worker-loader
"
:
"
^1.1.
0
"
"
worker-loader
"
:
"
^1.1.
1
"
},
"devDependencies"
:
{
"
axios-mock-adapter
"
:
"
^1.10.0
"
,
...
...
@@ -126,6 +127,6 @@
"
karma-webpack
"
:
"
3.0.0
"
,
"
nodemon
"
:
"
^1.15.1
"
,
"
prettier
"
:
"
1.11.1
"
,
"
webpack-dev-server
"
:
"
^
2.11.2
"
"
webpack-dev-server
"
:
"
^
3.1.3
"
}
}
yarn.lock
View file @
4f1164af
This diff is collapsed.
Click to expand it.
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