Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 21cf3e2

Browse files
committedOct 21, 2023
deps: Upgrades all dependencies
1 parent 972d2b6 commit 21cf3e2

File tree

3 files changed

+1670
-1335
lines changed

3 files changed

+1670
-1335
lines changed
 

‎package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,30 @@
5050
"pnpm": "8.x"
5151
},
5252
"dependencies": {
53-
"bson": "^5.2.0",
54-
"mongodb": "^5.3.0",
55-
"tslib": "^2.5.0"
53+
"bson": "^6.2.0",
54+
"mongodb": "^6.2.0",
55+
"tslib": "^2.6.2"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "^15.0.0",
59-
"@commitlint/config-conventional": "^15.0.0",
60-
"@types/node": "^18.15.11",
61-
"ava": "^4.3.0",
62-
"c8": "^7.13.0",
63-
"cross-fetch": "^3.1.5",
64-
"dotenv": "^16.0.3",
65-
"esbuild": "0.17.16",
66-
"husky": "^7.0.4",
67-
"lint-staged": "13.0.3",
68-
"msw": "^1.2.1",
58+
"@commitlint/cli": "^18.0.0",
59+
"@commitlint/config-conventional": "^18.0.0",
60+
"@types/node": "^20.8.7",
61+
"ava": "^5.3.1",
62+
"c8": "^8.0.1",
63+
"cross-fetch": "^4.0.0",
64+
"dotenv": "^16.3.1",
65+
"esbuild": "0.19.5",
66+
"husky": "^8.0.3",
67+
"lint-staged": "15.0.2",
68+
"msw": "^1.3.2",
6969
"npm-run-all": "^4.1.5",
70-
"release-it": "^15.10.2",
70+
"release-it": "^16.2.1",
7171
"shx": "^0.3.4",
72-
"syncpack": "^7.2.1",
72+
"syncpack": "^11.2.1",
7373
"ts-node": "10.9.1",
74-
"tsup": "^6.7.0",
75-
"typescript": "^5.0.4",
76-
"xo": "0.54.2"
74+
"tsup": "^7.2.0",
75+
"typescript": "^5.2.2",
76+
"xo": "0.56.0"
7777
},
7878
"publishConfig": {
7979
"access": "public"

‎pnpm-lock.yaml

+1,649-1,312
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tsconfig.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "ES2020",
4-
"module": "ES2020",
5-
"moduleResolution": "node16",
4+
"module": "Node16",
5+
"moduleResolution": "Node16",
66
"types": ["node"],
77
"allowSyntheticDefaultImports": true,
88
"alwaysStrict": false,
@@ -28,8 +28,6 @@
2828
"ts-node": {
2929
"transpileOnly": true,
3030
"compilerOptions": {
31-
"target": "ES6",
32-
"module": "ES6",
3331
"noEmit": true
3432
}
3533
}

0 commit comments

Comments
 (0)
This repository has been archived.