Skip to content

Commit 9f4cf86

Browse files
chore(deps): update dependency node to v22
1 parent c1f0f2f commit 9f4cf86

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '20.10.x'
19+
node-version: '22.16.x'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Release

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup NodeJs
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '20.10.x'
19+
node-version: '22.16.x'
2020
- name: Install Dependencies
2121
run: yarn install --frozen-lockfile
2222
- name: Run Type Check

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@tailwindcss/container-queries": "0.1.1",
1616
"@tailwindcss/typography": "0.5.16",
17-
"@types/node": "18.19.70",
17+
"@types/node": "22.15.30",
1818
"@types/react": "18.3.18",
1919
"@types/react-dom": "18.3.5",
2020
"autoprefixer": "10.4.20",

example/with-css-variables/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@
228228
lodash.merge "^4.6.2"
229229
postcss-selector-parser "6.0.10"
230230

231-
"@types/node@18.19.70":
232-
version "18.19.70"
233-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.70.tgz#5a77508f5568d16fcd3b711c8102d7a430a04df7"
234-
integrity sha512-RE+K0+KZoEpDUbGGctnGdkrLFwi1eYKTlIHNl2Um98mUkGsm1u2Ff6Ltd0e8DktTtC98uy7rSj+hO8t/QuLoVQ==
231+
"@types/node@22.15.30":
232+
version "22.15.30"
233+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
234+
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
235235
dependencies:
236-
undici-types "~5.26.4"
236+
undici-types "~6.21.0"
237237

238238
"@types/prop-types@*":
239239
version "15.7.5"
@@ -1828,10 +1828,10 @@ [email protected]:
18281828
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
18291829
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
18301830

1831-
undici-types@~5.26.4:
1832-
version "5.26.5"
1833-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1834-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1831+
undici-types@~6.21.0:
1832+
version "6.21.0"
1833+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1834+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
18351835

18361836
universalify@^2.0.0:
18371837
version "2.0.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@commitlint/cli": "17.8.1",
3737
"@commitlint/config-conventional": "17.8.1",
3838
"@tsconfig/node16": "1.0.4",
39-
"@types/node": "18.19.70",
39+
"@types/node": "22.15.30",
4040
"@types/prettier": "^2.7.2",
4141
"@typescript-eslint/eslint-plugin": "5.62.0",
4242
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,18 +1170,18 @@
11701170
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1"
11711171
integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==
11721172

1173-
1174-
version "18.19.70"
1175-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.70.tgz#5a77508f5568d16fcd3b711c8102d7a430a04df7"
1176-
integrity sha512-RE+K0+KZoEpDUbGGctnGdkrLFwi1eYKTlIHNl2Um98mUkGsm1u2Ff6Ltd0e8DktTtC98uy7rSj+hO8t/QuLoVQ==
1177-
dependencies:
1178-
undici-types "~5.26.4"
1179-
11801173
11811174
version "20.5.1"
11821175
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
11831176
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
11841177

1178+
1179+
version "22.15.30"
1180+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
1181+
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
1182+
dependencies:
1183+
undici-types "~6.21.0"
1184+
11851185
"@types/normalize-package-data@^2.4.0":
11861186
version "2.4.1"
11871187
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -7187,10 +7187,10 @@ unbox-primitive@^1.0.2:
71877187
has-symbols "^1.0.3"
71887188
which-boxed-primitive "^1.0.2"
71897189

7190-
undici-types@~5.26.4:
7191-
version "5.26.5"
7192-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7193-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7190+
undici-types@~6.21.0:
7191+
version "6.21.0"
7192+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7193+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
71947194

71957195
unicode-emoji-modifier-base@^1.0.0:
71967196
version "1.0.0"

0 commit comments

Comments
 (0)