Skip to content

Commit

Permalink
Merge pull request #1124 from openameba/chore/deps-jest
Browse files Browse the repository at this point in the history
chore: bump jest and @types/jest
  • Loading branch information
herablog authored Sep 18, 2024
2 parents d348b1d + 4bab043 commit 2462dda
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 449 deletions.
2 changes: 1 addition & 1 deletion packages/spindle-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.0.14",
"bundlewatch": "^0.4.0",
"jest": "^29.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@figma-export/cli": "^4.0.0",
"@figma-export/types": "^4.0.0",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.13",
"@types/lodash.setwith": "^4.3.6",
"jest": "^29.0.0",
"jsonabc": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.3",
"autoprefixer": "^10.0.0",
"babel-loader": "^9.0.0",
Expand Down
Loading

0 comments on commit 2462dda

Please sign in to comment.