Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
data-discovery
Commits
0859f8a3
Commit
0859f8a3
authored
Jan 03, 2020
by
Cyril Pommier
Browse files
dependencies_minor_upgrade
parent
34bece4b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0859f8a3
...
...
@@ -37,7 +37,7 @@ The project uses Angular (7.x) for the frontend, with the Angular CLI.
You need to install:
-
a recent enough NodeJS (8.11+)
-
a recent enough NodeJS (8.11+)
. Node 10 is recommended for Angular 7.
-
Yarn as a package manager (see
[
here to install
](
https://yarnpkg.com/en/docs/install
)
)
Then in the
`frontend`
directory, run
`yarn`
to download the dependencies.
...
...
frontend/package.json
View file @
0859f8a3
...
...
@@ -20,18 +20,18 @@
},
"private"
:
true
,
"dependencies"
:
{
"@angular/animations"
:
"7.
0.3
"
,
"@angular/common"
:
"7.
0.3
"
,
"@angular/compiler"
:
"7.
0.3
"
,
"@angular/core"
:
"7.
0.3
"
,
"@angular/forms"
:
"7.
0.3
"
,
"@angular/http"
:
"7.
0.3
"
,
"@angular/platform-browser"
:
"7.
0.3
"
,
"@angular/platform-browser-dynamic"
:
"7.
0.3
"
,
"@angular/router"
:
"7.
0.3
"
,
"@angular/animations"
:
"7.
2.15
"
,
"@angular/common"
:
"7.
2.15
"
,
"@angular/compiler"
:
"7.
2.15
"
,
"@angular/core"
:
"7.
2.15
"
,
"@angular/forms"
:
"7.
2.15
"
,
"@angular/http"
:
"7.
2.15
"
,
"@angular/platform-browser"
:
"7.
2.15
"
,
"@angular/platform-browser-dynamic"
:
"7.
2.15
"
,
"@angular/router"
:
"7.
2.15
"
,
"@ng-bootstrap/ng-bootstrap"
:
"4.0.0"
,
"bootstrap"
:
"4.1.3"
,
"core-js"
:
"2.
5.7
"
,
"core-js"
:
"2.
6.11
"
,
"font-awesome"
:
"4.7.0"
,
"ngx-markdown"
:
"8.0.2"
,
"prismjs"
:
"1.16.0"
,
...
...
@@ -40,9 +40,9 @@
},
"devDependencies"
:
{
"@angular-devkit/build-angular"
:
"0.10.5"
,
"@angular/cli"
:
"7.
0.5
"
,
"@angular/compiler-cli"
:
"7.
0.3
"
,
"@angular/language-service"
:
"7.
0.3
"
,
"@angular/cli"
:
"7.
3.9
"
,
"@angular/compiler-cli"
:
"7.
2.15
"
,
"@angular/language-service"
:
"7.
2.15
"
,
"@types/jasmine"
:
"2.8.11"
,
"@types/jasminewd2"
:
"2.0.6"
,
"@types/node"
:
"8.10.37"
,
...
...
frontend/yarn.lock
View file @
0859f8a3
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