Skip to content

Commit

Permalink
Upgrade and refactor to SvelteKit 1.0.0-next.406 #10
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-klein committed Aug 18, 2022
1 parent 1a2d5f2 commit 63fd136
Show file tree
Hide file tree
Showing 30 changed files with 352 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-to-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g pnpm@7.8.0
- run: npm install -g pnpm@7.9.3
- run: pnpm install
- run: pnpm run build
env:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.15.1
pnpm 7.8.0
pnpm 7.9.3
File renamed without changes.
File renamed without changes.
Binary file added contents/coast-228x228.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contents/favicon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ title: Documentation de référence interne
- processus de recrutement
- ...

Pour avoir example, vous pouvez consulter la page [« Que contient le handbook de GitLab ? »](./011-analyse-du-handbook-de-gitlab).
Pour avoir example, vous pouvez consulter la page [« Que contient le handbook de GitLab ? »](../011-analyse-du-handbook-de-gitlab/).

## Qui a besoin d'une documentation de référence interne ?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Équipement

# Équipement

<img src="./images/office.jpg" alt="Office" style="margin: 2rem auto; display: block; width: 100%" />
<img src="./office.jpg" alt="Office" style="margin: 2rem auto; display: block; width: 100%" />

- Bureau chez moi :
- Le bureau assis/debout que j'ai chez moi : [Ikea SKARSTA](https://www.ikea.com/fr/fr/p/skarsta-bureau-assis-debout-blanc-s59324818/) à 199 €<br />
Expand Down
File renamed without changes
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.38",
"@sveltejs/kit": "1.0.0-next.401",
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/kit": "1.0.0-next.422",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"autoprefixer": "10.4.8",
Expand All @@ -29,14 +29,19 @@
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.7.0",
"svelte": "3.49.0",
"svelte-check": "2.8.0",
"svelte-check": "2.8.1",
"svelte-preprocess": "4.10.7",
"svelte-preprocess-import-assets": "0.1.6",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "3.0.7",
"vite-imagetools": "^4.0.4",
"vite-plugin-svelte-md": "0.1.6"
"vite": "3.0.8",
"vite-imagetools": "^4.0.4"
},
"type": "module"
"type": "module",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1"
}
}
Loading

0 comments on commit 63fd136

Please sign in to comment.