Skip to content

Commit 56d8617

Browse files
authored
Update dependencies (#31)
1 parent bc63044 commit 56d8617

File tree

5 files changed

+1860
-1001
lines changed

5 files changed

+1860
-1001
lines changed

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

package.json

+23-18
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,30 @@
2020
"prepublishOnly": "npm run build"
2121
},
2222
"dependencies": {
23-
"execa": "5.0.0",
24-
"fs-extra": "^10.0.1",
25-
"node-fetch": "2",
26-
"snake-case": "3.0.4"
23+
"change-case": "^5.4.4",
24+
"execa": "^9.5.2",
25+
"fs-extra": "^11.3.0",
26+
"node-fetch": "^2.7.0"
2727
},
2828
"devDependencies": {
29-
"@types/fs-extra": "^9.0.13",
30-
"@types/glob": "^7.2.0",
31-
"@types/node": "^14.14.27",
32-
"@types/node-fetch": "2",
33-
"@types/react": "^17.0.2",
34-
"@vercel/build-utils": "^2.15.0",
35-
"@vercel/frameworks": "^0.2.0",
36-
"@vercel/routing-utils": "^1.9.2",
37-
"eslint": "8.12.0",
38-
"eslint-config-next": "12.1.4",
39-
"next": "^14.1.0",
40-
"react": "^18.2.0",
41-
"react-dom": "^18.2.0",
42-
"typescript": "^4.1.5"
29+
"@types/fs-extra": "^11.0.4",
30+
"@types/glob": "^8.1.0",
31+
"@types/node": "^22.10.7",
32+
"@types/node-fetch": "^2.6.12",
33+
"@types/react": "^19.0.7",
34+
"@vercel/build-utils": "^9.0.1",
35+
"@vercel/frameworks": "^3.4.0",
36+
"@vercel/routing-utils": "^5.0.0",
37+
"eslint": "^9.18.0",
38+
"eslint-config-next": "^15.1.5",
39+
"next": "^15.1.5",
40+
"react": "^19.0.0",
41+
"react-dom": "^19.0.0",
42+
"typescript": "^5.7.3"
43+
},
44+
"pnpm": {
45+
"overrides": {
46+
"path-to-regexp@>=4.0.0 <6.3.0": ">=6.3.0"
47+
}
4348
}
4449
}

0 commit comments

Comments
 (0)