Skip to content

Commit a141fda

Browse files
committed
chore: update pkgs
2 parents 3896534 + 0f73fe8 commit a141fda

File tree

2 files changed

+253
-211
lines changed

2 files changed

+253
-211
lines changed

package.json

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,34 @@
4141
"watch": "rm -rf lib && rollup -cw"
4242
},
4343
"dependencies": {
44-
"bson": "^6.8.0",
45-
"libphonenumber-js": "^1.11.5"
44+
"@types/bson": "^4.2.4",
45+
"@types/jest": "^29.5.14",
46+
"@types/node": "^22.13.1",
47+
"@types/shelljs": "^0.8.15",
48+
"bson": "^6.10.2",
49+
"jest": "^29.7.0",
50+
"libphonenumber-js": "^1.11.19",
51+
"prettier": "^3.5.0",
52+
"rollup": "^4.34.6",
53+
"rollup-plugin-typescript2": "^0.36.0",
54+
"shelljs": "^0.8.5",
55+
"ts-jest": "^29.2.5",
56+
"tslib": "^2.8.1",
57+
"typescript": "^5.7.3"
4658
},
4759
"devDependencies": {
48-
"@types/bson": "^4.2.0",
49-
"@types/jest": "^29.5.12",
50-
"@types/node": "^22.2.0",
60+
"@types/bson": "^4.2.4",
61+
"@types/jest": "^29.5.14",
62+
"@types/node": "^22.13.1",
5163
"@types/shelljs": "^0.8.15",
5264
"jest": "^29.7.0",
53-
"prettier": "^3.3.3",
54-
"rollup": "^4.20.0",
65+
"prettier": "^3.5.0",
66+
"rollup": "^4.34.6",
5567
"rollup-plugin-typescript2": "^0.36.0",
5668
"shelljs": "^0.8.5",
57-
"ts-jest": "^29.2.4",
58-
"tslib": "^2.6.3",
59-
"typescript": "^5.5.4"
69+
"ts-jest": "^29.2.5",
70+
"tslib": "^2.8.1",
71+
"typescript": "^5.7.3"
6072
},
6173
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
6274
}

0 commit comments

Comments
 (0)