Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
0c0d08fc
Unverified
Commit
0c0d08fc
authored
Feb 20, 2021
by
Verdan Mahmood
Committed by
GitHub
Feb 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "build(deps): bump redux-promise in /amundsen_application/static (#932)" (#936)
This reverts commit
3f7483d0
.
parent
f21ad5e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
15 deletions
+43
-15
package-lock.json
amundsen_application/static/package-lock.json
+42
-14
package.json
amundsen_application/static/package.json
+1
-1
No files found.
amundsen_application/static/package-lock.json
View file @
0c0d08fc
...
...
@@ -21929,11 +21929,11 @@
}
},
"flux-standard-action": {
"version": "
2.1
.1",
"resolved": "https://registry.npmjs.org/flux-standard-action/-/flux-standard-action-
2.1
.1.tgz",
"integrity": "sha
512-W86GzmXmIiTVq/dpYVd2HtTIUX9c35Iq3ao3xR6qcKtuXgbu+BDEj72op5VnEIe/kpuSbhl+I8kT1iS2hpcusw=
=",
"version": "
0.6
.1",
"resolved": "https://registry.npmjs.org/flux-standard-action/-/flux-standard-action-
0.6
.1.tgz",
"integrity": "sha
1-bzQhG5SDTqHDzDD056+tPQ+/caI
=",
"requires": {
"lodash
": "^4.17.15
"
"lodash
.isplainobject": "^3.2.0
"
}
},
"focus-lock": {
...
...
@@ -24147,11 +24147,6 @@
"integrity": "sha1-DFLlS8yjkbssSUsh6GJtczbG45c=",
"dev": true
},
"is-promise": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
"integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
},
"is-regex": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
...
...
@@ -28735,6 +28730,11 @@
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
},
"lodash._basefor": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/lodash._basefor/-/lodash._basefor-3.0.3.tgz",
"integrity": "sha1-dVC06SGO8J+tJDQ7YSAhx5tMIMI="
},
"lodash.camelcase": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
...
...
@@ -28764,6 +28764,16 @@
"integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=",
"dev": true
},
"lodash.isarguments": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
"integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo="
},
"lodash.isarray": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
"integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U="
},
"lodash.isequal": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
...
...
@@ -28776,11 +28786,30 @@
"integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=",
"dev": true
},
"lodash.isplainobject": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-3.2.0.tgz",
"integrity": "sha1-moI4rhayAEMpYM1zRlEtASP79MU=",
"requires": {
"lodash._basefor": "^3.0.0",
"lodash.isarguments": "^3.0.0",
"lodash.keysin": "^3.0.0"
}
},
"lodash.isstring": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
"integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE="
},
"lodash.keysin": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/lodash.keysin/-/lodash.keysin-3.0.8.tgz",
"integrity": "sha1-IsRJPrvtsUJ5YqVLRFssinZ/tH8=",
"requires": {
"lodash.isarguments": "^3.0.0",
"lodash.isarray": "^3.0.0"
}
},
"lodash.memoize": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
...
...
@@ -34039,12 +34068,11 @@
}
},
"redux-promise": {
"version": "0.
6.0
",
"resolved": "https://registry.npmjs.org/redux-promise/-/redux-promise-0.
6.0
.tgz",
"integrity": "sha
512-R2mGxJbPFgXyCNbFDE6LjTZhCEuACF54g1bxld3nqBhnRMX0OsUyWk77moF7UMGkUdl5WOAwc4BC5jOd1dunqQ=
=",
"version": "0.
5.3
",
"resolved": "https://registry.npmjs.org/redux-promise/-/redux-promise-0.
5.3
.tgz",
"integrity": "sha
1-6X5snTvzdurLebq+bZBtogES1tg
=",
"requires": {
"flux-standard-action": "^2.0.3",
"is-promise": "^2.1.0"
"flux-standard-action": "^0.6.1"
}
},
"redux-saga": {
amundsen_application/static/package.json
View file @
0c0d08fc
...
...
@@ -156,7 +156,7 @@
"react-sanitized-html"
:
"^2.0.0"
,
"react-select"
:
"^2.4.4"
,
"redux"
:
"^4.0.0"
,
"redux-promise"
:
"^0.
6.0
"
,
"redux-promise"
:
"^0.
5.3
"
,
"sanitize-html"
:
"^1.27.5"
,
"simple-query-string"
:
"^1.3.2"
,
"throttle-debounce"
:
"^2.3.0"
,
...
...
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