diff --git a/plugins/explore/package.json b/plugins/explore/package.json index 3434c8ba75..9adbee7b0f 100644 --- a/plugins/explore/package.json +++ b/plugins/explore/package.json @@ -19,9 +19,9 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", "classnames": "^2.2.6", - "react": "16.13.1", - "react-dom": "16.13.1", - "react-use": "^13.0.0" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-use": "^13.24.0" }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", @@ -31,7 +31,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4", + "@types/testing-library__jest-dom": "^5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index 5d78611034..3740ac01a2 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -34,9 +34,9 @@ "@material-ui/lab": "4.0.0-alpha.45", "graphiql": "^1.0.0-alpha.8", "graphql": "15.0.0", - "react": "16.13.1", - "react-dom": "16.13.1", - "react-use": "^13.0.0" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-use": "^13.24.0" }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", @@ -47,7 +47,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4", + "@types/testing-library__jest-dom": "^5.0.4", "jest-fetch-mock": "^3.0.3", "react-router-dom": "^5.1.2" }, diff --git a/plugins/home-page/package.json b/plugins/home-page/package.json index 95c9c21612..121bed61da 100644 --- a/plugins/home-page/package.json +++ b/plugins/home-page/package.json @@ -19,8 +19,9 @@ "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", - "react": "16.13.1", - "react-dom": "16.13.1" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-use": "^13.24.0" }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", @@ -30,8 +31,9 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4", - "react-router-dom": "^5.1.2" + "@types/testing-library__jest-dom": "^5.0.4", + "react-router-dom": "^5.1.2", + "jest-fetch-mock": "^3.0.3" }, "files": [ "dist" diff --git a/plugins/inventory/package.json b/plugins/inventory/package.json index 0434447ed3..ae871eb0bf 100644 --- a/plugins/inventory/package.json +++ b/plugins/inventory/package.json @@ -19,9 +19,9 @@ "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", - "react": "16.13.1", - "react-dom": "16.13.1", - "react-use": "^13.0.0" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-use": "^13.24.0" }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", @@ -30,7 +30,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4", + "@types/testing-library__jest-dom": "^5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json index 98ecd9eb9d..50ad4c758c 100644 --- a/plugins/lighthouse/package.json +++ b/plugins/lighthouse/package.json @@ -32,7 +32,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4", + "@types/testing-library__jest-dom": "^5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/lighthouse/tsconfig.json b/plugins/lighthouse/tsconfig.json index 96725645da..5a3931ffce 100644 --- a/plugins/lighthouse/tsconfig.json +++ b/plugins/lighthouse/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "../../tsconfig.json", "include": ["src"], - "compilerOptions": { - "resolveJsonModule": true, - "esModuleInterop": true - } + "compilerOptions": {} } diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 427711327a..fe7db2762d 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -19,9 +19,9 @@ "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", - "react": "16.13.1", - "react-dom": "16.13.1", - "react-use": "^13.0.0" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-use": "^13.24.0" }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", @@ -30,7 +30,7 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4", + "@types/testing-library__jest-dom": "^5.0.4", "jest-fetch-mock": "^3.0.3" }, "files": [ diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json index 8f0637e599..ef1de13671 100644 --- a/plugins/tech-radar/package.json +++ b/plugins/tech-radar/package.json @@ -22,9 +22,9 @@ "color": "^3.1.2", "d3-force": "^2.0.1", "prop-types": "^15.7.2", - "react": "16.13.1", - "react-dom": "16.13.1", - "react-use": "^13.0.0" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-use": "^13.24.0" }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", @@ -35,7 +35,10 @@ "@types/d3-force": "^1.2.1", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4", + "@types/testing-library__jest-dom": "^5.0.4", "jest-fetch-mock": "^3.0.3" - } + }, + "files": [ + "dist" + ] } diff --git a/plugins/welcome/package.json b/plugins/welcome/package.json index b98639e7f9..47ff206342 100644 --- a/plugins/welcome/package.json +++ b/plugins/welcome/package.json @@ -18,9 +18,10 @@ "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", - "react": "16.13.1", - "react-dom": "16.13.1", - "react-router-dom": "5.1.2" + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-router-dom": "5.1.2", + "react-use": "^13.24.0" }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", @@ -29,7 +30,8 @@ "@testing-library/user-event": "^7.1.2", "@types/jest": "^24.0.0", "@types/node": "^12.0.0", - "@types/testing-library__jest-dom": "5.0.4" + "@types/testing-library__jest-dom": "^5.0.4", + "jest-fetch-mock": "^3.0.3" }, "files": [ "dist"