Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ jobs:
fi
fi
- name: Check for dead links
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v2.8.0
with:
args: --verbose --no-progress https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh
9 changes: 7 additions & 2 deletions pwa/app/(common)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Suspense } from "react";
import ClientGenerator from "./components/ClientGenerator";
import Cover from "./components/cover/Cover";
import Admin from "./components/Admin";
Expand All @@ -16,13 +17,17 @@ export default async function Page() {

return (
<>
<Cover />
<Suspense>
<Cover />
</Suspense>
<section className="container text-center min-h-screen">
<Heading size="xl" overline="API Platform Framework" level="h2">
The <strong>easiest way</strong> to create your{" "}
<strong>web API</strong>
</Heading>
<Timeline />
<Suspense>
<Timeline />
</Suspense>
</section>
<div className="lg:mb-24">
<ClientGenerator />
Expand Down
90 changes: 49 additions & 41 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
"contributors": "ts-node ./contributors.ts"
},
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@docsearch/css": "^3.9.0",
"@docsearch/react": "^3.9.0",
"@formatjs/intl-localematcher": "^0.2.32",
"@mdx-js/loader": "^2.3.0",
"@monaco-editor/react": "^4.5.2",
"@next/mdx": "^13.4.19",
"@monaco-editor/react": "^4.7.0",
"@next/mdx": "^14.2.35",
"@octokit/plugin-throttling": "^6.1.0",
"@octokit/rest": "^20.0.1",
"@tailwindcss/typography": "^0.5.9",
"@types/http-headers": "^3.0.0",
"@types/swagger-ui": "^3.52.0",
"classnames": "^2.3.2",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"@octokit/rest": "^20.1.2",
"@tailwindcss/typography": "^0.5.20",
"@types/http-headers": "^3.0.4",
"@types/swagger-ui": "^3.52.4",
"classnames": "^2.5.1",
"cookies-next": "^4.3.0",
"dayjs": "^1.11.21",
"dotenv": "^16.6.1",
"gray-matter": "^4.0.3",
"gsap": "^3.12.2",
"highlight.js": "^11.8.0",
"gsap": "^3.15.0",
"highlight.js": "^11.11.1",
"http-headers": "^3.0.2",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mapbox-gl": "^2.15.0",
"markdown-it": "^13.0.1",
"negotiator": "^0.6.3",
"next": "13.5.6",
"markdown-it": "^14.2.0",
"negotiator": "^0.6.4",
"next": "14.2.35",
"next-themes": "npm:@wits/next-themes@^0.2.16",
"octokit": "^2.1.0",
"prettier": "^2.8.8",
Expand All @@ -48,45 +48,53 @@
"rehype-slug": "^5.1.0",
"remark-frontmatter": "^4.0.1",
"remark-mdx-frontmatter": "^3.0.0",
"rxjs": "^7.8.1",
"sharp": "^0.32.5",
"shiki": "^0.14.3",
"swagger-ui": "^5.4.2",
"rxjs": "^7.8.2",
"sharp": "^0.32.6",
"shiki": "^0.14.7",
"swagger-ui": "^5.32.6",
"unist-util-visit": "^4.1.2",
"yaml": "^2.3.1"
"yaml": "^2.9.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.29.7",
"@octokit/types": "^9.3.2",
"@popperjs/core": "^2.11.8",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/mapbox-gl": "^2.7.13",
"@types/markdown-it": "^12.2.3",
"@types/negotiator": "^0.6.1",
"@types/node": "^18.17.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/mapbox-gl": "^2.7.21",
"@types/markdown-it": "^14.1.2",
"@types/negotiator": "^0.6.4",
"@types/node": "^18.19.130",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.5.0",
"cpr": "^3.0.1",
"encoding": "^0.1.13",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^8.10.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"eslint-config-prettier": "^8.10.2",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"eslint-plugin-prettier": "^4.2.5",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"webpack": "^5.104.1"
},
"peerDependencies": {
"@babel/core": "^7.19.0",
"@popperjs/core": "^2.11.6"
},
"pnpm": {
"overrides": {
"webpack": ">=5.104.1",
"postcss": ">=8.5.10",
"glob": ">=10.5.0"
}
},
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}
Loading
Loading