Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lessons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Statistics
lessons
Commits
03a411dc
Commit
03a411dc
authored
Dec 13, 2018
by
ROBERT PATRICK CAREY III
🗿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ES6 Spread Support
parent
f54fe6f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
modules/user_preferences/package-lock.json
modules/user_preferences/package-lock.json
+16
-0
modules/user_preferences/package.json
modules/user_preferences/package.json
+1
-0
No files found.
modules/user_preferences/package-lock.json
View file @
03a411dc
...
...
@@ -920,6 +920,12 @@
"integrity"
:
"sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4="
,
"dev"
:
true
},
"babel-plugin-syntax-object-rest-spread"
:
{
"version"
:
"6.13.0"
,
"resolved"
:
"http://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz"
,
"integrity"
:
"sha1-/WU28rzhODb/o6VFjEkDpZe7O/U="
,
"dev"
:
true
},
"babel-plugin-syntax-trailing-function-commas"
:
{
"version"
:
"6.22.0"
,
"resolved"
:
"https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz"
,
...
...
@@ -1182,6 +1188,16 @@
"babel-runtime"
:
"^6.22.0"
}
},
"babel-plugin-transform-object-rest-spread"
:
{
"version"
:
"6.26.0"
,
"resolved"
:
"https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz"
,
"integrity"
:
"sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY="
,
"dev"
:
true
,
"requires"
:
{
"babel-plugin-syntax-object-rest-spread"
:
"^6.8.0"
,
"babel-runtime"
:
"^6.26.0"
}
},
"babel-plugin-transform-regenerator"
:
{
"version"
:
"6.26.0"
,
"resolved"
:
"https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz"
,
...
...
modules/user_preferences/package.json
View file @
03a411dc
...
...
@@ -20,6 +20,7 @@
"devDependencies"
:
{
"babel-core"
:
"^6.26.3"
,
"babel-loader"
:
"^7.1.5"
,
"babel-plugin-transform-object-rest-spread"
:
"^6.26.0"
,
"babel-preset-env"
:
"^1.7.0"
,
"css-loader"
:
"^0.28.11"
,
"css-mqpacker"
:
"^7.0.0"
,
...
...
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