Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Upgrade Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsters committed Jun 28, 2023
1 parent 90f0743 commit 124779b
Show file tree
Hide file tree
Showing 4 changed files with 739 additions and 1,510 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
"devDependencies": {
"eslint": "^8.39.0",
"eslint-plugin-jest": "^27.2.1",
"hermes-eslint": "^0.10.1",
"hermes-eslint": "^0.13.1",
"husky": "^8.0.3",
"lerna": "^6.6.1",
"lerna": "^7.1.1",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3"
},
"resolutions": {
"semver": "^7.5.3"
}
}
5 changes: 5 additions & 0 deletions packages/babel-plugin-idx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
"jest": {
"testEnvironment": "node",
"rootDir": "src"
},
"dependencies": {
"eslint": "^8.39.0",
"eslint-plugin-jest": "^27.2.1",
"lerna": "^7.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/idx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"babel-jest": "^29.5.0",
"flow-bin": "^0.204.1",
"flow-bin": "^0.210.1",
"jest": "^29.5.0",
"typescript": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 124779b

Please sign in to comment.