Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Maarch
MaarchParapheur
Commits
01926009
Commit
01926009
authored
2 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FIX #24031 TIME 0:30 minor update packages
parent
67997ff2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+1539
-941
1539 additions, 941 deletions
package-lock.json
package.json
+24
-24
24 additions, 24 deletions
package.json
with
1563 additions
and
965 deletions
package-lock.json
+
1539
−
941
View file @
01926009
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
package.json
+
24
−
24
View file @
01926009
...
...
@@ -9,8 +9,8 @@
},
"scripts"
:
{
"dep-list"
:
"npm list --depth=0"
,
"check-update"
:
"n
cu
"
,
"upgrade"
:
"n
cu -u
"
,
"check-update"
:
"n
pm outdated
"
,
"upgrade"
:
"n
pm upgrade --save
"
,
"lint"
:
"eslint -c .eslintrc.js --ext .ts src/frontend"
,
"lint-fix"
:
"eslint -c .eslintrc.js --ext .ts src/frontend/ --fix"
,
"reload-packages"
:
"rm -Rf node_modules && npm cache clean --force && npm config set legacy-peer-deps true && npm ci"
,
...
...
@@ -27,14 +27,14 @@
"dependencies"
:
{
"
angular-signature-pad
"
:
"
^0.0.14
"
,
"
core-js
"
:
"
3.6.4
"
,
"
tinymce
"
:
"
^5.
8.0
"
,
"
tinymce
"
:
"
^5.
10.7
"
,
"
tinymce-i18n
"
:
"
^20.12.25
"
,
"
tslib
"
:
"
^2.
3
.0
"
,
"
zone.js
"
:
"
~
0.11.8
"
"
tslib
"
:
"
^2.
5
.0
"
,
"
zone.js
"
:
"
^
0.11.8
"
},
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
^14.2.10
"
,
"
@angular-eslint/eslint-plugin
"
:
"
^15.
1.0
"
,
"
@angular-eslint/eslint-plugin
"
:
"
^15.
2.1
"
,
"
@angular/animations
"
:
"
^14.2.12
"
,
"
@angular/cdk
"
:
"
^14.2.7
"
,
"
@angular/cli
"
:
"
^14.2.10
"
,
...
...
@@ -49,36 +49,36 @@
"
@angular/platform-browser-dynamic
"
:
"
^14.2.12
"
,
"
@angular/router
"
:
"
^14.2.12
"
,
"
@biesbjerg/ngx-translate-extract
"
:
"
^7.0.4
"
,
"
@fortawesome/fontawesome-free
"
:
"
^5.15.
3
"
,
"
@ionic/angular
"
:
"
^6.
3.8
"
,
"
@ngrx/store
"
:
"
^14.
2.2
"
,
"
@ngrx/store-devtools
"
:
"
^14.
2.2
"
,
"
@fortawesome/fontawesome-free
"
:
"
^5.15.
4
"
,
"
@ionic/angular
"
:
"
^6.
5.6
"
,
"
@ngrx/store
"
:
"
^14.
3.3
"
,
"
@ngrx/store-devtools
"
:
"
^14.
3.3
"
,
"
@ngx-translate/core
"
:
"
^14.0.0
"
,
"
@ngx-translate/http-loader
"
:
"
^7.0.0
"
,
"
@peculiar/fortify-webcomponents
"
:
"
^3.1.
0
"
,
"
@types/hammerjs
"
:
"
^2.0.
39
"
,
"
@types/jasmine
"
:
"
^3.
7
.7
"
,
"
@types/jasminewd2
"
:
"
^2.0.
9
"
,
"
@types/jquery
"
:
"
^3.5.
5
"
,
"
@peculiar/fortify-webcomponents
"
:
"
^3.1.
1
"
,
"
@types/hammerjs
"
:
"
^2.0.
41
"
,
"
@types/jasmine
"
:
"
^3.
10
.7
"
,
"
@types/jasminewd2
"
:
"
^2.0.
10
"
,
"
@types/jquery
"
:
"
^3.5.
16
"
,
"
@types/node
"
:
"
^13.13.52
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^4.
26
.0
"
,
"
@typescript-eslint/eslint-plugin-tslint
"
:
"
^4.
26
.0
"
,
"
@typescript-eslint/parser
"
:
"
^4.
26
.0
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^4.
33
.0
"
,
"
@typescript-eslint/eslint-plugin-tslint
"
:
"
^4.
33
.0
"
,
"
@typescript-eslint/parser
"
:
"
^4.
33
.0
"
,
"
angular2-draggable
"
:
"
^2.3.2
"
,
"
angular2-signaturepad
"
:
"
^3.0.4
"
,
"
codelyzer
"
:
"
^5.2.2
"
,
"
eslint
"
:
"
^7.2
8
.0
"
,
"
eslint-config-prettier
"
:
"
^8.
2
.0
"
,
"
eslint-plugin-import
"
:
"
^2.2
3.3
"
,
"
eslint
"
:
"
^7.
3
2.0
"
,
"
eslint-config-prettier
"
:
"
^8.
6
.0
"
,
"
eslint-plugin-import
"
:
"
^2.2
7.5
"
,
"
exif-js
"
:
"
^2.3.0
"
,
"
hammerjs
"
:
"
^2.0.8
"
,
"
jquery
"
:
"
^3.6.
0
"
,
"
jquery
"
:
"
^3.6.
3
"
,
"
ngx-cookie-service
"
:
"
^3.1.3
"
,
"
ngx-drag-scroll
"
:
"
^9.0.0-beta.4
"
,
"
ngx-extended-pdf-viewer
"
:
"
^5.3.0
"
,
"
ngx-pipes
"
:
"
^2.7.
5
"
,
"
ngx-pipes
"
:
"
^2.7.
8
"
,
"
npm-check-updates
"
:
"
^4.1.2
"
,
"
prettier
"
:
"
^2.
3.1
"
,
"
prettier
"
:
"
^2.
8.4
"
,
"
rxjs
"
:
"
^6.6.7
"
,
"
stylus
"
:
"
^0.54.8
"
,
"
stylus-loader
"
:
"
^3.0.2
"
,
...
...
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