Chore: Bump node version to 22

This commit is contained in:
Benjamin S. Leveritt
2024-12-10 14:44:54 +00:00
parent 4fc4f029a2
commit d4e9afc4e2
5 changed files with 14 additions and 5 deletions

View File

@@ -1 +1 @@
20
22

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
22

View File

@@ -20,7 +20,7 @@
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.5.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",

View File

@@ -4,6 +4,9 @@
"type": "module",
"workspaces": ["packages/*", "examples/*"],
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.10",

11
pnpm-lock.yaml generated
View File

@@ -1183,9 +1183,9 @@ importers:
specifier: ^4.4.5
version: 4.4.5(vue@3.5.11(typescript@5.6.2))
devDependencies:
'@tsconfig/node20':
specifier: ^20.1.4
version: 20.1.4
'@tsconfig/node22':
specifier: ^22.0.0
version: 22.0.0
'@types/node':
specifier: ^22.5.1
version: 22.5.1
@@ -5036,6 +5036,9 @@ packages:
'@tsconfig/node20@20.1.4':
resolution: {integrity: sha512-sqgsT69YFeLWf5NtJ4Xq/xAF8p4ZQHlmGW74Nu2tD4+g5fAsposc4ZfaaPixVu4y01BEiDCWLRDCvDM5JOsRxg==}
'@tsconfig/node22@22.0.0':
resolution: {integrity: sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==}
'@types/argparse@1.0.38':
resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==}
@@ -15450,6 +15453,8 @@ snapshots:
'@tsconfig/node20@20.1.4': {}
'@tsconfig/node22@22.0.0': {}
'@types/argparse@1.0.38': {}
'@types/babel__core@7.20.5':