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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
7bae9426
Commit
7bae9426
authored
Sep 23, 2019
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update babel dependencies
parent
618c1ad6
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
259 additions
and
18 deletions
+259
-18
package.json
package.json
+5
-5
yarn.lock
yarn.lock
+254
-13
No files found.
package.json
View file @
7bae9426
...
...
@@ -30,13 +30,13 @@
"webpack-prod"
:
"NODE_OPTIONS=
\"
--max-old-space-size=3584
\"
NODE_ENV=production webpack --config config/webpack.config.js"
},
"dependencies"
:
{
"
@babel/core
"
:
"
^7.
5.5
"
,
"
@babel/core
"
:
"
^7.
6.2
"
,
"
@babel/plugin-proposal-class-properties
"
:
"
^7.5.5
"
,
"
@babel/plugin-proposal-json-strings
"
:
"
^7.2.0
"
,
"
@babel/plugin-proposal-private-methods
"
:
"
^7.
4.4
"
,
"
@babel/plugin-proposal-private-methods
"
:
"
^7.
6.0
"
,
"
@babel/plugin-syntax-dynamic-import
"
:
"
^7.2.0
"
,
"
@babel/plugin-syntax-import-meta
"
:
"
^7.2.0
"
,
"
@babel/preset-env
"
:
"
^7.
5.5
"
,
"
@babel/preset-env
"
:
"
^7.
6.2
"
,
"
@gitlab/svgs
"
:
"
^1.74.0
"
,
"
@gitlab/ui
"
:
"
5.26.0
"
,
"
@gitlab/visual-review-tools
"
:
"
1.0.3
"
,
...
...
@@ -49,7 +49,7 @@
"
autosize
"
:
"
^4.0.0
"
,
"
aws-sdk
"
:
"
^2.526.0
"
,
"
axios
"
:
"
^0.19.0
"
,
"
babel-loader
"
:
"
^8.0.
5
"
,
"
babel-loader
"
:
"
^8.0.
6
"
,
"
bootstrap
"
:
"
4.3.1
"
,
"
brace-expansion
"
:
"
^1.1.8
"
,
"
cache-loader
"
:
"
^2.0.1
"
,
...
...
@@ -59,7 +59,7 @@
"
codesandbox-api
"
:
"
^0.0.20
"
,
"
compression-webpack-plugin
"
:
"
^2.0.0
"
,
"
copy-webpack-plugin
"
:
"
^5.0.4
"
,
"
core-js
"
:
"
^3.
1.3
"
,
"
core-js
"
:
"
^3.
2.1
"
,
"
cropper
"
:
"
^2.3.0
"
,
"
css-loader
"
:
"
^1.0.0
"
,
"
d3
"
:
"
^4.13.0
"
,
...
...
yarn.lock
View file @
7bae9426
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