Skip to content

Commit fb67f1e

Browse files
committed
chore: update
1 parent 744b767 commit fb67f1e

File tree

2 files changed

+2660
-1614
lines changed

2 files changed

+2660
-1614
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/graphql-compose/graphql-compose-mongoose",
2626
"dependencies": {
27-
"dataloader": "^2.2.2",
27+
"dataloader": "^2.2.3",
2828
"graphql-compose-connection": "8.2.1",
2929
"graphql-compose-pagination": "8.3.0"
3030
},
@@ -33,24 +33,24 @@
3333
"mongoose": "^8.0.0 || ^7.0.0 || ^6.0.0"
3434
},
3535
"devDependencies": {
36-
"@types/jest": "29.5.8",
37-
"@typescript-eslint/eslint-plugin": "6.11.0",
38-
"@typescript-eslint/parser": "6.11.0",
39-
"eslint": "8.53.0",
36+
"@types/jest": "30.0.0",
37+
"@typescript-eslint/eslint-plugin": "8.49.0",
38+
"@typescript-eslint/parser": "8.49.0",
39+
"eslint": "9.39.1",
4040
"eslint-config-airbnb-base": "15.0.0",
41-
"eslint-config-prettier": "9.0.0",
42-
"eslint-plugin-import": "2.29.0",
43-
"eslint-plugin-prettier": "5.0.1",
44-
"graphql": "16.8.1",
45-
"graphql-compose": "9.0.10",
46-
"jest": "29.7.0",
47-
"mongodb-memory-server": "9.0.1",
48-
"mongoose": "8.0.0",
49-
"prettier": "3.1.0",
41+
"eslint-config-prettier": "10.1.8",
42+
"eslint-plugin-import": "2.32.0",
43+
"eslint-plugin-prettier": "5.5.4",
44+
"graphql": "16.12.0",
45+
"graphql-compose": "9.1.0",
46+
"jest": "30.2.0",
47+
"mongodb-memory-server": "10.4.1",
48+
"mongoose": "9.0.1",
49+
"prettier": "3.7.4",
5050
"request": "2.88.2",
51-
"rimraf": "5.0.5",
52-
"ts-jest": "29.1.1",
53-
"typescript": "5.2.2"
51+
"rimraf": "6.1.2",
52+
"ts-jest": "29.4.6",
53+
"typescript": "5.9.3"
5454
},
5555
"scripts": {
5656
"prepare": "tsc -p ./tsconfig.build.json",
@@ -69,5 +69,6 @@
6969
},
7070
"engines": {
7171
"node": ">=16.0.0"
72-
}
72+
},
73+
"packageManager": "yarn@1.22.22"
7374
}

0 commit comments

Comments
 (0)