Skip to content

Commit

Permalink
upgrade jest and move jest dependency to root package.json (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Pauer <pauerf@amazon.com>
  • Loading branch information
fpauer and Fernando Pauer authored Nov 24, 2021
1 parent 67a7149 commit 025fcc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -28,15 +25,15 @@
"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",
"@types/color": "^3.0.1",
"@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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down
5 changes: 0 additions & 5 deletions packages/related-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 025fcc4

Please sign in to comment.