Skip to content

Commit 0dd971a

Browse files
chore(deps): add node v20 as dev dependency (#6950)
Co-authored-by: Batuhan Wilhelm <[email protected]>
1 parent 67c9797 commit 0dd971a

File tree

251 files changed

+1853
-1206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+1853
-1206
lines changed

examples/access-control-casbin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,15 @@
3838
"devDependencies": {
3939
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
4040
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
41-
"@types/node": "^18.16.2",
41+
"@types/node": "^20",
4242
"@types/react": "^19.1.0",
4343
"@types/react-dom": "^19.1.0",
4444
"@vitejs/plugin-react": "^4.2.1",
4545
"rollup-plugin-polyfill-node": "^0.13.0",
4646
"typescript": "^5.8.3",
4747
"vite": "^5.4.15"
48+
},
49+
"engines": {
50+
"node": ">=20"
4851
}
4952
}

examples/access-control-cerbos/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@
3535
"react-router": "^7.0.2"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^18.16.2",
38+
"@types/node": "^20",
3939
"@types/react": "^19.1.0",
4040
"@types/react-dom": "^19.1.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"typescript": "^5.8.3",
4343
"vite": "^5.4.15"
44+
},
45+
"engines": {
46+
"node": ">=20"
4447
}
4548
}

examples/access-control-permify/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@
3535
"react-router": "^7.0.2"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^18.16.2",
38+
"@types/node": "^20",
3939
"@types/react": "^19.1.0",
4040
"@types/react-dom": "^19.1.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"typescript": "^5.8.3",
4343
"vite": "^5.4.15"
44+
},
45+
"engines": {
46+
"node": ">=20"
4447
}
4548
}

examples/app-crm-minimal/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@graphql-codegen/import-types-preset": "^3.0.0",
4444
"@graphql-codegen/typescript": "^4.0.1",
4545
"@graphql-codegen/typescript-operations": "^4.0.1",
46-
"@types/node": "^18.16.2",
46+
"@types/node": "^20",
4747
"@types/react": "^19.1.0",
4848
"@types/react-dom": "^19.1.0",
4949
"@typescript-eslint/parser": "5.48.0",
@@ -60,5 +60,8 @@
6060
"typescript": "^5.8.3",
6161
"vite": "^5.4.15",
6262
"vite-tsconfig-paths": "^4.2.1"
63+
},
64+
"engines": {
65+
"node": ">=20"
6366
}
6467
}

examples/audit-log-provider/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@
2222
"devDependencies": {
2323
"@types/react": "^19.1.0",
2424
"@types/react-dom": "^19.1.0",
25+
"@types/node": "^20",
2526
"@vitejs/plugin-react": "^4.2.1",
2627
"typescript": "^5.8.3",
2728
"vite": "^5.4.15",
2829
"vite-plugin-cdn-import": "^0.3.5"
30+
},
31+
"engines": {
32+
"node": ">=20"
2933
}
3034
}

examples/auth-antd/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@
3636
"react-router": "^7.0.2"
3737
},
3838
"devDependencies": {
39-
"@types/node": "^18.16.2",
39+
"@types/node": "^20",
4040
"@types/react": "^19.1.0",
4141
"@types/react-dom": "^19.1.0",
4242
"@vitejs/plugin-react": "^4.2.1",
4343
"typescript": "^5.8.3",
4444
"vite": "^5.4.15"
45+
},
46+
"engines": {
47+
"node": ">=20"
4548
}
4649
}

examples/auth-auth0/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@
3737
"react-router": "^7.0.2"
3838
},
3939
"devDependencies": {
40-
"@types/node": "^18.16.2",
40+
"@types/node": "^20",
4141
"@types/react": "^19.1.0",
4242
"@types/react-dom": "^19.1.0",
4343
"@vitejs/plugin-react": "^4.2.1",
4444
"typescript": "^5.8.3",
4545
"vite": "^5.4.15"
46+
},
47+
"engines": {
48+
"node": ">=20"
4649
}
4750
}

examples/auth-chakra-ui/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@
2727
"devDependencies": {
2828
"@types/react": "^19.1.0",
2929
"@types/react-dom": "^19.1.0",
30+
"@types/node": "^20",
3031
"@vitejs/plugin-react": "^4.2.1",
3132
"typescript": "^5.8.3",
3233
"vite": "^5.4.15"
34+
},
35+
"engines": {
36+
"node": ">=20"
3337
}
3438
}

examples/auth-google-login/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@
3636
"react-router": "^7.0.2"
3737
},
3838
"devDependencies": {
39-
"@types/node": "^18.16.2",
39+
"@types/node": "^20",
4040
"@types/react": "^19.1.0",
4141
"@types/react-dom": "^19.1.0",
4242
"@vitejs/plugin-react": "^4.2.1",
4343
"typescript": "^5.8.3",
4444
"vite": "^5.4.15"
45+
},
46+
"engines": {
47+
"node": ">=20"
4548
}
4649
}

examples/auth-headless/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@
2424
"devDependencies": {
2525
"@types/react": "^19.1.0",
2626
"@types/react-dom": "^19.1.0",
27+
"@types/node": "^20",
2728
"@vitejs/plugin-react": "^4.2.1",
2829
"typescript": "^5.8.3",
2930
"vite": "^5.4.15"
31+
},
32+
"engines": {
33+
"node": ">=20"
3034
}
3135
}

0 commit comments

Comments
 (0)