Skip to content

Commit

Permalink
chore: update jest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 13, 2023
1 parent 85f77e4 commit 6f3b3e0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/ui-avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@instructure/ui-test-locator": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@instructure/ui-themes": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@instructure/ui-babel-preset": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@instructure/ui-themes": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-billboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@instructure/ui-icons": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@instructure/ui-themes": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-byline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@instructure/ui-color-utils": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@instructure/ui-themes": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@instructure/ui-babel-preset": "8.46.0",
"@types/jscodeshift": "^0.11.6",
"@types/prettier": "^2.7.3",
"jest": "^29.6.4"
"jest": "^29.7.0"
},
"dependencies": {
"babel-core": "^7.0.0-bridge.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@instructure/ui-test-locator": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@instructure/ui-themes": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-simple-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@instructure/ui-test-locator": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@instructure/ui-utils": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-source-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@instructure/ui-babel-preset": "8.46.0",
"@instructure/ui-test-queries": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-spinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@instructure/ui-test-locator": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"@instructure/ui-themes": "8.46.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"devDependencies": {
"@instructure/ui-babel-preset": "8.46.0",
"@instructure/ui-test-utils": "8.46.0",
"jest": "^29.6.4"
"jest": "^29.7.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6f3b3e0

Please sign in to comment.