Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spot-web-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
spot-web-app
Commits
bb341b94
Commit
bb341b94
authored
Oct 02, 2018
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upgrade react and material-ui to their latest versions
parent
3712de0e
Pipeline
#3968
passed with stage
in 2 minutes and 6 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10734 additions
and
6817 deletions
+10734
-6817
client/package-lock.json
client/package-lock.json
+10709
-6798
client/package.json
client/package.json
+25
-19
No files found.
client/package-lock.json
View file @
bb341b94
This diff is collapsed.
Click to expand it.
client/package.json
View file @
bb341b94
{
"name"
:
"spot-web-app"
,
"version"
:
"0.1.0"
,
"homepage"
:
"http://spot.lrde.epita.fr/app/"
,
"private"
:
true
,
"license"
:
"GPL-3.0"
,
"dependencies"
:
{
"@material-ui/core"
:
"^1.4.3"
,
"react"
:
"^16.4.2"
,
"react-dom"
:
"^16.4.2"
,
"react-scripts"
:
"1.1.4"
,
"react-svg-inline"
:
"^2.1.1"
,
"typeface-roboto"
:
"0.0.54"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
"build"
:
"react-scripts build"
,
"test"
:
"react-scripts test --env=jsdom"
,
"eject"
:
"react-scripts eject"
}
"name"
:
"spot-web-app"
,
"version"
:
"0.1.1"
,
"homepage"
:
"http://spot.lrde.epita.fr/app/"
,
"private"
:
true
,
"license"
:
"GPL-3.0"
,
"dependencies"
:
{
"@material-ui/core"
:
"^3.1.2"
,
"react"
:
"^16.5.2"
,
"react-dom"
:
"^16.5.2"
,
"react-scripts"
:
"2.0.3"
,
"react-svg-inline"
:
"^2.1.1"
,
"typeface-roboto"
:
"0.0.54"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
"build"
:
"react-scripts build"
,
"test"
:
"react-scripts test --env=jsdom"
,
"eject"
:
"react-scripts eject"
},
"browserslist"
:
[
">0.2%"
,
"not dead"
,
"not ie <= 11"
,
"not op_mini all"
]
}
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