Skip to content

Commit

Permalink
updating firebase version to proper run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadbitcoin committed Sep 28, 2024
1 parent 30fab92 commit 35aa93e
Show file tree
Hide file tree
Showing 4 changed files with 1,089 additions and 1,529 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.20.4
7 changes: 0 additions & 7 deletions docs/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@

- Ensure that you have Node.js version 20 installed on your system. You can download it from [Node.js official website](https://nodejs.org/).

### Firebase CLI

- To manage Firebase services and deploy to Firebase Hosting, you need to install the Firebase CLI. Run the following command to install the latest version of `firebase-tools`:
```bash
npm install -g firebase-tools
```

### Java (OpenJDK)

- Java is required for certain build processes. Follow the instructions below to install OpenJDK on your system.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"firebase-tools": "8.16.0",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@headlessui/react": "^1.5.0",
Expand All @@ -28,6 +27,7 @@
"ethers": "^5.6.1",
"firebase": "^9.20.0",
"firebase-admin": "^12.0.0",
"firebase-tools": "13",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
Expand Down
Loading

0 comments on commit 35aa93e

Please sign in to comment.