Skip to content

Commit 48f4db6

Browse files
committed
Bump some dependencies
1 parent 97ef3b1 commit 48f4db6

File tree

8 files changed

+2304
-1893
lines changed

8 files changed

+2304
-1893
lines changed

configs/eslint-config-mongosh/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "^7.25.0"
1616
},
1717
"dependencies": {
18-
"@babel/core": "^7.21.4",
18+
"@babel/core": "^7.22.8",
1919
"@babel/eslint-parser": "^7.14.3",
2020
"@mongodb-js/eslint-config-devtools": "^0.9.9",
2121
"@typescript-eslint/eslint-plugin": "^5.59.0",
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^4.2.0"
2929
},
3030
"devDependencies": {
31-
"prettier": "^2.7.1"
31+
"prettier": "^2.8.8"
3232
},
3333
"scripts": {
3434
"check": "npm run lint",

configs/tsconfig-mongosh/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"typescript": "^5.3.3"
1212
},
1313
"devDependencies": {
14-
"@mongodb-js/prettier-config-devtools": "^1.0.0",
15-
"prettier": "^2.7.1"
14+
"@mongodb-js/prettier-config-devtools": "^1.0.1",
15+
"prettier": "^2.8.8"
1616
},
1717
"scripts": {
1818
"check": "npm run lint",

0 commit comments

Comments
 (0)