Compare commits

...

12 Commits

Author SHA1 Message Date
124d2605ed fix(deps): update nextjs monorepo to v12.3.4 2025-01-20 03:02:55 +00:00
ngn
0f88c28794 Merge pull request 'fix(deps): update dependency ioredis to v5.4.2' (#8) from renovate/ioredis-5.x-lockfile into custom
Some checks failed
Build and publish the docker image / build (push) Failing after 42s
Reviewed-on: #8
2025-01-20 03:00:03 +00:00
ngn
df4bfa2942 Merge branch 'custom' into renovate/ioredis-5.x-lockfile 2025-01-20 02:59:55 +00:00
ngn
3f99f93f5d Merge pull request 'fix(deps): update dependency axios to ^0.29.0' (#7) from renovate/axios-0.x into custom
Some checks are pending
Build and publish the docker image / build (push) Waiting to run
Reviewed-on: #7
2025-01-20 02:59:43 +00:00
ngn
131ea607ef Merge branch 'custom' into renovate/axios-0.x 2025-01-20 02:59:34 +00:00
ngn
ea6601bf49 Merge pull request 'chore(deps): update dependency @types/node to v18.19.71' (#3) from renovate/node-18.x into custom
Some checks are pending
Build and publish the docker image / build (push) Waiting to run
Reviewed-on: #3
2025-01-20 02:59:20 +00:00
ngn
663746b453 Merge branch 'custom' into renovate/node-18.x 2025-01-20 02:59:11 +00:00
ngn
35791cfc4d Merge pull request 'fix(deps): update dependency sharp to v0.33.5' (#2) from renovate/sharp-0.x-lockfile into custom
Some checks are pending
Build and publish the docker image / build (push) Waiting to run
Reviewed-on: #2
2025-01-20 02:59:05 +00:00
d54a92af3d fix(deps): update dependency ioredis to v5.4.2 2025-01-20 02:01:22 +00:00
7d009e7d4e fix(deps): update dependency axios to ^0.29.0 2025-01-20 02:01:16 +00:00
f061ab2ec5 chore(deps): update dependency @types/node to v18.19.71 2025-01-20 02:00:53 +00:00
497f61bac4 fix(deps): update dependency sharp to v0.33.5 2025-01-20 02:00:47 +00:00
2 changed files with 257 additions and 269 deletions

View File

@ -17,20 +17,20 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"axios": "^0.27.2", "axios": "^0.29.0",
"cheerio": "1.0.0", "cheerio": "1.0.0",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"next": "12.2.5", "next": "12.3.4",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"sharp": "^0.33.1" "sharp": "^0.33.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "18.7.3", "@types/node": "18.19.71",
"@types/react": "18.0.17", "@types/react": "18.0.17",
"@types/react-dom": "18.0.6", "@types/react-dom": "18.0.6",
"eslint": "8.22.0", "eslint": "8.22.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.3.4",
"sass": "^1.62.1", "sass": "^1.62.1",
"typescript": "4.7.4" "typescript": "4.7.4"
}, },

518
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff