update depends
All checks were successful
Publish Docker Image / docker (push) Successful in 1m55s

This commit is contained in:
Lee 2023-10-14 17:53:47 +01:00
parent a68d10e0f8
commit 5ae5746739
3 changed files with 5500 additions and 673 deletions

3637
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -6,28 +6,30 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next build && next start", "start": "next build && next start",
"lint": "next lint" "lint": "next lint",
"update-depends": "npm-check -u"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.0", "@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.0", "@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0", "@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "20.4.1", "@types/node": "^20.8.6",
"@types/react": "18.2.14", "@types/react": "^18.2.28",
"@types/react-dom": "18.2.6", "@types/react-dom": "^18.2.13",
"autoprefixer": "10.4.14", "autoprefixer": "^10.4.16",
"eslint": "8.44.0", "eslint": "^8.51.0",
"eslint-config-next": "13.4.9", "eslint-config-next": "^13.5.4",
"next": "13.4.9", "next": "^13.5.4",
"next-plugin-yaml": "^1.0.1", "next-plugin-yaml": "^1.0.1",
"postcss": "8.4.25", "npm-check": "^6.0.1",
"postcss": "^8.4.31",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"sharp": "^0.32.2", "sharp": "^0.32.6",
"tailwindcss": "3.3.2", "tailwindcss": "^3.3.3",
"typescript": "5.1.6", "typescript": "^5.2.2",
"use-lanyard": "^1.4.4" "use-lanyard": "^1.4.4"
} }
} }

2502
yarn.lock

File diff suppressed because it is too large Load Diff