Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
upsmf-common-form-elements-portal
Commits
8ae73d41
Commit
8ae73d41
authored
2 years ago
by
Abhishek P N
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-0000 fix:Angular 10 upgrade-registry info changes
parent
fc0f3e7f
snyk-upgrade-f42e30417b693e2eb5ca260d9cbfc5b9
master
release-5.1.0_v10
release-5.1.0_v11
release-5.1.0_v12
release-6.0.0_v13
release-6.0.0_v14
snyk-fix-bb6706a537ba2f5a29d4d0c4ea441193
snyk-upgrade-12c917ac8d79f5e72ebd71b7407f6ac6
snyk-upgrade-39fee69ffac9d0a0df5d5d24424777d8
snyk-upgrade-822eb34879b2fea17e28fad6b3e6a789
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+0
-4
package.json
projects/common-form-elements/package.json
+23
-19
projects/common-form-elements/package.json
with
23 additions
and
23 deletions
+23
-23
package.json
+
0
−
4
View file @
8ae73d41
...
...
@@ -60,9 +60,5 @@
"
ts-node
"
:
"
~7.0.0
"
,
"
tslint
"
:
"
~6.1.0
"
,
"
typescript
"
:
"
~4.0.8
"
},
"publishConfig"
:
{
"registry"
:
"https://registry.npmjs.org/"
,
"access"
:
"public"
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
projects/common-form-elements/package.json
+
23
−
19
View file @
8ae73d41
{
"name"
:
"@project-sunbird/common-form-elements"
,
"version"
:
"5.1.0"
,
"peerDependencies"
:
{
"@angular/common"
:
"^10.2.5"
,
"@angular/core"
:
"^10.2.5"
,
"@angular/forms"
:
"^10.2.5"
,
"@project-sunbird/client-services"
:
"3.6.x"
,
"lodash-es"
:
"^4.17.15"
},
"peerDependenciesMeta"
:
{
"@project-sunbird/ckeditor-build-classic"
:
{
"optional"
:
true
}
},
"dependencies"
:
{
"immutable"
:
"^4.0.0-rc.12"
,
"moment"
:
"^2.29.1"
,
"tslib"
:
"^2.0.0"
"name"
:
"@project-sunbird/common-form-elements"
,
"version"
:
"5.1.0"
,
"peerDependencies"
:
{
"@angular/common"
:
"^10.2.5"
,
"@angular/core"
:
"^10.2.5"
,
"@angular/forms"
:
"^10.2.5"
,
"@project-sunbird/client-services"
:
"3.6.x"
,
"lodash-es"
:
"^4.17.15"
},
"peerDependenciesMeta"
:
{
"@project-sunbird/ckeditor-build-classic"
:
{
"optional"
:
true
}
}
\ No newline at end of file
},
"dependencies"
:
{
"immutable"
:
"^4.0.0-rc.12"
,
"moment"
:
"^2.29.1"
,
"tslib"
:
"^2.0.0"
},
"publishConfig"
:
{
"registry"
:
"https://registry.npmjs.org/"
,
"access"
:
"public"
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets