Skip to content

Commit 391cdad

Browse files
authored
Merge pull request #4 from desktop/bump-all-the-things
Bump all dependencies to latest
2 parents 97394d4 + be262c3 commit 391cdad

File tree

2 files changed

+544
-1022
lines changed

2 files changed

+544
-1022
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "win32-user-locale",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A thin wrapper on top of GetLocaleInfoEx",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -31,14 +31,14 @@
3131
},
3232
"homepage": "https://github.com/desktop/win32-user-locale#readme",
3333
"devDependencies": {
34-
"@types/jest": "^26.0.13",
35-
"@types/node": "^12.0.0",
34+
"@types/jest": "^27.4.1",
35+
"@types/node": "^16.0.0",
3636
"jest": "^27.5.1",
37-
"prebuild": "^11.0.2",
38-
"prettier": "^2.0.5",
37+
"prebuild": "^11.0.3",
38+
"prettier": "^2.5.1",
3939
"ts-jest": "^27.1.3",
40-
"ts-node": "^9.0.0",
41-
"typescript": "^4.5.0"
40+
"ts-node": "^10.7.0",
41+
"typescript": "^4.6.2"
4242
},
4343
"dependencies": {
4444
"bindings": "^1.5.0",

0 commit comments

Comments
 (0)