Skip to content

Commit 9073bcb

Browse files
authored
chore: add node types and set exact version (#215)
1 parent d573897 commit 9073bcb

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ npm-debug.log
1111
yarn-error.log
1212
lib
1313
coverage
14+
*.tgz

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
22.12.0

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@txo/semantic-release": "^2.0.10",
5050
"@txo/tsconfig-cjs": "^2.0.0",
5151
"@types/jest": "^29.5.14",
52+
"@types/node": "^22.10.2",
5253
"concurrently": "^9.1.2",
5354
"eslint-config-txo-typescript": "^4.0.70",
5455
"graphql": "^16.10.0",
@@ -59,6 +60,6 @@
5960
"prisma": "^5.22.0",
6061
"rimraf": "^6.0.1",
6162
"ts-jest": "^29.2.5",
62-
"typescript": "^5.6.3"
63+
"typescript": "^5.7.2"
6364
}
6465
}

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,6 +1473,13 @@
14731473
dependencies:
14741474
undici-types "~6.19.2"
14751475

1476+
"@types/node@^22.10.2":
1477+
version "22.10.2"
1478+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9"
1479+
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==
1480+
dependencies:
1481+
undici-types "~6.20.0"
1482+
14761483
"@types/normalize-package-data@^2.4.3":
14771484
version "2.4.4"
14781485
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
@@ -7569,10 +7576,10 @@ typed-array-length@^1.0.4:
75697576
for-each "^0.3.3"
75707577
is-typed-array "^1.1.9"
75717578

7572-
typescript@^5.6.3:
7573-
version "5.6.3"
7574-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
7575-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
7579+
typescript@^5.7.2:
7580+
version "5.7.2"
7581+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
7582+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
75767583

75777584
uglify-js@^3.1.4:
75787585
version "3.17.4"
@@ -7594,6 +7601,11 @@ undici-types@~6.19.2:
75947601
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
75957602
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
75967603

7604+
undici-types@~6.20.0:
7605+
version "6.20.0"
7606+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
7607+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
7608+
75977609
unicode-emoji-modifier-base@^1.0.0:
75987610
version "1.0.0"
75997611
resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459"

0 commit comments

Comments
 (0)