Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mentat Test 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
Mentat Test 3
Commits
b19d96d9
Commit
b19d96d9
authored
1 year ago
by
Jakub Judiny
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade Javascript dependencies except Bootstrap and d3
(Redmine issue: #7632)
parent
7bf7c185
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+24
-24
24 additions, 24 deletions
package.json
yarn.lock
+747
-544
747 additions, 544 deletions
yarn.lock
with
771 additions
and
568 deletions
package.json
+
24
−
24
View file @
b19d96d9
...
...
@@ -6,45 +6,45 @@
"repository"
:
"https://homeproj.cesnet.cz/git/mentat-ng.git"
,
"license"
:
"
MIT
"
,
"devDependencies"
:
{
"
grunt
"
:
"
~1.
0.2
"
,
"
grunt
"
:
"
~1.
5.3
"
,
"
grunt-chmod
"
:
"
~1.1.1
"
,
"
grunt-contrib-clean
"
:
"
~1.1.0
"
,
"
grunt-contrib-concat
"
:
"
~1.0.1
"
,
"
grunt-contrib-copy
"
:
"
~1.0.0
"
,
"
grunt-contrib-rename
"
:
"
~0.2.0
"
,
"
grunt-ftp-deploy
"
:
"
~0.2.0
"
,
"
grunt-shell
"
:
"
~
1.1.2
"
,
"
grunt-shell
"
:
"
~
4.0.0
"
,
"
grunt-stripcomments
"
:
"
^0.7.2
"
,
"
grunt-template
"
:
"
~1.0.0
"
,
"
load-grunt-tasks
"
:
"
~
3.2
.0
"
,
"
load-grunt-tasks
"
:
"
~
5.1
.0
"
,
"
npm-shrinkwrap
"
:
"
~6.1.0
"
,
"
time-grunt
"
:
"
~
1.2.1
"
"
time-grunt
"
:
"
~
2.0.0
"
},
"dependencies"
:
{
"
@fortawesome/fontawesome-free
"
:
"
^
5.6.1
"
,
"
@popperjs/core
"
:
"
^2.1
.0
"
,
"
@fortawesome/fontawesome-free
"
:
"
^
6.4.0
"
,
"
@popperjs/core
"
:
"
^2.1
1.7
"
,
"
bootstrap
"
:
"
^3.4.0
"
,
"
bootstrap-datepicker
"
:
"
^1.7.1
"
,
"
bootstrap-select
"
:
"
^1.13.
5
"
,
"
bootswatch
"
:
"
^
3.3.7
"
,
"
cldr-core
"
:
"
^
3
4.0.0
"
,
"
cldr-data
"
:
"
^3
4
.0.
0
"
,
"
cldr-dates-modern
"
:
"
^
3
4.0.0
"
,
"
cldr-localenames-modern
"
:
"
^
3
4.0.0
"
,
"
cldr-misc-modern
"
:
"
^
3
4.0.0
"
,
"
cldr-numbers-modern
"
:
"
^
3
4.0.0
"
,
"
cldr-rbnf
"
:
"
^
3
4.0.0
"
,
"
cldr-segments-modern
"
:
"
^
3
4.0.0
"
,
"
cldr-units-modern
"
:
"
^
3
4.0.0
"
,
"
d3
"
:
"
3.5.1
7
"
,
"
bootstrap-select
"
:
"
^1.13.
18
"
,
"
bootswatch
"
:
"
^
5.2.3
"
,
"
cldr-core
"
:
"
^4
3
.0.0
"
,
"
cldr-data
"
:
"
^3
6
.0.
1
"
,
"
cldr-dates-modern
"
:
"
^4
3
.0.0
"
,
"
cldr-localenames-modern
"
:
"
^4
3
.0.0
"
,
"
cldr-misc-modern
"
:
"
^4
3
.0.0
"
,
"
cldr-numbers-modern
"
:
"
^4
3
.0.0
"
,
"
cldr-rbnf
"
:
"
^4
3
.0.0
"
,
"
cldr-segments-modern
"
:
"
^4
3
.0.0
"
,
"
cldr-units-modern
"
:
"
^4
3
.0.0
"
,
"
d3
"
:
"
^
3.5.1
2
"
,
"
eonasdan-bootstrap-datetimepicker
"
:
"
^4.17.47
"
,
"
globalize
"
:
"
^1.
4
.0
"
,
"
iana-tz-data
"
:
"
^201
8.5
.0
"
,
"
jquery
"
:
"
^3.
3.1
"
,
"
moment
"
:
"
^2.2
3.0
"
,
"
moment-timezone
"
:
"
^0.5.
2
3
"
,
"
globalize
"
:
"
^1.
7
.0
"
,
"
iana-tz-data
"
:
"
^201
9.1
.0
"
,
"
jquery
"
:
"
^3.
6.4
"
,
"
moment
"
:
"
^2.2
9.4
"
,
"
moment-timezone
"
:
"
^0.5.
4
3
"
,
"
nvd3
"
:
"
^1.8.6
"
,
"
popper.js
"
:
"
^1.15.0
"
,
"
tippy.js
"
:
"
^6.
0.1
"
"
tippy.js
"
:
"
^6.
3.7
"
}
}
This diff is collapsed.
Click to expand it.
yarn.lock
+
747
−
544
View file @
b19d96d9
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