Skip to content

Commit

Permalink
Merge pull request #149 from thoughtbot/di-jest-ts-upgrades
Browse files Browse the repository at this point in the history
Upgraded Jest and Typescript to newer versions
  • Loading branch information
pangolingo authored Jan 17, 2025
2 parents bee00b1 + 5a2f8e0 commit 88ae9ea
Show file tree
Hide file tree
Showing 3 changed files with 1,385 additions and 2,725 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/fishery
docker:
- image: circleci/node:12.22.6
- image: cimg/node:22.13.0
steps:
- checkout
- restore_cache:
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,17 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@types/jest": "^26.0.20",
"@types/lodash.mergewith": "^4.6.6",
"jest": "^26.6.3",
"@types/jest": "^29.5.14",
"@types/lodash.mergewith": "4.6.9",
"@types/node": "^22.10.5",
"jest": "^29.7.0",
"prettier": "^2.2.1",
"rollup": "^2.60.1",
"rollup-plugin-typescript2": "^0.31.0",
"ts-jest": "^26.4.4",
"tsd": "^0.17.0",
"tslib": "^2.3.1",
"typescript": "^3.9.5"
"ts-jest": "^29.2.5",
"tsd": "^0.31.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
},
"dependencies": {
"lodash.mergewith": "^4.6.2"
Expand Down
Loading

0 comments on commit 88ae9ea

Please sign in to comment.