mirror of
https://github.com/XFox111/my-website.git
synced 2026-07-02 19:52:45 +03:00
Compare commits
4 Commits
20251211.1
...
20260103.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2000dbe8d4 | |||
| e344c163bc | |||
| bd0ac821c2 | |||
| e694ec53c9 |
@@ -8,7 +8,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
target-branch: "main"
|
||||
assignees:
|
||||
- "XFox111"
|
||||
schedule:
|
||||
@@ -21,7 +21,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
target-branch: "main"
|
||||
assignees:
|
||||
- "XFox111"
|
||||
schedule:
|
||||
@@ -34,7 +34,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "devcontainers"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
target-branch: "main"
|
||||
assignees:
|
||||
- "XFox111"
|
||||
schedule:
|
||||
@@ -47,7 +47,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
target-branch: "main"
|
||||
assignees:
|
||||
- "XFox111"
|
||||
schedule:
|
||||
|
||||
Generated
+164
-633
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -22,27 +22,27 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui/svg-icons": "^1.1.316",
|
||||
"next": "^16.0.8",
|
||||
"nodemailer": "^7.0.11",
|
||||
"next": "^16.1.1",
|
||||
"nodemailer": "^7.0.12",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-social-icons": "^6.25.0",
|
||||
"react-turnstile": "^1.1.4",
|
||||
"sharp": "^0.34.5",
|
||||
"zod": "^4.1.13"
|
||||
"zod": "^4.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/eslint-plugin-next": "^16.0.8",
|
||||
"@next/eslint-plugin-next": "^16.1.1",
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"@types/node": "^25.0.0",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/nodemailer": "^7.0.4",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-next": "^16.0.8",
|
||||
"sass": "^1.96.0",
|
||||
"eslint-config-next": "^16.1.1",
|
||||
"sass": "^1.97.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.49.0"
|
||||
"typescript-eslint": "^8.51.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user