Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kszkepzes-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
KSZK
DevTeam
kszkepzes
old
kszkepzes-frontend
Commits
51974026
Commit
51974026
authored
4 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
update dependencies and dockerfile
parent
1f97ce75
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
package-lock.json
+4635
-4995
4635 additions, 4995 deletions
package-lock.json
package.json
+14
-14
14 additions, 14 deletions
package.json
yarn.lock
+0
-19924
0 additions, 19924 deletions
yarn.lock
with
4650 additions
and
24935 deletions
Dockerfile
+
1
−
2
View file @
51974026
...
@@ -7,12 +7,11 @@ RUN apk add --no-cache tzdata && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
...
@@ -7,12 +7,11 @@ RUN apk add --no-cache tzdata && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
# Copying application files
# Copying application files
COPY
./src ./src
COPY
./src ./src
COPY
./public ./public
COPY
./public ./public
COPY
package.json
yarn.lock
package-lock.json ./
COPY
package.json package-lock.json ./
# Installing dependencies
# Installing dependencies
RUN
npm
install
RUN
npm
install
RUN
npm
install
serve
RUN
npm
install
serve
RUN
yarn build
# Running
# Running
EXPOSE
3000
EXPOSE
3000
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
4635
−
4995
View file @
51974026
This diff is collapsed.
Click to expand it.
package.json
+
14
−
14
View file @
51974026
...
@@ -3,18 +3,18 @@
...
@@ -3,18 +3,18 @@
"version"
:
"0.2.8"
,
"version"
:
"0.2.8"
,
"private"
:
false
,
"private"
:
false
,
"dependencies"
:
{
"dependencies"
:
{
"
axios
"
:
"
^0.
19.2
"
,
"
axios
"
:
"
^0.
21.1
"
,
"
eslint-plugin-flowtype
"
:
"
^4.
6
.0
"
,
"
eslint-plugin-flowtype
"
:
"
^4.
7
.0
"
,
"
http-proxy-middleware
"
:
"
^1.0.6
"
,
"
http-proxy-middleware
"
:
"
^1.0.6
"
,
"
moment
"
:
"
^2.2
4.0
"
,
"
moment
"
:
"
^2.2
9.1
"
,
"
npm
"
:
"
^6.1
3.7
"
,
"
npm
"
:
"
^6.1
4.11
"
,
"
prop-types
"
:
"
^15.7.2
"
,
"
prop-types
"
:
"
^15.7.2
"
,
"
react
"
:
"
^16.1
2
.0
"
,
"
react
"
:
"
^16.1
4
.0
"
,
"
react-datepicker
"
:
"
^2.1
1
.0
"
,
"
react-datepicker
"
:
"
^2.1
6
.0
"
,
"
react-dom
"
:
"
^16.1
2
.0
"
,
"
react-dom
"
:
"
^16.1
4
.0
"
,
"
react-redux
"
:
"
^7.
1.3
"
,
"
react-redux
"
:
"
^7.
2.2
"
,
"
react-router-dom
"
:
"
^5.
1.2
"
,
"
react-router-dom
"
:
"
^5.
2.0
"
,
"
react-scripts
"
:
"
^3.
3.0
"
,
"
react-scripts
"
:
"
^3.
4.4
"
,
"
react-slick
"
:
"
^0.25.2
"
,
"
react-slick
"
:
"
^0.25.2
"
,
"
redux
"
:
"
^4.0.5
"
,
"
redux
"
:
"
^4.0.5
"
,
"
redux-logger
"
:
"
^3.0.6
"
,
"
redux-logger
"
:
"
^3.0.6
"
,
...
@@ -33,10 +33,10 @@
...
@@ -33,10 +33,10 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
eslint
"
:
"
6.8.0
"
,
"
eslint
"
:
"
6.8.0
"
,
"
eslint-config-airbnb
"
:
"
^18.
0
.1
"
,
"
eslint-config-airbnb
"
:
"
^18.
2
.1
"
,
"
eslint-plugin-import
"
:
"
^2.2
0.0
"
,
"
eslint-plugin-import
"
:
"
^2.2
2.1
"
,
"
eslint-plugin-jsx-a11y
"
:
"
^6.
2.3
"
,
"
eslint-plugin-jsx-a11y
"
:
"
^6.
4.1
"
,
"
eslint-plugin-react
"
:
"
^7.
18
.0
"
"
eslint-plugin-react
"
:
"
^7.
22
.0
"
},
},
"browserslist"
:
[
"browserslist"
:
[
">0.2%"
,
">0.2%"
,
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
deleted
100644 → 0
+
0
−
19924
View file @
1f97ce75
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