Skip to content

Commit

Permalink
Update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent b633d3f commit 998a0c5
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
Expand All @@ -74,7 +74,7 @@
"html-parser": "0.11.0",
"html-webpack-harddisk-plugin": "2.0.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-serializer-html": "7.1.0",
"mini-css-extract-plugin": "2.7.5",
"prettier": "2.8.8",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jest-emotion": "10.0.32",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
Expand All @@ -77,7 +77,7 @@
"html-parser": "0.11.0",
"html-webpack-harddisk-plugin": "2.0.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-serializer-html": "7.1.0",
"mini-css-extract-plugin": "2.7.5",
"prettier": "2.8.8",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
Expand All @@ -76,7 +76,7 @@
"html-parser": "0.11.0",
"html-webpack-harddisk-plugin": "2.0.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-serializer-html": "7.1.0",
"mini-css-extract-plugin": "2.7.5",
"prettier": "2.8.8",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jest-emotion": "10.0.32",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
Expand All @@ -78,7 +78,7 @@
"html-parser": "0.11.0",
"html-webpack-harddisk-plugin": "2.0.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-serializer-html": "7.1.0",
"mini-css-extract-plugin": "2.7.5",
"prettier": "2.8.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/klaw": "3.0.6",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
Expand All @@ -65,7 +65,7 @@
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-emotion": "10.0.32",
"jest-serializer-html": "7.1.0",
"ts-jest": "29.0.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest-emotion": "10.0.32",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
Expand All @@ -79,7 +79,7 @@
"html-parser": "0.11.0",
"html-webpack-harddisk-plugin": "2.0.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-serializer-html": "7.1.0",
"mini-css-extract-plugin": "2.7.5",
"prettier": "2.8.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
Expand All @@ -76,9 +76,9 @@
"cross-env": "7.0.3",
"css-loader": "6.7.3",
"eslint": "8.36.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-emotion": "10.0.32",
"jest-environment-jsdom": "29.5.0",
"jest-environment-jsdom": "29.7.0",
"jest-serializer-html": "7.1.0",
"prettier": "2.8.8",
"sass": "1.60.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@misk/test": "0.6.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react-router": "5.1.20",
Expand All @@ -61,9 +61,9 @@
"@typescript-eslint/parser": "5.56.0",
"cross-env": "7.0.3",
"eslint": "8.36.0",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-emotion": "10.0.32",
"jest-environment-jsdom": "29.5.0",
"jest-environment-jsdom": "29.7.0",
"jest-serializer-html": "7.1.0",
"prettier": "2.8.8",
"ts-jest": "29.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.0",
"@types/jest": "29.5.12",
"@types/node": "18.15.10",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-emotion": "10.0.32",
"jest-serializer-html": "7.1.0",
"ts-jest": "29.0.5",
Expand Down

0 comments on commit 998a0c5

Please sign in to comment.