Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
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
Surendar Reddy Mangannagari
amundsen_dev
Commits
aad12eda
Unverified
Commit
aad12eda
authored
Jul 11, 2019
by
Tamika Tannis
Committed by
GitHub
Jul 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies to remove mem < 4.0.0 (#218)
parent
32ab7c8b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8031 additions
and
11629 deletions
+8031
-11629
index.spec.ts
...ion/static/js/ducks/tableMetadata/api/tests/index.spec.ts
+1
-1
package-lock.json
amundsen_application/static/package-lock.json
+8023
-6567
package.json
amundsen_application/static/package.json
+7
-3
yarn.lock
amundsen_application/static/yarn.lock
+0
-5058
No files found.
amundsen_application/static/js/ducks/tableMetadata/api/tests/index.spec.ts
View file @
aad12eda
...
@@ -8,7 +8,7 @@ import globalState from 'fixtures/globalState';
...
@@ -8,7 +8,7 @@ import globalState from 'fixtures/globalState';
import
*
as
API
from
'../v0'
;
import
*
as
API
from
'../v0'
;
const
filterFromObjSpy
=
jest
.
spyOn
(
Utils
,
'filterFromObj'
).
mockImplementation
((
)
=>
{
});
const
filterFromObjSpy
=
jest
.
spyOn
(
Utils
,
'filterFromObj'
).
mockImplementation
((
initialObject
,
rejectedKeys
)
=>
{
return
initialObject
;
});
jest
.
mock
(
'axios'
);
jest
.
mock
(
'axios'
);
...
...
amundsen_application/static/package-lock.json
View file @
aad12eda
This diff is collapsed.
Click to expand it.
amundsen_application/static/package.json
View file @
aad12eda
{
{
"name"
:
"static"
,
"name"
:
"static"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"description"
:
"
User interface for Amundsen
"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/lyft/amundsenfrontendlibrary"
},
"scripts"
:
{
"scripts"
:
{
"build"
:
"TS_NODE_PROJECT='tsconfig-for-webpack.json' webpack -p --progress --config webpack.prod.ts"
,
"build"
:
"TS_NODE_PROJECT='tsconfig-for-webpack.json' webpack -p --progress --config webpack.prod.ts"
,
"dev-build"
:
"TS_NODE_PROJECT='tsconfig-for-webpack.json' webpack -d --progress --config webpack.dev.ts"
,
"dev-build"
:
"TS_NODE_PROJECT='tsconfig-for-webpack.json' webpack -d --progress --config webpack.dev.ts"
,
...
@@ -50,7 +54,7 @@
...
@@ -50,7 +54,7 @@
"eslint-plugin-jsx-a11y"
:
"^6.0.2"
,
"eslint-plugin-jsx-a11y"
:
"^6.0.2"
,
"eslint-plugin-react"
:
"^7.4.0"
,
"eslint-plugin-react"
:
"^7.4.0"
,
"html-webpack-plugin"
:
"^3.2.0"
,
"html-webpack-plugin"
:
"^3.2.0"
,
"jest"
:
"^2
3.6
.0"
,
"jest"
:
"^2
4.0
.0"
,
"jest-css-modules"
:
"^1.1.0"
,
"jest-css-modules"
:
"^1.1.0"
,
"mini-css-extract-plugin"
:
"^0.4.5"
,
"mini-css-extract-plugin"
:
"^0.4.5"
,
"node-sass"
:
"^4.10.0"
,
"node-sass"
:
"^4.10.0"
,
...
@@ -62,7 +66,7 @@
...
@@ -62,7 +66,7 @@
"sass-loader"
:
"^7.1.0"
,
"sass-loader"
:
"^7.1.0"
,
"style-loader"
:
"^0.20.3"
,
"style-loader"
:
"^0.20.3"
,
"terser-webpack-plugin"
:
"^1.1.0"
,
"terser-webpack-plugin"
:
"^1.1.0"
,
"ts-jest"
:
"^2
3.10.3
"
,
"ts-jest"
:
"^2
4.0.0
"
,
"ts-loader"
:
"4.0.0"
,
"ts-loader"
:
"4.0.0"
,
"ts-node"
:
"^7.0.1"
,
"ts-node"
:
"^7.0.1"
,
"tsconfig-paths"
:
"^3.7.0"
,
"tsconfig-paths"
:
"^3.7.0"
,
...
...
amundsen_application/static/yarn.lock
deleted
100644 → 0
View file @
32ab7c8b
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