Skip to content

Commit 285b8db

Browse files
committed
update client dependencies
1 parent 69ebbd9 commit 285b8db

File tree

5 files changed

+705
-653
lines changed

5 files changed

+705
-653
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Variable fonts helper
22

3-
### Self host variable fonts from Google Fonts
3+
## Self host variable fonts from Google Fonts
44

55
![Screenshot of the variable font helper web app](screenshot.png)
66

77
### <https://variable-font-helper.web.app>
88

99
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/aarol/variable-font-helper/test.yml?label=Tests)
1010

11+
## Stack
1112

12-
## Stack:
13-
* React
14-
* [Mantine UI](https://mantine.dev)
15-
* Firebase Cloud Functions
16-
* Firebase Hosting
13+
- React
14+
- [Mantine UI](https://mantine.dev)
15+
- Firebase Cloud Functions
16+
- Firebase Hosting
1717

1818
## How it works
1919

@@ -25,9 +25,12 @@
2525
## Run locally
2626

2727
1. Install firebase-tools
28-
29-
`pnpm add -g firebase-tools`
28+
29+
`pnpm add -g firebase-tools`
3030

3131
2. Run the client & functions locally
3232

3333
`pnpm --recursive dev`
34+
35+
### Deploy
36+

client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
"cypress": "concurrently \"vite\" \"cypress open\""
1111
},
1212
"dependencies": {
13-
"@mantine/code-highlight": "^7.7.1",
14-
"@mantine/core": "^7.7.1",
15-
"@mantine/form": "^7.7.1",
16-
"@mantine/hooks": "^7.7.1",
17-
"@tabler/icons-react": "^2.47.0",
13+
"@mantine/code-highlight": "^7.14.3",
14+
"@mantine/core": "^7.14.3",
15+
"@mantine/form": "^7.14.3",
16+
"@mantine/hooks": "^7.14.3",
17+
"@tabler/icons-react": "^3.24.0",
1818
"file-saver": "^2.0.5",
1919
"jszip": "^3.10.1",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.24.3",
24+
"@babel/core": "^7.26.0",
2525
"@types/file-saver": "^2.0.7",
2626
"@types/node": "^20.12.2",
2727
"@types/react": "^18.2.74",
2828
"@types/react-dom": "^18.2.23",
29-
"@vitejs/plugin-react": "^4.2.1",
30-
"concurrently": "^8.2.2",
29+
"@vitejs/plugin-react": "^4.3.4",
30+
"concurrently": "^9.1.0",
3131
"cypress": "^13.7.1",
3232
"prop-types": "^15.8.1",
3333
"typescript": "^5.4.3",
34-
"vite": "4.4.11"
34+
"vite": "^6.0.3"
3535
}
3636
}

0 commit comments

Comments
 (0)