Skip to content

Commit

Permalink
Bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Oct 30, 2024
1 parent 97ef3b1 commit 48f4db6
Show file tree
Hide file tree
Showing 8 changed files with 2,304 additions and 1,893 deletions.
4 changes: 2 additions & 2 deletions configs/eslint-config-mongosh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "^7.25.0"
},
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.14.3",
"@mongodb-js/eslint-config-devtools": "^0.9.9",
"@typescript-eslint/eslint-plugin": "^5.59.0",
Expand All @@ -28,7 +28,7 @@
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "^2.8.8"
},
"scripts": {
"check": "npm run lint",
Expand Down
4 changes: 2 additions & 2 deletions configs/tsconfig-mongosh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"@mongodb-js/prettier-config-devtools": "^1.0.0",
"prettier": "^2.7.1"
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"prettier": "^2.8.8"
},
"scripts": {
"check": "npm run lint",
Expand Down
Loading

0 comments on commit 48f4db6

Please sign in to comment.