Unverified Commit aad12eda authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

Update dependencies to remove mem < 4.0.0 (#218)

parent 32ab7c8b
...@@ -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');
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"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": "^23.6.0", "jest": "^24.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": "^23.10.3", "ts-jest": "^24.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",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment