diff --git a/package.json b/package.json index 64a8a897c..eba37c2f4 100755 --- a/package.json +++ b/package.json @@ -7,10 +7,7 @@ "license": "Apache-2.0", "repository": "git@github.com:awslabs/iot-app-kit.git", "workspaces": { - "packages": ["packages/*"], - "nohoist": [ - "@iot-app-kit/related-table/jest" - ] + "packages": ["packages/*"] }, "scripts": { "start": "cd packages/components && yarn run start", @@ -28,7 +25,7 @@ "devDependencies": { "@babel/core": "^7.6.4", "@cypress/webpack-preprocessor": "^4.1.1", - "@jest/core": "24.9.0", + "@jest/core": "26.6.3", "@testing-library/dom": "^7.22.2", "@testing-library/user-event": "^12.1.1", "@types/classnames": "^2.2.9", @@ -36,7 +33,7 @@ "@types/color-string": "^1.5.0", "@types/cypress-image-snapshot": "^3.1.5", "@types/d3": "^6.7.0", - "@types/jest": "24.9.1", + "@types/jest": "26.0.24", "@types/lodash.isequal": "^4.5.5", "@types/lodash.isnumber": "^3.0.6", "@types/lodash.round": "^4.0.6", @@ -67,11 +64,11 @@ "eslint-plugin-react": "7.26.1", "eslint-plugin-react-hooks": "^4.2.0", "identity-obj-proxy": "^3.0.0", - "jest": "24.9.0", - "jest-cli": "24.9.0", - "jest-environment-node": "24.9.0", + "jest": "26.6.3", + "jest-cli": "26.6.3", + "jest-environment-node": "26.6.2", "jest-extended": "^0.11.2", - "jest-matcher-utils": "^24.9.0", + "jest-matcher-utils": "26.6.2", "jest-raw-loader": "^1.0.1", "lerna": "^4.0.0", "lerna-changelog": "^1.0.1", @@ -82,6 +79,7 @@ "stylelint": "^11.1.1", "stylelint-config-standard": "^19.0.0", "ts-loader": "9.2.6", + "ts-jest": "26.5.6", "webpack": "^4.41.2", "write-file-webpack-plugin": "^4.5.0" } diff --git a/packages/related-table/package.json b/packages/related-table/package.json index e6a008418..3c34b4a83 100644 --- a/packages/related-table/package.json +++ b/packages/related-table/package.json @@ -56,19 +56,15 @@ "@storybook/react": "^6.2.9", "@testing-library/react": "^12.0.0", "@testing-library/react-hooks": "^7.0.0", - "@types/jest": "^26.0.23", "@types/react": ">=16.9.0", "@types/react-dom": ">=16.9.0", "@types/styled-components": "^5.1.10", "autoprefixer": "^10.2.6", "babel-loader": "^8.2.2", - "babel-jest": "^27.3.1", "barrelsby": "^2.2.0", - "eslint": "^7.29.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^12.3.1", "husky": "^6.0.0", - "jest": "^27.0.5", "microbundle": "^0.13.3", "postcss": "^8.3.4", "react": ">=16.14.0", @@ -79,7 +75,6 @@ "sass-loader": "^10.2.0", "styled-components": "^5.3.0", "style-loader": "^2.0.0", - "ts-jest": "^27.0.3", "ts-node": "^10.0.0", "tslib": "^2.3.0", "typescript": "^4.3.0"