Skip to content

Commit 87afc63

Browse files
chore(deps): add node v20 as dev dependency
1 parent 9420b3f commit 87afc63

253 files changed

Lines changed: 1863 additions & 1274 deletions

File tree

Some content is hidden

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

examples/access-control-casbin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@
3737
"devDependencies": {
3838
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
3939
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
40-
"@types/node": "^18.16.2",
40+
"@types/node": "^20",
4141
"@types/react": "^18.0.0",
4242
"@types/react-dom": "^18.0.0",
4343
"@vitejs/plugin-react": "^4.2.1",
4444
"rollup-plugin-polyfill-node": "^0.13.0",
4545
"typescript": "^5.4.2",
4646
"vite": "^5.4.15"
47+
},
48+
"engines": {
49+
"node": ">=20"
4750
}
4851
}

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": "^18.0.0",
4040
"@types/react-dom": "^18.0.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"typescript": "^5.4.2",
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
@@ -34,11 +34,14 @@
3434
"react-router": "^7.0.2"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^18.16.2",
37+
"@types/node": "^20",
3838
"@types/react": "^18.0.0",
3939
"@types/react-dom": "^18.0.0",
4040
"@vitejs/plugin-react": "^4.2.1",
4141
"typescript": "^5.4.2",
4242
"vite": "^5.4.15"
43+
},
44+
"engines": {
45+
"node": ">=20"
4346
}
4447
}

examples/app-crm-minimal/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@graphql-codegen/import-types-preset": "^3.0.0",
4343
"@graphql-codegen/typescript": "^4.0.1",
4444
"@graphql-codegen/typescript-operations": "^4.0.1",
45-
"@types/node": "^18.16.2",
45+
"@types/node": "^20",
4646
"@types/react": "^18.0.0",
4747
"@types/react-dom": "^18.0.0",
4848
"@typescript-eslint/parser": "5.48.0",
@@ -59,5 +59,8 @@
5959
"typescript": "^5.4.2",
6060
"vite": "^5.4.15",
6161
"vite-tsconfig-paths": "^4.2.1"
62+
},
63+
"engines": {
64+
"node": ">=20"
6265
}
6366
}

examples/audit-log-provider/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@
2020
"react-router": "^7.0.2"
2121
},
2222
"devDependencies": {
23+
"@types/node": "^20",
2324
"@types/react": "^18.0.0",
2425
"@types/react-dom": "^18.0.0",
2526
"@vitejs/plugin-react": "^4.2.1",
2627
"typescript": "^5.4.2",
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
@@ -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": "^18.0.0",
4040
"@types/react-dom": "^18.0.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"typescript": "^5.4.2",
4343
"vite": "^5.4.15"
44+
},
45+
"engines": {
46+
"node": ">=20"
4447
}
4548
}

examples/auth-auth0/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": "^18.0.0",
4141
"@types/react-dom": "^18.0.0",
4242
"@vitejs/plugin-react": "^4.2.1",
4343
"typescript": "^5.4.2",
4444
"vite": "^5.4.15"
45+
},
46+
"engines": {
47+
"node": ">=20"
4548
}
4649
}

examples/auth-chakra-ui/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@
2525
"react-router": "^7.0.2"
2626
},
2727
"devDependencies": {
28+
"@types/node": "^20",
2829
"@types/react": "^18.0.0",
2930
"@types/react-dom": "^18.0.0",
3031
"@vitejs/plugin-react": "^4.2.1",
3132
"typescript": "^5.4.2",
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
@@ -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": "^18.0.0",
4040
"@types/react-dom": "^18.0.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"typescript": "^5.4.2",
4343
"vite": "^5.4.15"
44+
},
45+
"engines": {
46+
"node": ">=20"
4447
}
4548
}

examples/auth-headless/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
"react-router": "^7.0.2"
2323
},
2424
"devDependencies": {
25+
"@types/node": "^20",
2526
"@types/react": "^18.0.0",
2627
"@types/react-dom": "^18.0.0",
2728
"@vitejs/plugin-react": "^4.2.1",
2829
"typescript": "^5.4.2",
2930
"vite": "^5.4.15"
31+
},
32+
"engines": {
33+
"node": ">=20"
3034
}
3135
}

0 commit comments

Comments
 (0)