Skip to content

Commit

Permalink
chore(deps): update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Oct 2, 2023
1 parent 9975d2d commit 4383da9
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 458 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^12.1.5",
"@types/geojson": "^7946.0.10",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.5",
"@types/js-yaml": "^4.0.5",
"@types/opener": "^1.4.0",
"@types/topojson-server": "^3.0.1",
Expand All @@ -230,8 +230,8 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"http-server": "^14.1.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"opener": "^1.5.2",
"pretty-quick": "^3.0.0",
"sass": "^1.59.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/@ourworldindata/grapher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/d3-format": "^2",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.5",
"@types/js-cookie": "^3.0.2",
"@types/mousetrap": "^1.6.9",
"@types/react": "^16.14.23",
Expand All @@ -68,8 +68,8 @@
"esbuild-sass-plugin": "^2.3.3",
"eslint": "^8.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tsup": "^6.2.3",
"typescript": "~5.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@ourworldindata/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/d3": "^6",
"@types/d3-format": "^2",
"@types/jest": "^29.0.3",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.185",
"@types/parsimmon": "^1.10.6",
"@types/react": "^16.14.23",
Expand All @@ -44,7 +44,7 @@
"@types/url-parse": "^1.4.8",
"eslint": "^8.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.0.3",
"jest": "^29.7.0",
"typescript": "~5.2.2"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 4383da9

Please sign in to comment.