Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Updated required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninkriz committed Aug 21, 2023
1 parent 87346d5 commit 2fa90be
Show file tree
Hide file tree
Showing 3 changed files with 584 additions and 536 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ New Time Tables Generator for CTU (CVUT).

### Requirements

* [Git](https://git-scm.com/) 2.25+ (`sudo apt-get install git`)
* [Boost Lib](https://www.boost.org/) 1.65+ (`sudo apt-get install libboost-all-dev`)
* [GCC](https://gcc.gnu.org/) 7.5+ (`sudo apt-get install gcc g++`)
* [CMake](https://cmake.org/) 3.17+ (how to install on Ubuntu [here](https://askubuntu.com/questions/829310/how-to-upgrade-cmake-in-ubuntu))
* [Python 3.8+](https://www.python.org/) (how to install on Ubuntu [here](https://linuxize.com/post/how-to-install-python-3-8-on-ubuntu-18-04/))
* [Node.js](https://nodejs.org/) 16+ (how to install on Ubuntu [here](https://linuxize.com/post/how-to-install-node-js-on-ubuntu-20-04/#installing-nodejs-and-npm-from-nodesource))
* [Yarn](https://yarnpkg.com/) (how to install on Ubutu [here](https://classic.yarnpkg.com/en/docs/install/#debian-stable))
* [Git](https://git-scm.com/) (`sudo apt-get install git`) - tested on version 2.41
* [Boost Lib](https://www.boost.org/) (`sudo apt-get install libboost-all-dev`) - tested on version 1.81
* [GCC](https://gcc.gnu.org/) (`sudo apt-get install gcc g++`) - tested on version 13.2.1
* [CMake](https://cmake.org/) (how to install on Ubuntu [here](https://askubuntu.com/questions/829310/how-to-upgrade-cmake-in-ubuntu)) - tested on version 3.27.1
* [Python 3](https://www.python.org/) (how to install on Ubuntu [here](https://linuxize.com/post/how-to-install-python-3-8-on-ubuntu-18-04/)) - tested on version 3.11.3
* [Node.js 18](https://nodejs.org/) (how to install on Ubuntu [here](https://linuxize.com/post/how-to-install-node-js-on-ubuntu-20-04/#installing-nodejs-and-npm-from-nodesource)) - tested on version 18.16.0
* [Yarn](https://yarnpkg.com/) (how to install on Ubutu [here](https://classic.yarnpkg.com/en/docs/install/#debian-stable)) - tested on version 1.22.19

### Get Siriuis Time Table API credentials

Expand Down
8 changes: 4 additions & 4 deletions Viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0"
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 2fa90be

Please sign in to comment.