Skip to content

Commit ac294e7

Browse files
committed
yarn upgrade
1 parent 6418841 commit ac294e7

File tree

4 files changed

+1168
-1157
lines changed

4 files changed

+1168
-1157
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ page created by: Philip Mocz (2024)
88

99
## Repository structure
1010

11-
- The `main` branch contains the website source code
12-
- The `gh-pages` branch stores the built website
11+
- The `main` branch contains the website source code
12+
- The `gh-pages` branch stores the built website
1313

1414
## Updating the website
1515

@@ -30,6 +30,12 @@ npm run preview
3030

3131
and open `http://localhost:4173/` in your browser.
3232

33+
If you want to upgrade dependencies (e.g. to patch security issues), try a
34+
35+
```console
36+
yarn upgrade
37+
```
38+
3339
## How the website was set up
3440

3541
Uses https://github.com/thieryw/gitlanding (v2) React components
@@ -38,9 +44,9 @@ Starts from demo template: https://github.com/garronej/gitlanding-demo
3844

3945
Follows guide on publishing React web apps to GitHub Pages from https://github.com/gitname/react-gh-pages
4046

41-
- add a `homepage` property to the `package.json` file
47+
- add a `homepage` property to the `package.json` file
4248

43-
- also add a `predeploy` property and a `deploy` property to the `scripts` object:
49+
- also add a `predeploy` property and a `deploy` property to the `scripts` object:
4450

4551
```json
4652
"scripts": {

tsconfig.app.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"root":["./src/app.tsx","./src/main.tsx","./src/theme.ts","./src/tss.ts","./src/vite-env.d.ts"],"version":"5.6.2"}
1+
{"root":["./src/app.tsx","./src/main.tsx","./src/theme.ts","./src/tss.ts","./src/vite-env.d.ts"],"version":"5.9.2"}

tsconfig.node.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"root":["./vite.config.ts"],"version":"5.6.2"}
1+
{"root":["./vite.config.ts"],"version":"5.9.2"}

0 commit comments

Comments
 (0)